@xyo-network/xl1-cli 1.21.0 → 1.21.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-cli",
3
- "version": "1.21.0",
3
+ "version": "1.21.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": "~0.216.0",
35
- "@opentelemetry/exporter-trace-otlp-grpc": "~0.216.0",
36
- "@opentelemetry/exporter-trace-otlp-http": "~0.216.0",
34
+ "@opentelemetry/exporter-prometheus": "~0.217.0",
35
+ "@opentelemetry/exporter-trace-otlp-grpc": "~0.217.0",
36
+ "@opentelemetry/exporter-trace-otlp-http": "~0.217.0",
37
37
  "@opentelemetry/host-metrics": "~0.38.3",
38
- "@opentelemetry/instrumentation": "~0.216.0",
39
- "@opentelemetry/instrumentation-express": "~0.64.0",
40
- "@opentelemetry/instrumentation-http": "~0.216.0",
41
- "@opentelemetry/instrumentation-runtime-node": "~0.29.0",
38
+ "@opentelemetry/instrumentation": "~0.217.0",
39
+ "@opentelemetry/instrumentation-express": "~0.65.0",
40
+ "@opentelemetry/instrumentation-http": "~0.217.0",
41
+ "@opentelemetry/instrumentation-runtime-node": "~0.30.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",
@@ -67,8 +67,8 @@
67
67
  "@xylabs/mongo": "^5.1.1",
68
68
  "@xylabs/sdk-js": "^5.1.1",
69
69
  "@xylabs/threads": "~5.1.1",
70
- "@xylabs/toolchain": "~7.13.7",
71
- "@xylabs/tsconfig": "~7.13.7",
70
+ "@xylabs/toolchain": "~7.13.13",
71
+ "@xylabs/tsconfig": "~7.13.13",
72
72
  "@xylabs/vitest-extended": "~5.1.1",
73
73
  "@xyo-network/account": "~5.6.1",
74
74
  "@xyo-network/account-model": "~5.6.2",
@@ -98,14 +98,14 @@
98
98
  "@xyo-network/typechain": "^4.1.3",
99
99
  "@xyo-network/wallet": "~5.6.1",
100
100
  "@xyo-network/wallet-model": "^5.6.2",
101
- "@xyo-network/xl1-protocol-sdk": "~1.27.1",
102
- "@xyo-network/xl1-sdk": "^1.27.1",
101
+ "@xyo-network/xl1-protocol-sdk": "~1.28",
102
+ "@xyo-network/xl1-sdk": "^1.28.0",
103
103
  "ajv": "^8.20.0",
104
104
  "async-mutex": "^0.5.0",
105
105
  "bn.js": "^5.2.3",
106
106
  "body-parser": "~2.2.2",
107
107
  "buffer": "^6.0.3",
108
- "bullmq": "~5.76.5",
108
+ "bullmq": "~5.76.6",
109
109
  "bullmq-otel": "~1.3.1",
110
110
  "chalk": "^5.6.2",
111
111
  "compression": "~1.8.1",
@@ -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-api": "~1.21.0",
148
- "@xyo-network/chain-finalizer": "~1.21.0",
149
- "@xyo-network/chain-mempool": "~1.21.0",
150
- "@xyo-network/chain-orchestration": "~1.21.0",
151
- "@xyo-network/chain-bridge": "~1.21.0",
152
- "@xyo-network/chain-orchestration-express": "~1.21.0",
153
- "@xyo-network/chain-ethereum": "~1.21.0",
154
- "@xyo-network/chain-orchestration-storage": "~1.21.0",
155
- "@xyo-network/chain-producer": "~1.21.0",
156
- "@xyo-network/chain-orchestration-evm": "~1.21.0",
157
- "@xyo-network/chain-protocol-driver-mongodb": "~1.21.0",
158
- "@xyo-network/chain-protocol-driver-lmdb": "~1.21.0",
159
- "@xyo-network/chain-protocol-test": "~1.21.0",
160
- "@xyo-network/chain-reward-redemption": "~1.21.0",
161
- "@xyo-network/chain-sdk": "~1.21.0",
162
- "@xyo-network/chain-services": "~1.21.0",
163
- "@xyo-network/chain-telemetry": "~1.21.0",
164
- "@xyo-network/chain-test-helpers": "~1.21.0",
165
- "@xyo-network/chain-utils": "~1.21.0",
166
- "@xyo-network/chain-validation": "~1.21.0",
167
- "@xyo-network/xl1-cli-lib": "~1.21.0"
147
+ "@xyo-network/chain-bridge": "~1.21.2",
148
+ "@xyo-network/chain-finalizer": "~1.21.2",
149
+ "@xyo-network/chain-api": "~1.21.2",
150
+ "@xyo-network/chain-mempool": "~1.21.2",
151
+ "@xyo-network/chain-orchestration": "~1.21.2",
152
+ "@xyo-network/chain-orchestration-express": "~1.21.2",
153
+ "@xyo-network/chain-producer": "~1.21.2",
154
+ "@xyo-network/chain-ethereum": "~1.21.2",
155
+ "@xyo-network/chain-orchestration-evm": "~1.21.2",
156
+ "@xyo-network/chain-reward-redemption": "~1.21.2",
157
+ "@xyo-network/chain-orchestration-storage": "~1.21.2",
158
+ "@xyo-network/chain-protocol-driver-mongodb": "~1.21.2",
159
+ "@xyo-network/chain-protocol-test": "~1.21.2",
160
+ "@xyo-network/chain-protocol-driver-lmdb": "~1.21.2",
161
+ "@xyo-network/chain-test-helpers": "~1.21.2",
162
+ "@xyo-network/chain-services": "~1.21.2",
163
+ "@xyo-network/chain-validation": "~1.21.2",
164
+ "@xyo-network/xl1-cli-lib": "~1.21.2",
165
+ "@xyo-network/chain-sdk": "~1.21.2",
166
+ "@xyo-network/chain-telemetry": "~1.21.2",
167
+ "@xyo-network/chain-utils": "~1.21.2"
168
168
  },
169
169
  "engines": {
170
170
  "node": ">=24"