Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Nov 20, 2024
1 parent 64f5734 commit 9322a16
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
19 changes: 11 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"name": "@cordisjs/plugin-http",
"description": "Fetch-based axios-style HTTP client",
"version": "0.6.2",
"version": "1.0.0-alpha.0",
"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"
"default": "./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"
},
"node": "./lib/adapter/node.js",
"default": "./lib/adapter/browser.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
Expand Down Expand Up @@ -48,6 +44,13 @@
"cordis",
"plugin"
],
"cordis": {
"service": {
"implements": [
"http"
]
}
},
"peerDependencies": {
"cordis": "^4.0.0-alpha.0",
"undici": "^6.21.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/socks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/plugin-http-socks",
"description": "Socks proxy agent support for @cordisjs/plugin-http",
"version": "0.3.3",
"version": "1.0.0-alpha.0",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"undici": "^6.21.0"
},
"peerDependencies": {
"@cordisjs/plugin-http": "^0.6.2",
"@cordisjs/plugin-http": "^1.0.0-alpha.0",
"cordis": "^4.0.0-alpha.0"
},
"dependencies": {
Expand Down

0 comments on commit 9322a16

Please sign in to comment.