naracli 1.0.22 → 1.0.24
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/bin/nara-cli.ts +4 -4
- package/dist/{nara-cli.mjs → nara-cli-bundle.cjs} +92833 -16525
- package/dist/naracli.cjs +1 -1
- package/package.json +3 -3
package/dist/naracli.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "naracli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"description": "CLI for the Nara chain (Solana-compatible)",
|
|
5
5
|
"module": "index.ts",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"cli": "node --require ./bin/env-loader.cjs --import tsx bin/nara-cli.ts",
|
|
14
|
-
"build": "
|
|
14
|
+
"build": "node scripts/build.cjs",
|
|
15
15
|
"test": "node --import tsx --test --experimental-test-isolation=none --test-reporter spec src/tests/skills.test.ts src/tests/zkid.test.ts",
|
|
16
16
|
"test:e2e": "node --import tsx --test --experimental-test-isolation=none --test-reporter spec src/tests/*.e2e.test.ts",
|
|
17
17
|
"prepublishOnly": "npm run build"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"bs58": "^6.0.0",
|
|
50
50
|
"commander": "^12.1.0",
|
|
51
51
|
"ed25519-hd-key": "^1.3.0",
|
|
52
|
-
"nara-sdk": "^1.0.
|
|
52
|
+
"nara-sdk": "^1.0.25",
|
|
53
53
|
"picocolors": "^1.1.1"
|
|
54
54
|
}
|
|
55
55
|
}
|