@xyo-network/chain-producer 1.22.0 → 1.23.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.
- package/package.json +19 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/chain-producer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"description": "XYO Layer One Producer",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -35,30 +35,29 @@
|
|
|
35
35
|
"README.md"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@xyo-network/chain-orchestration": "~1.
|
|
39
|
-
"@xyo-network/chain-services": "~1.
|
|
38
|
+
"@xyo-network/chain-orchestration": "~1.23.0",
|
|
39
|
+
"@xyo-network/chain-services": "~1.23.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@bitauth/libauth": "~3.0.0",
|
|
43
|
-
"@metamask/json-rpc-engine": "^10.
|
|
43
|
+
"@metamask/json-rpc-engine": "^10.5.0",
|
|
44
44
|
"@metamask/providers": "^22.1.1",
|
|
45
45
|
"@metamask/utils": "~11.11.0",
|
|
46
46
|
"@opentelemetry/api": "^1.9.1",
|
|
47
47
|
"@opentelemetry/context-async-hooks": "~2.7.1",
|
|
48
48
|
"@opentelemetry/context-zone": "~2.7.1",
|
|
49
49
|
"@opentelemetry/core": "~2.7.1",
|
|
50
|
-
"@opentelemetry/exporter-prometheus": "~0.217",
|
|
51
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "~0.217",
|
|
52
|
-
"@opentelemetry/exporter-trace-otlp-http": "~0.217",
|
|
50
|
+
"@opentelemetry/exporter-prometheus": "~0.217.0",
|
|
51
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "~0.217.0",
|
|
52
|
+
"@opentelemetry/exporter-trace-otlp-http": "~0.217.0",
|
|
53
53
|
"@opentelemetry/host-metrics": "~0.38.3",
|
|
54
|
-
"@opentelemetry/instrumentation-runtime-node": "~0.30",
|
|
54
|
+
"@opentelemetry/instrumentation-runtime-node": "~0.30.0",
|
|
55
55
|
"@opentelemetry/resources": "~2.7.1",
|
|
56
56
|
"@opentelemetry/sdk-metrics": "~2.7.1",
|
|
57
57
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
58
|
-
"@opentelemetry/semantic-conventions": "~1.
|
|
58
|
+
"@opentelemetry/semantic-conventions": "~1.41.1",
|
|
59
59
|
"@scure/base": "~2.2.0",
|
|
60
60
|
"@scure/bip39": "~2.2.0",
|
|
61
|
-
"@types/node": ">=18",
|
|
62
61
|
"@types/yargs": "^17.0.35",
|
|
63
62
|
"@xylabs/express": "^5.1.2",
|
|
64
63
|
"@xylabs/fetch": "~5.1.2",
|
|
@@ -66,8 +65,8 @@
|
|
|
66
65
|
"@xylabs/mongo": "^5.1.2",
|
|
67
66
|
"@xylabs/sdk-js": "^5.1.2",
|
|
68
67
|
"@xylabs/threads": "~5.1.2",
|
|
69
|
-
"@xylabs/toolchain": "~7.13.
|
|
70
|
-
"@xylabs/tsconfig": "~7.13.
|
|
68
|
+
"@xylabs/toolchain": "~7.13.24",
|
|
69
|
+
"@xylabs/tsconfig": "~7.13.24",
|
|
71
70
|
"@xyo-network/account": "~5.6.2",
|
|
72
71
|
"@xyo-network/account-model": "~5.6.3",
|
|
73
72
|
"@xyo-network/api": "~5.6.2",
|
|
@@ -92,12 +91,10 @@
|
|
|
92
91
|
"@xyo-network/typechain": "^4.1.3",
|
|
93
92
|
"@xyo-network/wallet": "~5.6.2",
|
|
94
93
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
95
|
-
"@xyo-network/xl1-protocol-sdk": "~1.
|
|
96
|
-
"@xyo-network/xl1-sdk": "^1.
|
|
97
|
-
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
94
|
+
"@xyo-network/xl1-protocol-sdk": "~1.30.1",
|
|
95
|
+
"@xyo-network/xl1-sdk": "^1.30.1",
|
|
98
96
|
"ajv": "^8.20.0",
|
|
99
97
|
"async-mutex": "^0.5.0",
|
|
100
|
-
"axios": "^1",
|
|
101
98
|
"bn.js": "^5.2.3",
|
|
102
99
|
"body-parser": "~2.2.2",
|
|
103
100
|
"buffer": "^6.0.3",
|
|
@@ -112,7 +109,6 @@
|
|
|
112
109
|
"ethers": "^6.16.0",
|
|
113
110
|
"express": "^5.2.1",
|
|
114
111
|
"express-mung": "~0.5.1",
|
|
115
|
-
"firebase": "^12",
|
|
116
112
|
"hash-wasm": "~4.12.0",
|
|
117
113
|
"http-status-codes": "~2.3.0",
|
|
118
114
|
"idb": "^8.0.3",
|
|
@@ -124,21 +120,19 @@
|
|
|
124
120
|
"observable-fns": "~0.6.1",
|
|
125
121
|
"pako": "^2.1.0",
|
|
126
122
|
"rollbar": "^3.1.0",
|
|
127
|
-
"rollup": "^3.29.4 || ^4",
|
|
128
123
|
"shallowequal": "~1.1.0",
|
|
129
124
|
"store2": "~2.14.4",
|
|
130
125
|
"tslib": "^2.8.1",
|
|
131
126
|
"typescript": "~5.9.3",
|
|
132
127
|
"uuid": "~14.0.0",
|
|
133
|
-
"vite": "^8.0.
|
|
134
|
-
"vitest": "^4.1.
|
|
128
|
+
"vite": "^8.0.12",
|
|
129
|
+
"vitest": "^4.1.6",
|
|
135
130
|
"wasm-feature-detect": "~1.8.0",
|
|
136
131
|
"web3-types": "~1.10.0",
|
|
137
132
|
"webextension-polyfill": "^0.12.0",
|
|
138
133
|
"winston": "~3.19.0",
|
|
139
134
|
"winston-transport": "~4.9.0",
|
|
140
|
-
"zod": "~4.4.3"
|
|
141
|
-
"zone.js": "^0.10.2 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0"
|
|
135
|
+
"zod": "~4.4.3"
|
|
142
136
|
},
|
|
143
137
|
"peerDependencies": {
|
|
144
138
|
"@bitauth/libauth": "~3.0",
|
|
@@ -157,7 +151,7 @@
|
|
|
157
151
|
"@opentelemetry/resources": "~2.7",
|
|
158
152
|
"@opentelemetry/sdk-metrics": "~2.7",
|
|
159
153
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
160
|
-
"@opentelemetry/semantic-conventions": "~1.
|
|
154
|
+
"@opentelemetry/semantic-conventions": "~1.41",
|
|
161
155
|
"@scure/base": "~2.2",
|
|
162
156
|
"@scure/bip39": "~2.2",
|
|
163
157
|
"@xylabs/express": "^5.1",
|
|
@@ -190,11 +184,10 @@
|
|
|
190
184
|
"@xyo-network/typechain": "^4.1",
|
|
191
185
|
"@xyo-network/wallet": "~5.6",
|
|
192
186
|
"@xyo-network/wallet-model": "^5.6",
|
|
193
|
-
"@xyo-network/xl1-protocol-sdk": "~1.
|
|
187
|
+
"@xyo-network/xl1-protocol-sdk": "~1.30.1",
|
|
194
188
|
"@xyo-network/xl1-sdk": "^1.28",
|
|
195
189
|
"ajv": "^8.20",
|
|
196
190
|
"async-mutex": "^0.5",
|
|
197
|
-
"axios": "^1",
|
|
198
191
|
"bn.js": "^5.2",
|
|
199
192
|
"body-parser": "~2.2",
|
|
200
193
|
"buffer": "^6.0",
|
|
@@ -207,7 +200,6 @@
|
|
|
207
200
|
"ethers": "^6.16",
|
|
208
201
|
"express": "^5.2",
|
|
209
202
|
"express-mung": "~0.5",
|
|
210
|
-
"firebase": "^12",
|
|
211
203
|
"hash-wasm": "~4.12",
|
|
212
204
|
"http-status-codes": "~2.3",
|
|
213
205
|
"idb": "^8.0",
|
|
@@ -226,8 +218,7 @@
|
|
|
226
218
|
"webextension-polyfill": "^0.12",
|
|
227
219
|
"winston": "~3.19",
|
|
228
220
|
"winston-transport": "~4.9",
|
|
229
|
-
"zod": "~4.4"
|
|
230
|
-
"zone.js": "^0.10.2 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0"
|
|
221
|
+
"zod": "~4.4"
|
|
231
222
|
},
|
|
232
223
|
"engines": {
|
|
233
224
|
"node": ">=24"
|