@xyo-network/xl1-cli 4.0.4 → 4.0.5
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-min.mjs +3363 -3358
- package/dist/cli-min.mjs.map +1 -1
- package/package.json +12 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "XYO Layer One CLI",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -49,73 +49,43 @@
|
|
|
49
49
|
"typescript": "~6.0.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@ariestools/
|
|
52
|
+
"@ariestools/mongo": "~8.0.3",
|
|
53
|
+
"@ariestools/sdk": "~8.0.3",
|
|
54
|
+
"@ariestools/threads": "~8.0.3",
|
|
55
|
+
"@ariestools/toolchain": "~8.6.11",
|
|
56
|
+
"@ariestools/tsconfig": "~8.6.11",
|
|
53
57
|
"@bitauth/libauth": "~3.0.0",
|
|
54
58
|
"@metamask/json-rpc-engine": "~10.5.0",
|
|
55
59
|
"@metamask/providers": "~22.1.1",
|
|
56
|
-
"@metamask/utils": "~11.11.0",
|
|
57
60
|
"@noble/post-quantum": "~0.6.1",
|
|
58
|
-
"@opentelemetry/context-zone": "~2.9.0",
|
|
59
61
|
"@scure/base": "~2.2.0",
|
|
60
62
|
"@scure/bip39": "~2.2.0",
|
|
61
|
-
"@
|
|
62
|
-
"@xylabs/geo": "~8.0.2",
|
|
63
|
-
"@xylabs/mongo": "~8.0.2",
|
|
64
|
-
"@xylabs/sdk": "~8.0.2",
|
|
65
|
-
"@xylabs/threads": "~8.0.2",
|
|
66
|
-
"@xylabs/toolchain": "~8.6.8",
|
|
67
|
-
"@xylabs/tsconfig": "~8.6.8",
|
|
68
|
-
"@xyo-network/archivist-lmdb": "~7.0.10",
|
|
69
|
-
"@xyo-network/archivist-mongodb": "~7.0.10",
|
|
70
|
-
"@xyo-network/archivist-view": "~7.0.10",
|
|
71
|
-
"@xyo-network/bios": "~9.0.2",
|
|
72
|
-
"@xyo-network/bios-model": "~9.0.2",
|
|
73
|
-
"@xyo-network/sdk": "~7.0.10",
|
|
63
|
+
"@xyo-network/sdk": "~7.0.11",
|
|
74
64
|
"@xyo-network/sdk-protocol": "~7.0.15",
|
|
75
|
-
"@xyo-network/
|
|
76
|
-
"@xyo-network/
|
|
77
|
-
"@xyo-network/xl1-
|
|
78
|
-
"@xyo-network/xl1-
|
|
79
|
-
"@xyo-network/xl1-rest-block-publisher": "~4.0.11",
|
|
80
|
-
"@xyo-network/xl1-rest-block-viewer": "~4.0.11",
|
|
81
|
-
"@xyo-network/xl1-sdk": "~4.0.11",
|
|
82
|
-
"@xyo-network/xl1-system-status": "~4.0.11",
|
|
65
|
+
"@xyo-network/xl1-driver-lmdb": "~4.0.12",
|
|
66
|
+
"@xyo-network/xl1-driver-mongodb": "~4.0.12",
|
|
67
|
+
"@xyo-network/xl1-rest-block-publisher": "~4.0.12",
|
|
68
|
+
"@xyo-network/xl1-sdk": "~4.0.12",
|
|
83
69
|
"ajv": "~8.20.0",
|
|
84
70
|
"async-mutex": "~0.5.0",
|
|
85
|
-
"body-parser": "~2.3.0",
|
|
86
71
|
"bullmq": "~5.79.2",
|
|
87
|
-
"bullmq-otel": "~1.3.1",
|
|
88
|
-
"chalk": "~5.6.2",
|
|
89
|
-
"compression": "~1.8.1",
|
|
90
|
-
"connect": "~3.7.0",
|
|
91
|
-
"cors": "~2.8.6",
|
|
92
|
-
"cosmiconfig": "~9.0.2",
|
|
93
72
|
"debug": "~4.4.3",
|
|
94
73
|
"dotenv": "~17.4.2",
|
|
95
74
|
"eslint": "~10.6.0",
|
|
96
75
|
"ethers": "~6.17.0",
|
|
97
|
-
"express": "~5.2.1",
|
|
98
76
|
"hash-wasm": "~4.12.0",
|
|
99
|
-
"http-status-codes": "~2.3.0",
|
|
100
77
|
"idb": "~8.0.3",
|
|
101
|
-
"ioredis": "~5.10.1",
|
|
102
|
-
"lru-cache": "~11.5.1",
|
|
103
78
|
"observable-fns": "~0.6.1",
|
|
104
79
|
"rimraf": "~6.1.3",
|
|
105
|
-
"rollbar": "~3.1.0",
|
|
106
80
|
"rolldown": "~1.1.4",
|
|
107
|
-
"shallowequal": "~1.1.0",
|
|
108
81
|
"store2": "~2.14.4",
|
|
109
|
-
"uuid": "~14.0.1",
|
|
110
82
|
"vite": "~8.1.3",
|
|
111
83
|
"vitest": "~4.1.10",
|
|
112
84
|
"web3-types": "~1.10.0",
|
|
113
85
|
"webextension-polyfill": "~0.12.0",
|
|
114
|
-
"winston": "~3.19.0",
|
|
115
86
|
"winston-transport": "~4.9.0",
|
|
116
|
-
"yargs": "~18.0.0",
|
|
117
87
|
"zod": "~4.4.3",
|
|
118
|
-
"@xyo-network/xl1-cli-lib": "~4.0.
|
|
88
|
+
"@xyo-network/xl1-cli-lib": "~4.0.5"
|
|
119
89
|
},
|
|
120
90
|
"engines": {
|
|
121
91
|
"node": ">=24"
|