Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 10, 2025
1 parent 37dac8b commit c845591
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"c8": "^7.14.0",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"shx": "^0.3.4",
"tsx": "^4.7.1",
"yakumo": "^2.0.0-alpha.0",
"tsx": "npm:@cordiverse/tsx@4.19.3-fix.1",
"typescript": "^5.8.2",
"yakumo": "^2.0.0-alpha.1",
"yakumo-esbuild": "^2.0.0-alpha.0",
"yakumo-tsc": "^2.0.0-alpha.0"
"yakumo-tsc": "^2.0.0-alpha.1"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cordisjs/plugin-http",
"description": "Fetch-based axios-style HTTP client",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
}
},
"peerDependencies": {
"cordis": "^4.0.0-alpha.1",
"cordis": "^4.0.0-alpha.3",
"undici": "^6.21.0"
},
"peerDependenciesMeta": {
Expand All @@ -62,7 +62,7 @@
},
"devDependencies": {
"@types/mime-db": "^1.43.5",
"cordis": "^4.0.0-alpha.1",
"cordis": "^4.0.0-alpha.3",
"undici": "^6.21.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/socks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
}
},
"devDependencies": {
"cordis": "^4.0.0-alpha.1",
"cordis": "^4.0.0-alpha.3",
"undici": "^6.21.0"
},
"peerDependencies": {
"@cordisjs/plugin-http": "^1.0.0-alpha.1",
"cordis": "^4.0.0-alpha.1"
"@cordisjs/plugin-http": "^1.0.0-alpha.2",
"cordis": "^4.0.0-alpha.3"
},
"dependencies": {
"socks": "^2.8.1"
Expand Down
11 changes: 8 additions & 3 deletions yakumo.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
- name: yakumo
- id: k9knuj
name: yakumo
config:
pipeline:
build:
- tsc
- esbuild
- name: yakumo-esbuild
- name: yakumo-tsc
- id: itydft
name: yakumo-esbuild
- id: ep025k
name: yakumo-tsc
- id: ubhxpw
name: yakumo/run

0 comments on commit c845591

Please sign in to comment.