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