@xyo-network/chain-bridge 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.
- package/dist/node/index.mjs.map +1 -1
- package/package.json +22 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/chain-bridge",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.22.0",
|
|
4
4
|
"description": "XYO Layer One Bridge",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"README.md"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@xyo-network/chain-orchestration": "~1.
|
|
39
|
-
"@xyo-network/chain-protocol-driver-mongodb": "~1.
|
|
38
|
+
"@xyo-network/chain-orchestration": "~1.22.0",
|
|
39
|
+
"@xyo-network/chain-protocol-driver-mongodb": "~1.22.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.4.0",
|
|
44
44
|
"@metamask/providers": "^22.1.1",
|
|
45
45
|
"@metamask/utils": "~11.11.0",
|
|
46
46
|
"@opentelemetry/api": "^1.9.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@scure/base": "~2.2.0",
|
|
63
63
|
"@scure/bip39": "~2.2.0",
|
|
64
64
|
"@types/express": "^5.0.6",
|
|
65
|
-
"@types/node": "^25.6.
|
|
65
|
+
"@types/node": "^25.6.2",
|
|
66
66
|
"@types/yargs": "^17.0.35",
|
|
67
67
|
"@types/yargs-parser": "~21.0.3",
|
|
68
68
|
"@xylabs/express": "^5.1.2",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"@xylabs/mongo": "^5.1.2",
|
|
72
72
|
"@xylabs/sdk-js": "^5.1.2",
|
|
73
73
|
"@xylabs/threads": "~5.1.2",
|
|
74
|
-
"@xylabs/toolchain": "~7.13.
|
|
75
|
-
"@xylabs/tsconfig": "~7.13.
|
|
74
|
+
"@xylabs/toolchain": "~7.13.22",
|
|
75
|
+
"@xylabs/tsconfig": "~7.13.22",
|
|
76
76
|
"@xylabs/vitest-extended": "~5.1.2",
|
|
77
77
|
"@xyo-network/account": "~5.6.2",
|
|
78
78
|
"@xyo-network/account-model": "~5.6.3",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@xyo-network/archivist-lmdb": "~5.6.4",
|
|
82
82
|
"@xyo-network/archivist-mongodb": "~5.6.4",
|
|
83
83
|
"@xyo-network/archivist-view": "~5.6.4",
|
|
84
|
-
"@xyo-network/bios-model": "~7.3.
|
|
84
|
+
"@xyo-network/bios-model": "~7.3.1",
|
|
85
85
|
"@xyo-network/boundwitness-builder": "~5.6.2",
|
|
86
86
|
"@xyo-network/boundwitness-model": "~5.6.3",
|
|
87
87
|
"@xyo-network/boundwitness-validator": "~5.6.2",
|
|
@@ -101,8 +101,10 @@
|
|
|
101
101
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
102
102
|
"@xyo-network/xl1-protocol-sdk": "~1.28.5",
|
|
103
103
|
"@xyo-network/xl1-sdk": "^1.28.5",
|
|
104
|
+
"acorn": "^8",
|
|
104
105
|
"ajv": "^8.20.0",
|
|
105
106
|
"async-mutex": "^0.5.0",
|
|
107
|
+
"axios": "^1",
|
|
106
108
|
"bn.js": "^5.2.3",
|
|
107
109
|
"body-parser": "~2.2.2",
|
|
108
110
|
"buffer": "^6.0.3",
|
|
@@ -119,6 +121,7 @@
|
|
|
119
121
|
"ethers": "^6.16.0",
|
|
120
122
|
"express": "^5.2.1",
|
|
121
123
|
"express-mung": "~0.5.1",
|
|
124
|
+
"firebase": "^12",
|
|
122
125
|
"hash-wasm": "~4.12.0",
|
|
123
126
|
"http-status-codes": "~2.3.0",
|
|
124
127
|
"idb": "^8.0.3",
|
|
@@ -131,12 +134,13 @@
|
|
|
131
134
|
"observable-fns": "~0.6.1",
|
|
132
135
|
"pako": "^2.1.0",
|
|
133
136
|
"rollbar": "^3.1.0",
|
|
137
|
+
"rollup": "^3.29.4 || ^4",
|
|
134
138
|
"shallowequal": "~1.1.0",
|
|
135
139
|
"store2": "~2.14.4",
|
|
136
140
|
"tslib": "^2.8.1",
|
|
137
141
|
"typescript": "~5.9.3",
|
|
138
142
|
"uuid": "~14.0.0",
|
|
139
|
-
"vite": "^8.0.
|
|
143
|
+
"vite": "^8.0.11",
|
|
140
144
|
"vitest": "^4.1.5",
|
|
141
145
|
"vitest-mock-extended": "~4.0.0",
|
|
142
146
|
"wasm-feature-detect": "~1.8.0",
|
|
@@ -146,9 +150,10 @@
|
|
|
146
150
|
"winston-transport": "~4.9.0",
|
|
147
151
|
"yargs-parser": "~22.0.0",
|
|
148
152
|
"zod": "~4.4.3",
|
|
149
|
-
"
|
|
150
|
-
"@xyo-network/chain-
|
|
151
|
-
"@xyo-network/chain-
|
|
153
|
+
"zone.js": "^0.10.2 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0",
|
|
154
|
+
"@xyo-network/chain-services": "~1.22.0",
|
|
155
|
+
"@xyo-network/chain-protocol-test": "~1.22.0",
|
|
156
|
+
"@xyo-network/chain-test-helpers": "~1.22.0"
|
|
152
157
|
},
|
|
153
158
|
"peerDependencies": {
|
|
154
159
|
"@bitauth/libauth": "~3.0",
|
|
@@ -206,8 +211,10 @@
|
|
|
206
211
|
"@xyo-network/wallet-model": "^5.6",
|
|
207
212
|
"@xyo-network/xl1-protocol-sdk": "~1.28",
|
|
208
213
|
"@xyo-network/xl1-sdk": "^1.28",
|
|
214
|
+
"acorn": "^8",
|
|
209
215
|
"ajv": "^8.20",
|
|
210
216
|
"async-mutex": "^0.5",
|
|
217
|
+
"axios": "^1",
|
|
211
218
|
"bn.js": "^5.2",
|
|
212
219
|
"body-parser": "~2.2",
|
|
213
220
|
"buffer": "^6.0",
|
|
@@ -222,6 +229,7 @@
|
|
|
222
229
|
"ethers": "^6.16",
|
|
223
230
|
"express": "^5.2",
|
|
224
231
|
"express-mung": "~0.5",
|
|
232
|
+
"firebase": "^12",
|
|
225
233
|
"hash-wasm": "~4.12",
|
|
226
234
|
"http-status-codes": "~2.3",
|
|
227
235
|
"idb": "^8.0",
|
|
@@ -241,7 +249,8 @@
|
|
|
241
249
|
"webextension-polyfill": "^0.12",
|
|
242
250
|
"winston": "~3.19",
|
|
243
251
|
"winston-transport": "~4.9",
|
|
244
|
-
"zod": "~4.4"
|
|
252
|
+
"zod": "~4.4",
|
|
253
|
+
"zone.js": "^0.10.2 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0"
|
|
245
254
|
},
|
|
246
255
|
"engines": {
|
|
247
256
|
"node": ">=24"
|