@xyo-network/xl1-cli-lib 1.21.3 → 1.22.0

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.
@@ -283,7 +283,7 @@ function defaultScrapePortForActors(actors) {
283
283
  __name(defaultScrapePortForActors, "defaultScrapePortForActors");
284
284
  var configuration;
285
285
  var skipInsecureConfirm = false;
286
- var version = isDefined3("1.21.3") ? "1.21.3" : "unknown";
286
+ var version = isDefined3("1.22.0") ? "1.22.0" : "unknown";
287
287
  function getConfiguration() {
288
288
  return configuration;
289
289
  }
package/dist/node/xl1.mjs CHANGED
@@ -288,7 +288,7 @@ function defaultScrapePortForActors(actors) {
288
288
  __name(defaultScrapePortForActors, "defaultScrapePortForActors");
289
289
  var configuration;
290
290
  var skipInsecureConfirm = false;
291
- var version = isDefined3("1.21.3") ? "1.21.3" : "unknown";
291
+ var version = isDefined3("1.22.0") ? "1.22.0" : "unknown";
292
292
  function getConfiguration() {
293
293
  return configuration;
294
294
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-cli-lib",
3
- "version": "1.21.3",
3
+ "version": "1.22.0",
4
4
  "description": "XYO Layer One CLI Library",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -38,18 +38,18 @@
38
38
  "README.md"
39
39
  ],
40
40
  "dependencies": {
41
- "@xyo-network/chain-finalizer": "~1.21.3",
42
- "@xyo-network/chain-bridge": "~1.21.3",
43
- "@xyo-network/chain-api": "~1.21.3",
44
- "@xyo-network/chain-orchestration": "~1.21.3",
45
- "@xyo-network/chain-orchestration-express": "~1.21.3",
46
- "@xyo-network/chain-mempool": "~1.21.3",
47
- "@xyo-network/chain-producer": "~1.21.3",
48
- "@xyo-network/chain-reward-redemption": "~1.21.3"
41
+ "@xyo-network/chain-api": "~1.22.0",
42
+ "@xyo-network/chain-finalizer": "~1.22.0",
43
+ "@xyo-network/chain-mempool": "~1.22.0",
44
+ "@xyo-network/chain-orchestration": "~1.22.0",
45
+ "@xyo-network/chain-orchestration-express": "~1.22.0",
46
+ "@xyo-network/chain-producer": "~1.22.0",
47
+ "@xyo-network/chain-bridge": "~1.22.0",
48
+ "@xyo-network/chain-reward-redemption": "~1.22.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@bitauth/libauth": "~3.0.0",
52
- "@metamask/json-rpc-engine": "^10.3.0",
52
+ "@metamask/json-rpc-engine": "^10.4.0",
53
53
  "@metamask/providers": "^22.1.1",
54
54
  "@metamask/utils": "~11.11.0",
55
55
  "@opentelemetry/api": "^1.9.1",
@@ -70,6 +70,7 @@
70
70
  "@opentelemetry/semantic-conventions": "~1.40.0",
71
71
  "@scure/base": "~2.2.0",
72
72
  "@scure/bip39": "~2.2.0",
73
+ "@types/node": ">=18",
73
74
  "@types/yargs": "^17.0.35",
74
75
  "@xylabs/express": "^5.1.2",
75
76
  "@xylabs/fetch": "~5.1.2",
@@ -77,8 +78,8 @@
77
78
  "@xylabs/mongo": "^5.1.2",
78
79
  "@xylabs/sdk-js": "^5.1.2",
79
80
  "@xylabs/threads": "~5.1.2",
80
- "@xylabs/toolchain": "~7.13.15",
81
- "@xylabs/tsconfig": "~7.13.15",
81
+ "@xylabs/toolchain": "~7.13.22",
82
+ "@xylabs/tsconfig": "~7.13.22",
82
83
  "@xyo-network/account": "~5.6.2",
83
84
  "@xyo-network/account-model": "~5.6.3",
84
85
  "@xyo-network/api": "~5.6.2",
@@ -86,8 +87,8 @@
86
87
  "@xyo-network/archivist-lmdb": "~5.6.4",
87
88
  "@xyo-network/archivist-mongodb": "~5.6.4",
88
89
  "@xyo-network/archivist-view": "~5.6.4",
89
- "@xyo-network/bios": "~7.3.0",
90
- "@xyo-network/bios-model": "~7.3.0",
90
+ "@xyo-network/bios": "~7.3.1",
91
+ "@xyo-network/bios-model": "~7.3.1",
91
92
  "@xyo-network/boundwitness-builder": "~5.6.2",
92
93
  "@xyo-network/boundwitness-model": "~5.6.3",
93
94
  "@xyo-network/boundwitness-validator": "~5.6.2",
@@ -107,8 +108,10 @@
107
108
  "@xyo-network/wallet-model": "^5.6.3",
108
109
  "@xyo-network/xl1-protocol-sdk": "~1.28.5",
109
110
  "@xyo-network/xl1-sdk": "^1.28.5",
111
+ "acorn": "^8",
110
112
  "ajv": "^8.20.0",
111
113
  "async-mutex": "^0.5.0",
114
+ "axios": "^1",
112
115
  "bn.js": "^5.2.3",
113
116
  "body-parser": "~2.2.2",
114
117
  "buffer": "^6.0.3",
@@ -125,6 +128,7 @@
125
128
  "ethers": "^6.16.0",
126
129
  "express": "^5.2.1",
127
130
  "express-mung": "~0.5.1",
131
+ "firebase": "^12",
128
132
  "hash-wasm": "~4.12.0",
129
133
  "http-status-codes": "~2.3.0",
130
134
  "idb": "^8.0.3",
@@ -136,11 +140,12 @@
136
140
  "observable-fns": "~0.6.1",
137
141
  "pako": "^2.1.0",
138
142
  "rollbar": "^3.1.0",
143
+ "rollup": "^3.29.4 || ^4",
139
144
  "shallowequal": "~1.1.0",
140
145
  "store2": "~2.14.4",
141
146
  "typescript": "~5.9.3",
142
147
  "uuid": "~14.0.0",
143
- "vite": "^8.0.10",
148
+ "vite": "^8.0.11",
144
149
  "vitest": "^4.1.5",
145
150
  "wasm-feature-detect": "~1.8.0",
146
151
  "web3-types": "~1.10.0",
@@ -148,7 +153,8 @@
148
153
  "winston": "~3.19.0",
149
154
  "winston-transport": "~4.9.0",
150
155
  "yargs": "~18.0.0",
151
- "zod": "~4.4.3"
156
+ "zod": "~4.4.3",
157
+ "zone.js": "^0.10.2 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0"
152
158
  },
153
159
  "peerDependencies": {
154
160
  "@bitauth/libauth": "~3.0",
@@ -207,8 +213,10 @@
207
213
  "@xyo-network/wallet-model": "^5.6",
208
214
  "@xyo-network/xl1-protocol-sdk": "~1.28",
209
215
  "@xyo-network/xl1-sdk": "^1.28",
216
+ "acorn": "^8",
210
217
  "ajv": "^8.20",
211
218
  "async-mutex": "^0.5",
219
+ "axios": "^1",
212
220
  "bn.js": "^5.2",
213
221
  "body-parser": "~2.2",
214
222
  "buffer": "^6.0",
@@ -224,6 +232,7 @@
224
232
  "ethers": "^6.16",
225
233
  "express": "^5.2",
226
234
  "express-mung": "~0.5",
235
+ "firebase": "^12",
227
236
  "hash-wasm": "~4.12",
228
237
  "http-status-codes": "~2.3",
229
238
  "idb": "^8.0",
@@ -244,7 +253,8 @@
244
253
  "winston": "~3.19",
245
254
  "winston-transport": "~4.9",
246
255
  "yargs": "~18.0",
247
- "zod": "~4.4"
256
+ "zod": "~4.4",
257
+ "zone.js": "^0.10.2 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0"
248
258
  },
249
259
  "engines": {
250
260
  "node": ">=24"