Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 12, 2024
1 parent 19da9b9 commit 90e1608
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
"shx": "^0.3.4",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"yakumo": "^1.0.0-beta.13",
"yakumo": "^1.0.0-beta.14",
"yakumo-esbuild": "^1.0.0-beta.5",
"yakumo-publish-sync": "^1.0.0-alpha.1",
"yakumo-tsc": "^1.0.0-alpha.2"
"yakumo-tsc": "^1.0.0-beta.3"
}
}
18 changes: 9 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "@cordisjs/plugin-http",
"description": "Fetch-based axios-style HTTP client",
"version": "0.4.0",
"version": "0.4.2",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"require": "./lib/index.cjs",
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
"import": "./lib/index.js"
},
"./adapter": {
"types": "./lib/adapter/browser.d.ts",
"node": {
"types": "./lib/adapter/node.d.ts",
"require": "./lib/adapter/node.cjs",
"import": "./lib/adapter/node.js",
"types": "./lib/adapter/node.d.ts"
"import": "./lib/adapter/node.js"
},
"default": "./lib/adapter/browser.js",
"types": "./lib/adapter/browser.d.ts"
"default": "./lib/adapter/browser.js"
},
"./package.json": "./package.json"
},
Expand Down Expand Up @@ -50,11 +50,11 @@
],
"devDependencies": {
"@types/mime-db": "^1.43.5",
"cordis": "^3.13.6",
"cordis": "^3.14.0",
"undici": "^6.10.1"
},
"peerDependencies": {
"cordis": "^3.13.6"
"cordis": "^3.14.0"
},
"dependencies": {
"cosmokit": "^1.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"plugin"
],
"devDependencies": {
"cordis": "^3.13.6"
"cordis": "^3.14.0"
},
"peerDependencies": {
"@cordisjs/plugin-http": "^0.4.0",
"cordis": "^3.13.6"
"@cordisjs/plugin-http": "^0.4.2",
"cordis": "^3.14.0"
},
"dependencies": {
"http-proxy-agent": "^7.0.2",
Expand Down

0 comments on commit 90e1608

Please sign in to comment.