We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb190d commit 024c13eCopy full SHA for 024c13e
1 file changed
package.json
@@ -32,12 +32,11 @@
32
"start": "node bin/azeth.js",
33
"test": "vitest run",
34
"typecheck": "tsc --noEmit",
35
- "clean": "rm -rf dist",
36
- "release": "pnpm build && changeset publish"
+ "clean": "rm -rf dist"
37
},
38
"dependencies": {
39
- "@azeth/common": "^0.1.0",
40
- "@azeth/sdk": "^0.1.0",
+ "@azeth/common": "^0.2.0",
+ "@azeth/sdk": ">=0.1.0",
41
"commander": "^12.1.0",
42
"chalk": "^5.3.0",
43
"ora": "^8.1.0",
@@ -48,8 +47,7 @@
48
47
"@hono/node-server": "^1.13.0",
49
"typescript": "^5.7.0",
50
"vitest": "^2.1.0",
51
- "tsx": "^4.19.0",
52
- "@changesets/cli": "^2.27.0"
+ "tsx": "^4.19.0"
53
54
"publishConfig": {
55
"access": "public"
0 commit comments