@inversealtruism/cairn-cli 0.3.11 → 0.3.13
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/cli.js +0 -0
- package/package.json +9 -11
package/dist/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inversealtruism/cairn-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.13",
|
|
4
4
|
"description": "CLI for Compute Substrate / Cairn — browse the board/wall/network, and send CSD, propose, attest, and place stones non-custodially by driving your own installed `csd` wallet (cairn never holds your key; works node-less via the Cairn proxy).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -21,14 +21,6 @@
|
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
|
|
26
|
-
"build": "npm run clean && tsc",
|
|
27
|
-
"dev": "tsx src/cli.ts",
|
|
28
|
-
"test": "npm run build && node test/security.mjs && node test/cairnx.mjs && node test/e2e.mjs",
|
|
29
|
-
"prepare": "npm run clean && tsc",
|
|
30
|
-
"prepublishOnly": "npm run clean && tsc"
|
|
31
|
-
},
|
|
32
24
|
"keywords": [
|
|
33
25
|
"cairn",
|
|
34
26
|
"compute-substrate",
|
|
@@ -41,8 +33,14 @@
|
|
|
41
33
|
"typescript": "^5.7.2"
|
|
42
34
|
},
|
|
43
35
|
"dependencies": {
|
|
44
|
-
"@inversealtruism/cairnx-core": "0.1.
|
|
36
|
+
"@inversealtruism/cairnx-core": "0.1.30",
|
|
45
37
|
"@inversealtruism/csd-codec": "0.1.14",
|
|
46
38
|
"@inversealtruism/csd-registry": "0.1.14"
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
|
|
42
|
+
"build": "npm run clean && tsc",
|
|
43
|
+
"dev": "tsx src/cli.ts",
|
|
44
|
+
"test": "npm run build && node test/security.mjs && node test/cairnx.mjs && node test/e2e.mjs"
|
|
47
45
|
}
|
|
48
|
-
}
|
|
46
|
+
}
|