@xyo-network/xl1-cli-lib 1.20.28 → 1.20.29
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/node/commands/start/startCommand.d.ts.map +1 -1
- package/dist/node/index.mjs +46 -56
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/runCLI.d.ts.map +1 -1
- package/dist/node/xl1.mjs +65 -73
- package/dist/node/xl1.mjs.map +1 -1
- package/package.json +96 -96
- package/dist/node/waitForHostPort.d.ts +0 -2
- package/dist/node/waitForHostPort.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-cli-lib",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.29",
|
|
4
4
|
"description": "XYO Layer One CLI Library",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"README.md"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@xyo-network/chain-
|
|
42
|
-
"@xyo-network/chain-
|
|
43
|
-
"@xyo-network/chain-
|
|
44
|
-
"@xyo-network/chain-
|
|
45
|
-
"@xyo-network/chain-
|
|
46
|
-
"@xyo-network/chain-
|
|
41
|
+
"@xyo-network/chain-bridge": "~1.20.29",
|
|
42
|
+
"@xyo-network/chain-mempool": "~1.20.29",
|
|
43
|
+
"@xyo-network/chain-api": "~1.20.29",
|
|
44
|
+
"@xyo-network/chain-reward-redemption": "~1.20.29",
|
|
45
|
+
"@xyo-network/chain-orchestration": "~1.20.29",
|
|
46
|
+
"@xyo-network/chain-producer": "~1.20.29"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
"@metamask/providers": "^22.1.1",
|
|
52
52
|
"@metamask/utils": "~11.11.0",
|
|
53
53
|
"@opentelemetry/api": "^1.9.1",
|
|
54
|
-
"@opentelemetry/context-async-hooks": "~2.7.
|
|
55
|
-
"@opentelemetry/context-zone": "~2.7.
|
|
56
|
-
"@opentelemetry/core": "~2.7.
|
|
57
|
-
"@opentelemetry/exporter-prometheus": "~0.
|
|
58
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "~0.
|
|
59
|
-
"@opentelemetry/exporter-trace-otlp-http": "~0.
|
|
54
|
+
"@opentelemetry/context-async-hooks": "~2.7.1",
|
|
55
|
+
"@opentelemetry/context-zone": "~2.7.1",
|
|
56
|
+
"@opentelemetry/core": "~2.7.1",
|
|
57
|
+
"@opentelemetry/exporter-prometheus": "~0.216.0",
|
|
58
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "~0.216.0",
|
|
59
|
+
"@opentelemetry/exporter-trace-otlp-http": "~0.216.0",
|
|
60
60
|
"@opentelemetry/host-metrics": "~0.38.3",
|
|
61
|
-
"@opentelemetry/instrumentation": "~0.
|
|
62
|
-
"@opentelemetry/instrumentation-express": "~0.
|
|
63
|
-
"@opentelemetry/instrumentation-http": "~0.
|
|
64
|
-
"@opentelemetry/instrumentation-runtime-node": "~0.
|
|
65
|
-
"@opentelemetry/resources": "~2.7.
|
|
66
|
-
"@opentelemetry/sdk-metrics": "~2.7.
|
|
67
|
-
"@opentelemetry/sdk-trace-base": "^2.7.
|
|
61
|
+
"@opentelemetry/instrumentation": "~0.216.0",
|
|
62
|
+
"@opentelemetry/instrumentation-express": "~0.64.0",
|
|
63
|
+
"@opentelemetry/instrumentation-http": "~0.216.0",
|
|
64
|
+
"@opentelemetry/instrumentation-runtime-node": "~0.29.0",
|
|
65
|
+
"@opentelemetry/resources": "~2.7.1",
|
|
66
|
+
"@opentelemetry/sdk-metrics": "~2.7.1",
|
|
67
|
+
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
68
68
|
"@opentelemetry/semantic-conventions": "~1.40.0",
|
|
69
69
|
"@scure/base": "~2.2.0",
|
|
70
70
|
"@scure/bip39": "~2.2.0",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"@xylabs/mongo": "^5.0.101",
|
|
76
76
|
"@xylabs/sdk-js": "^5.0.101",
|
|
77
77
|
"@xylabs/threads": "~5.0.101",
|
|
78
|
-
"@xylabs/toolchain": "~7.
|
|
79
|
-
"@xylabs/tsconfig": "~7.
|
|
78
|
+
"@xylabs/toolchain": "~7.12.3",
|
|
79
|
+
"@xylabs/tsconfig": "~7.12.3",
|
|
80
80
|
"@xyo-network/account": "~5.5.2",
|
|
81
81
|
"@xyo-network/account-model": "~5.5.2",
|
|
82
82
|
"@xyo-network/api": "~5.5.2",
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
"@xyo-network/typechain": "^4.1.3",
|
|
104
104
|
"@xyo-network/wallet": "~5.5.2",
|
|
105
105
|
"@xyo-network/wallet-model": "^5.5.2",
|
|
106
|
-
"@xyo-network/xl1-sdk": "^1.26.
|
|
107
|
-
"ajv": "^8.
|
|
106
|
+
"@xyo-network/xl1-sdk": "^1.26.44",
|
|
107
|
+
"ajv": "^8.20.0",
|
|
108
108
|
"async-mutex": "^0.5.0",
|
|
109
109
|
"axios": "^1.15.2",
|
|
110
110
|
"bn.js": "^5.2.3",
|
|
111
111
|
"body-parser": "~2.2.2",
|
|
112
112
|
"buffer": "^6.0.3",
|
|
113
|
-
"bullmq": "~5.76.
|
|
113
|
+
"bullmq": "~5.76.4",
|
|
114
114
|
"bullmq-otel": "~1.3.0",
|
|
115
115
|
"chalk": "^5.6.2",
|
|
116
116
|
"compression": "~1.8.1",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"ioredis": "~5.10.1",
|
|
131
131
|
"lmdb": "^3.5.4",
|
|
132
132
|
"lru-cache": "^11.3.5",
|
|
133
|
-
"mapbox-gl": "^3.
|
|
133
|
+
"mapbox-gl": "^3.23.0",
|
|
134
134
|
"mongodb": "^7.2.0",
|
|
135
135
|
"observable-fns": "~0.6.1",
|
|
136
136
|
"pako": "^2.1.0",
|
|
@@ -148,103 +148,103 @@
|
|
|
148
148
|
"winston-transport": "~4.9.0",
|
|
149
149
|
"yargs": "~18.0.0",
|
|
150
150
|
"yargs-parser": "~22.0.0",
|
|
151
|
-
"zod": "
|
|
151
|
+
"zod": "~4.4.2"
|
|
152
152
|
},
|
|
153
153
|
"peerDependencies": {
|
|
154
|
-
"@bitauth/libauth": ">=3.0.0 <
|
|
154
|
+
"@bitauth/libauth": ">=3.0.0 <3.1",
|
|
155
155
|
"@metamask/json-rpc-engine": ">=10.2.4 <11",
|
|
156
156
|
"@metamask/providers": ">=22.1.1 <23",
|
|
157
|
-
"@metamask/utils": ">=11.11.0 <12",
|
|
157
|
+
"@metamask/utils": ">=11.11.0 <11.12",
|
|
158
158
|
"@opentelemetry/api": ">=1.9.1 <2",
|
|
159
|
-
"@opentelemetry/context-async-hooks": ">=2.7.
|
|
160
|
-
"@opentelemetry/context-zone": ">=2.7.
|
|
161
|
-
"@opentelemetry/core": ">=2.7.
|
|
162
|
-
"@opentelemetry/exporter-prometheus": ">=0.
|
|
163
|
-
"@opentelemetry/exporter-trace-otlp-grpc": ">=0.
|
|
164
|
-
"@opentelemetry/exporter-trace-otlp-http": ">=0.
|
|
165
|
-
"@opentelemetry/host-metrics": ">=0.38.3 <
|
|
166
|
-
"@opentelemetry/instrumentation": ">=0.
|
|
167
|
-
"@opentelemetry/instrumentation-express": ">=0.
|
|
168
|
-
"@opentelemetry/instrumentation-http": ">=0.
|
|
169
|
-
"@opentelemetry/instrumentation-runtime-node": ">=0.
|
|
170
|
-
"@opentelemetry/resources": ">=2.7.
|
|
171
|
-
"@opentelemetry/sdk-metrics": ">=2.7.
|
|
172
|
-
"@opentelemetry/sdk-trace-base": ">=2.7.
|
|
173
|
-
"@opentelemetry/semantic-conventions": ">=1.40.0 <
|
|
174
|
-
"@scure/base": ">=2.2.0 <3",
|
|
175
|
-
"@scure/bip39": ">=2.2.0 <3",
|
|
159
|
+
"@opentelemetry/context-async-hooks": ">=2.7.1 <2.8",
|
|
160
|
+
"@opentelemetry/context-zone": ">=2.7.1 <2.8",
|
|
161
|
+
"@opentelemetry/core": ">=2.7.1 <2.8",
|
|
162
|
+
"@opentelemetry/exporter-prometheus": ">=0.216.0 <0.217",
|
|
163
|
+
"@opentelemetry/exporter-trace-otlp-grpc": ">=0.216.0 <0.217",
|
|
164
|
+
"@opentelemetry/exporter-trace-otlp-http": ">=0.216.0 <0.217",
|
|
165
|
+
"@opentelemetry/host-metrics": ">=0.38.3 <0.39",
|
|
166
|
+
"@opentelemetry/instrumentation": ">=0.216.0 <0.217",
|
|
167
|
+
"@opentelemetry/instrumentation-express": ">=0.64.0 <0.65",
|
|
168
|
+
"@opentelemetry/instrumentation-http": ">=0.216.0 <0.217",
|
|
169
|
+
"@opentelemetry/instrumentation-runtime-node": ">=0.29.0 <0.30",
|
|
170
|
+
"@opentelemetry/resources": ">=2.7.1 <2.8",
|
|
171
|
+
"@opentelemetry/sdk-metrics": ">=2.7.1 <2.8",
|
|
172
|
+
"@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
|
|
173
|
+
"@opentelemetry/semantic-conventions": ">=1.40.0 <1.41",
|
|
174
|
+
"@scure/base": ">=2.2.0 <2.3",
|
|
175
|
+
"@scure/bip39": ">=2.2.0 <2.3",
|
|
176
176
|
"@xylabs/express": ">=5.0.101 <6",
|
|
177
177
|
"@xylabs/geo": ">=5.0.101 <6",
|
|
178
178
|
"@xylabs/mongo": ">=5.0.101 <6",
|
|
179
179
|
"@xylabs/sdk-js": ">=5.0.101 <6",
|
|
180
|
-
"@xylabs/threads": ">=5.0.101 <
|
|
181
|
-
"@xyo-network/account": ">=5.5.2 <6",
|
|
182
|
-
"@xyo-network/account-model": ">=5.5.2 <6",
|
|
183
|
-
"@xyo-network/api": ">=5.5.2 <6",
|
|
184
|
-
"@xyo-network/api-models": ">=5.5.2 <6",
|
|
185
|
-
"@xyo-network/archivist-lmdb": ">=5.5.6 <6",
|
|
186
|
-
"@xyo-network/archivist-mongodb": ">=5.5.6 <6",
|
|
187
|
-
"@xyo-network/archivist-view": ">=5.5.6 <6",
|
|
188
|
-
"@xyo-network/bios": ">=7.3.0 <
|
|
189
|
-
"@xyo-network/bios-model": ">=7.3.0 <
|
|
190
|
-
"@xyo-network/boundwitness-builder": ">=5.5.2 <6",
|
|
191
|
-
"@xyo-network/boundwitness-model": ">=5.5.2 <6",
|
|
192
|
-
"@xyo-network/boundwitness-validator": ">=5.5.2 <6",
|
|
193
|
-
"@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
|
|
194
|
-
"@xyo-network/config-payload-plugin": ">=5.5.2 <6",
|
|
195
|
-
"@xyo-network/huri": ">=5.5.2 <6",
|
|
196
|
-
"@xyo-network/manifest-model": ">=5.5.2 <6",
|
|
197
|
-
"@xyo-network/payload-builder": ">=5.5.2 <6",
|
|
198
|
-
"@xyo-network/payload-model": ">=5.5.2 <6",
|
|
199
|
-
"@xyo-network/payload-plugin": ">=5.5.2 <6",
|
|
200
|
-
"@xyo-network/payload-wrapper": ">=5.5.2 <6",
|
|
201
|
-
"@xyo-network/query-payload-plugin": ">=5.5.2 <6",
|
|
180
|
+
"@xylabs/threads": ">=5.0.101 <5.1",
|
|
181
|
+
"@xyo-network/account": ">=5.5.2 <5.6",
|
|
182
|
+
"@xyo-network/account-model": ">=5.5.2 <5.6",
|
|
183
|
+
"@xyo-network/api": ">=5.5.2 <5.6",
|
|
184
|
+
"@xyo-network/api-models": ">=5.5.2 <5.6",
|
|
185
|
+
"@xyo-network/archivist-lmdb": ">=5.5.6 <5.6",
|
|
186
|
+
"@xyo-network/archivist-mongodb": ">=5.5.6 <5.6",
|
|
187
|
+
"@xyo-network/archivist-view": ">=5.5.6 <5.6",
|
|
188
|
+
"@xyo-network/bios": ">=7.3.0 <7.4",
|
|
189
|
+
"@xyo-network/bios-model": ">=7.3.0 <7.4",
|
|
190
|
+
"@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
|
|
191
|
+
"@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
|
|
192
|
+
"@xyo-network/boundwitness-validator": ">=5.5.2 <5.6",
|
|
193
|
+
"@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
|
|
194
|
+
"@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
|
|
195
|
+
"@xyo-network/huri": ">=5.5.2 <5.6",
|
|
196
|
+
"@xyo-network/manifest-model": ">=5.5.2 <5.6",
|
|
197
|
+
"@xyo-network/payload-builder": ">=5.5.2 <5.6",
|
|
198
|
+
"@xyo-network/payload-model": ">=5.5.2 <5.6",
|
|
199
|
+
"@xyo-network/payload-plugin": ">=5.5.2 <5.6",
|
|
200
|
+
"@xyo-network/payload-wrapper": ">=5.5.2 <5.6",
|
|
201
|
+
"@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
|
|
202
202
|
"@xyo-network/sdk-js": ">=5.5.6 <6",
|
|
203
|
-
"@xyo-network/sdk-protocol-js": ">=5.5.2 <6",
|
|
203
|
+
"@xyo-network/sdk-protocol-js": ">=5.5.2 <5.6",
|
|
204
204
|
"@xyo-network/typechain": ">=4.1.3 <5",
|
|
205
|
-
"@xyo-network/wallet": ">=5.5.2 <6",
|
|
205
|
+
"@xyo-network/wallet": ">=5.5.2 <5.6",
|
|
206
206
|
"@xyo-network/wallet-model": ">=5.5.2 <6",
|
|
207
|
-
"@xyo-network/xl1-sdk": ">=1.26.
|
|
208
|
-
"ajv": ">=8.
|
|
207
|
+
"@xyo-network/xl1-sdk": ">=1.26.44 <2",
|
|
208
|
+
"ajv": ">=8.20.0 <9",
|
|
209
209
|
"async-mutex": ">=0.5.0 <1",
|
|
210
210
|
"axios": ">=1.15.2 <2",
|
|
211
211
|
"bn.js": ">=5.2.3 <6",
|
|
212
|
-
"body-parser": ">=2.2.2 <3",
|
|
212
|
+
"body-parser": ">=2.2.2 <2.3",
|
|
213
213
|
"buffer": ">=6.0.3 <7",
|
|
214
|
-
"bullmq": ">=5.76.
|
|
215
|
-
"bullmq-otel": ">=1.3.0 <
|
|
214
|
+
"bullmq": ">=5.76.4 <5.77",
|
|
215
|
+
"bullmq-otel": ">=1.3.0 <1.4",
|
|
216
216
|
"chalk": ">=5.6.2 <6",
|
|
217
|
-
"compression": ">=1.8.1 <
|
|
217
|
+
"compression": ">=1.8.1 <1.9",
|
|
218
218
|
"connect": ">=3.7.0 <4",
|
|
219
|
-
"cors": ">=2.8.6 <
|
|
219
|
+
"cors": ">=2.8.6 <2.9",
|
|
220
220
|
"cosmiconfig": ">=9.0.1 <10",
|
|
221
|
-
"debug": ">=4.4.3 <5",
|
|
222
|
-
"dotenv": ">=17.4.2 <
|
|
221
|
+
"debug": ">=4.4.3 <4.5",
|
|
222
|
+
"dotenv": ">=17.4.2 <17.5",
|
|
223
223
|
"ethers": ">=6.16.0 <7",
|
|
224
224
|
"express": ">=5.2.1 <6",
|
|
225
|
-
"express-mung": ">=0.5.1 <
|
|
226
|
-
"hash-wasm": ">=4.12.0 <
|
|
227
|
-
"http-status-codes": ">=2.3.0 <
|
|
225
|
+
"express-mung": ">=0.5.1 <0.6",
|
|
226
|
+
"hash-wasm": ">=4.12.0 <4.13",
|
|
227
|
+
"http-status-codes": ">=2.3.0 <2.4",
|
|
228
228
|
"idb": ">=8.0.3 <9",
|
|
229
|
-
"ioredis": ">=5.10.1 <
|
|
229
|
+
"ioredis": ">=5.10.1 <5.11",
|
|
230
230
|
"lmdb": ">=3.5.4 <4",
|
|
231
231
|
"lru-cache": ">=11.3.5 <12",
|
|
232
|
-
"mapbox-gl": ">=3.
|
|
232
|
+
"mapbox-gl": ">=3.23.0 <4",
|
|
233
233
|
"mongodb": ">=7.2.0 <8",
|
|
234
|
-
"observable-fns": ">=0.6.1 <
|
|
234
|
+
"observable-fns": ">=0.6.1 <0.7",
|
|
235
235
|
"pako": ">=2.1.0 <3",
|
|
236
236
|
"rollbar": ">=3.1.0 <4",
|
|
237
|
-
"shallowequal": ">=1.1.0 <2",
|
|
238
|
-
"store2": ">=2.14.4 <
|
|
239
|
-
"typescript": ">=5.9.3 <
|
|
240
|
-
"uuid": ">=14.0.0 <
|
|
241
|
-
"wasm-feature-detect": ">=1.8.0 <
|
|
242
|
-
"web3-types": ">=1.10.0 <
|
|
243
|
-
"winston": ">=3.19.0 <
|
|
244
|
-
"winston-transport": ">=4.9.0 <
|
|
245
|
-
"yargs": ">=18.0.0 <
|
|
246
|
-
"yargs-parser": ">=22.0.0 <
|
|
247
|
-
"zod": ">=4.
|
|
237
|
+
"shallowequal": ">=1.1.0 <1.2",
|
|
238
|
+
"store2": ">=2.14.4 <2.15",
|
|
239
|
+
"typescript": ">=5.9.3 <5.10",
|
|
240
|
+
"uuid": ">=14.0.0 <14.1",
|
|
241
|
+
"wasm-feature-detect": ">=1.8.0 <1.9",
|
|
242
|
+
"web3-types": ">=1.10.0 <1.11",
|
|
243
|
+
"winston": ">=3.19.0 <3.20",
|
|
244
|
+
"winston-transport": ">=4.9.0 <4.10",
|
|
245
|
+
"yargs": ">=18.0.0 <18.1",
|
|
246
|
+
"yargs-parser": ">=22.0.0 <22.1",
|
|
247
|
+
"zod": ">=4.4.2 <4.5"
|
|
248
248
|
},
|
|
249
249
|
"engines": {
|
|
250
250
|
"node": ">=24"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"waitForHostPort.d.ts","sourceRoot":"","sources":["../../src/waitForHostPort.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,GAAI,MAAM,MAAM,EAAE,MAAM,MAAM,KAAG,OAAO,CAAC,IAAI,CAuBxE,CAAA"}
|