Skip to content

Commit 024c13e

Browse files
author
azeth-sync[bot]
committed
sync: update from monorepo 2026-03-05
1 parent 9fb190d commit 024c13e

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@
3232
"start": "node bin/azeth.js",
3333
"test": "vitest run",
3434
"typecheck": "tsc --noEmit",
35-
"clean": "rm -rf dist",
36-
"release": "pnpm build && changeset publish"
35+
"clean": "rm -rf dist"
3736
},
3837
"dependencies": {
39-
"@azeth/common": "^0.1.0",
40-
"@azeth/sdk": "^0.1.0",
38+
"@azeth/common": "^0.2.0",
39+
"@azeth/sdk": ">=0.1.0",
4140
"commander": "^12.1.0",
4241
"chalk": "^5.3.0",
4342
"ora": "^8.1.0",
@@ -48,8 +47,7 @@
4847
"@hono/node-server": "^1.13.0",
4948
"typescript": "^5.7.0",
5049
"vitest": "^2.1.0",
51-
"tsx": "^4.19.0",
52-
"@changesets/cli": "^2.27.0"
50+
"tsx": "^4.19.0"
5351
},
5452
"publishConfig": {
5553
"access": "public"

0 commit comments

Comments
 (0)