@xyo-network/xl1-cli 1.23.0 → 1.23.2
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 +3475 -6123
- package/dist/cli-min.mjs.map +1 -1
- package/package.json +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-cli",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.2",
|
|
4
4
|
"description": "XYO Layer One CLI",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"@opentelemetry/api": "^1.9.1",
|
|
32
32
|
"@opentelemetry/context-async-hooks": "~2.7.1",
|
|
33
33
|
"@opentelemetry/core": "~2.7.1",
|
|
34
|
-
"@opentelemetry/exporter-prometheus": "
|
|
35
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "
|
|
36
|
-
"@opentelemetry/exporter-trace-otlp-http": "
|
|
34
|
+
"@opentelemetry/exporter-prometheus": "^0.218.0",
|
|
35
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "^0.218.0",
|
|
36
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.218.0",
|
|
37
37
|
"@opentelemetry/host-metrics": "~0.38.3",
|
|
38
|
-
"@opentelemetry/instrumentation": "
|
|
39
|
-
"@opentelemetry/instrumentation-express": "
|
|
40
|
-
"@opentelemetry/instrumentation-http": "
|
|
41
|
-
"@opentelemetry/instrumentation-runtime-node": "
|
|
38
|
+
"@opentelemetry/instrumentation": "^0.218.0",
|
|
39
|
+
"@opentelemetry/instrumentation-express": "^0.66.0",
|
|
40
|
+
"@opentelemetry/instrumentation-http": "^0.218.0",
|
|
41
|
+
"@opentelemetry/instrumentation-runtime-node": "^0.31.0",
|
|
42
42
|
"@opentelemetry/resources": "~2.7.1",
|
|
43
43
|
"@opentelemetry/sdk-metrics": "~2.7.1",
|
|
44
44
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"lmdb": "^3.5.4",
|
|
47
47
|
"mongodb": "^7.2.0",
|
|
48
48
|
"msgpackr-extract": "^3.0.3",
|
|
49
|
-
"typescript": "~
|
|
49
|
+
"typescript": "~6.0.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"@xylabs/mongo": "^5.1.2",
|
|
68
68
|
"@xylabs/sdk-js": "^5.1.2",
|
|
69
69
|
"@xylabs/threads": "~5.1.2",
|
|
70
|
-
"@xylabs/toolchain": "~
|
|
71
|
-
"@xylabs/tsconfig": "~
|
|
70
|
+
"@xylabs/toolchain": "~8.0.4",
|
|
71
|
+
"@xylabs/tsconfig": "~8.0.4",
|
|
72
72
|
"@xylabs/vitest-extended": "~5.1.2",
|
|
73
73
|
"@xyo-network/account": "~5.6.2",
|
|
74
74
|
"@xyo-network/account-model": "~5.6.3",
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
"@xyo-network/typechain": "^4.1.3",
|
|
99
99
|
"@xyo-network/wallet": "~5.6.2",
|
|
100
100
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
101
|
-
"@xyo-network/xl1-protocol-sdk": "~1.30.
|
|
102
|
-
"@xyo-network/xl1-sdk": "^1.30.
|
|
101
|
+
"@xyo-network/xl1-protocol-sdk": "~1.30.2",
|
|
102
|
+
"@xyo-network/xl1-sdk": "^1.30.2",
|
|
103
103
|
"ajv": "^8.20.0",
|
|
104
104
|
"async-mutex": "^0.5.0",
|
|
105
105
|
"bn.js": "^5.2.3",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"store2": "~2.14.4",
|
|
134
134
|
"tslib": "^2.8.1",
|
|
135
135
|
"uuid": "~14.0.0",
|
|
136
|
-
"vite": "^8.0.
|
|
136
|
+
"vite": "^8.0.13",
|
|
137
137
|
"vitest": "^4.1.6",
|
|
138
138
|
"vitest-mock-extended": "~4.0.0",
|
|
139
139
|
"wasm-feature-detect": "~1.8.0",
|
|
@@ -144,27 +144,27 @@
|
|
|
144
144
|
"yargs": "~18.0.0",
|
|
145
145
|
"yargs-parser": "~22.0.0",
|
|
146
146
|
"zod": "~4.4.3",
|
|
147
|
-
"@xyo-network/chain-
|
|
148
|
-
"@xyo-network/chain-
|
|
149
|
-
"@xyo-network/chain-finalizer": "~1.23.
|
|
150
|
-
"@xyo-network/chain-
|
|
151
|
-
"@xyo-network/chain-
|
|
152
|
-
"@xyo-network/chain-
|
|
153
|
-
"@xyo-network/chain-
|
|
154
|
-
"@xyo-network/chain-
|
|
155
|
-
"@xyo-network/chain-
|
|
156
|
-
"@xyo-network/chain-
|
|
157
|
-
"@xyo-network/chain-
|
|
158
|
-
"@xyo-network/chain-
|
|
159
|
-
"@xyo-network/chain-test
|
|
160
|
-
"@xyo-network/chain-
|
|
161
|
-
"@xyo-network/chain-
|
|
162
|
-
"@xyo-network/chain-
|
|
163
|
-
"@xyo-network/chain-
|
|
164
|
-
"@xyo-network/
|
|
165
|
-
"@xyo-network/chain-
|
|
166
|
-
"@xyo-network/chain-utils": "~1.23.
|
|
167
|
-
"@xyo-network/
|
|
147
|
+
"@xyo-network/chain-orchestration": "~1.23.2",
|
|
148
|
+
"@xyo-network/chain-bridge": "~1.23.2",
|
|
149
|
+
"@xyo-network/chain-finalizer": "~1.23.2",
|
|
150
|
+
"@xyo-network/chain-api": "~1.23.2",
|
|
151
|
+
"@xyo-network/chain-ethereum": "~1.23.2",
|
|
152
|
+
"@xyo-network/chain-orchestration-evm": "~1.23.2",
|
|
153
|
+
"@xyo-network/chain-mempool": "~1.23.2",
|
|
154
|
+
"@xyo-network/chain-orchestration-express": "~1.23.2",
|
|
155
|
+
"@xyo-network/chain-orchestration-storage": "~1.23.2",
|
|
156
|
+
"@xyo-network/chain-producer": "~1.23.2",
|
|
157
|
+
"@xyo-network/chain-protocol-driver-mongodb": "~1.23.2",
|
|
158
|
+
"@xyo-network/chain-protocol-driver-lmdb": "~1.23.2",
|
|
159
|
+
"@xyo-network/chain-protocol-test": "~1.23.2",
|
|
160
|
+
"@xyo-network/chain-reward-redemption": "~1.23.2",
|
|
161
|
+
"@xyo-network/chain-sdk": "~1.23.2",
|
|
162
|
+
"@xyo-network/chain-services": "~1.23.2",
|
|
163
|
+
"@xyo-network/chain-test-helpers": "~1.23.2",
|
|
164
|
+
"@xyo-network/xl1-cli-lib": "~1.23.2",
|
|
165
|
+
"@xyo-network/chain-telemetry": "~1.23.2",
|
|
166
|
+
"@xyo-network/chain-utils": "~1.23.2",
|
|
167
|
+
"@xyo-network/chain-validation": "~1.23.2"
|
|
168
168
|
},
|
|
169
169
|
"engines": {
|
|
170
170
|
"node": ">=24"
|