@zeroxyz/cli 0.0.44 → 0.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +56284 -53923
- package/package.json +3 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeroxyz/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.46",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"zero": "dist/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
18
|
"build": "tsup",
|
|
19
|
-
"build:binary": "tsup --config tsup.binary.ts && cp -r skills hooks dist/pkg/ && pnpm exec pkg dist/pkg/index.cjs --config pkg.json --targets node24-macos-arm64,node24-macos-x64,node24-linux-x64,node24-linux-arm64 --output dist/bin/zero",
|
|
19
|
+
"build:binary": "tsup --config tsup.binary.ts && cp -r skills hooks dist/pkg/ && pnpm exec pkg dist/pkg/index.cjs --config pkg.json --targets node24-macos-arm64,node24-macos-x64,node24-linux-x64,node24-linux-arm64,node24-win-x64 --output dist/bin/zero",
|
|
20
20
|
"prepublishOnly": "pnpm run build",
|
|
21
21
|
"dev": "ZERO_ENV=development tsx src/index.ts",
|
|
22
22
|
"cli": "ZERO_ENV=development ZERO_API_URL=http://localhost:1111 tsx src/index.ts",
|
|
@@ -26,21 +26,12 @@
|
|
|
26
26
|
"test": "pnpm run test:unit && pnpm run test:integration",
|
|
27
27
|
"typecheck": "tsc"
|
|
28
28
|
},
|
|
29
|
-
"dependencies": {},
|
|
30
29
|
"devDependencies": {
|
|
31
30
|
"@clack/prompts": "^0.11.0",
|
|
32
|
-
"@hono/node-server": "^1.19.13",
|
|
33
|
-
"@relayprotocol/relay-sdk": "^5.2.1",
|
|
34
31
|
"@types/node": "^25.0.7",
|
|
35
|
-
"@x402/core": "^2.9.0",
|
|
36
|
-
"@x402/evm": "^2.9.0",
|
|
37
|
-
"@x402/extensions": "^2.9.0",
|
|
38
|
-
"@x402/fetch": "^2.9.0",
|
|
39
|
-
"@x402/hono": "^2.9.0",
|
|
40
32
|
"@yao-pkg/pkg": "^6.15.0",
|
|
33
|
+
"@zeroxyz/sdk": "workspace:^",
|
|
41
34
|
"commander": "^13.0.0",
|
|
42
|
-
"hono": "^4.12.12",
|
|
43
|
-
"mppx": "^0.6.9",
|
|
44
35
|
"open": "^11.0.0",
|
|
45
36
|
"posthog-node": "^5.29.2",
|
|
46
37
|
"tsup": "^8.5.1",
|