@xyo-network/chain-bridge 1.21.3 → 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/dist/node/index.mjs.map +1 -1
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/chain-bridge",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"description": "XYO Layer One Bridge",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -35,34 +35,34 @@
|
|
|
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.23.0",
|
|
39
|
+
"@xyo-network/chain-protocol-driver-mongodb": "~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": "~0.217",
|
|
55
|
-
"@opentelemetry/instrumentation-express": "~0.65",
|
|
56
|
-
"@opentelemetry/instrumentation-http": "~0.217",
|
|
57
|
-
"@opentelemetry/instrumentation-runtime-node": "~0.30",
|
|
54
|
+
"@opentelemetry/instrumentation": "~0.217.0",
|
|
55
|
+
"@opentelemetry/instrumentation-express": "~0.65.0",
|
|
56
|
+
"@opentelemetry/instrumentation-http": "~0.217.0",
|
|
57
|
+
"@opentelemetry/instrumentation-runtime-node": "~0.30.0",
|
|
58
58
|
"@opentelemetry/resources": "~2.7.1",
|
|
59
59
|
"@opentelemetry/sdk-metrics": "~2.7.1",
|
|
60
60
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
61
|
-
"@opentelemetry/semantic-conventions": "~1.
|
|
61
|
+
"@opentelemetry/semantic-conventions": "~1.41.1",
|
|
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.
|
|
65
|
+
"@types/node": "^25.7.0",
|
|
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.24",
|
|
75
|
+
"@xylabs/tsconfig": "~7.13.24",
|
|
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",
|
|
@@ -99,14 +99,14 @@
|
|
|
99
99
|
"@xyo-network/typechain": "^4.1.3",
|
|
100
100
|
"@xyo-network/wallet": "~5.6.2",
|
|
101
101
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
102
|
-
"@xyo-network/xl1-protocol-sdk": "~1.
|
|
103
|
-
"@xyo-network/xl1-sdk": "^1.
|
|
102
|
+
"@xyo-network/xl1-protocol-sdk": "~1.30.1",
|
|
103
|
+
"@xyo-network/xl1-sdk": "^1.30.1",
|
|
104
104
|
"ajv": "^8.20.0",
|
|
105
105
|
"async-mutex": "^0.5.0",
|
|
106
106
|
"bn.js": "^5.2.3",
|
|
107
107
|
"body-parser": "~2.2.2",
|
|
108
108
|
"buffer": "^6.0.3",
|
|
109
|
-
"bullmq": "~5.76.
|
|
109
|
+
"bullmq": "~5.76.8",
|
|
110
110
|
"bullmq-otel": "~1.3.1",
|
|
111
111
|
"chalk": "^5.6.2",
|
|
112
112
|
"compression": "~1.8.1",
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
"tslib": "^2.8.1",
|
|
137
137
|
"typescript": "~5.9.3",
|
|
138
138
|
"uuid": "~14.0.0",
|
|
139
|
-
"vite": "^8.0.
|
|
140
|
-
"vitest": "^4.1.
|
|
139
|
+
"vite": "^8.0.12",
|
|
140
|
+
"vitest": "^4.1.6",
|
|
141
141
|
"vitest-mock-extended": "~4.0.0",
|
|
142
142
|
"wasm-feature-detect": "~1.8.0",
|
|
143
143
|
"web3-types": "~1.10.0",
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
"winston-transport": "~4.9.0",
|
|
147
147
|
"yargs-parser": "~22.0.0",
|
|
148
148
|
"zod": "~4.4.3",
|
|
149
|
-
"@xyo-network/chain-
|
|
150
|
-
"@xyo-network/chain-
|
|
151
|
-
"@xyo-network/chain-
|
|
149
|
+
"@xyo-network/chain-services": "~1.23.0",
|
|
150
|
+
"@xyo-network/chain-test-helpers": "~1.23.0",
|
|
151
|
+
"@xyo-network/chain-protocol-test": "~1.23.0"
|
|
152
152
|
},
|
|
153
153
|
"peerDependencies": {
|
|
154
154
|
"@bitauth/libauth": "~3.0",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"@opentelemetry/resources": "~2.7",
|
|
171
171
|
"@opentelemetry/sdk-metrics": "~2.7",
|
|
172
172
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
173
|
-
"@opentelemetry/semantic-conventions": "~1.
|
|
173
|
+
"@opentelemetry/semantic-conventions": "~1.41",
|
|
174
174
|
"@scure/base": "~2.2",
|
|
175
175
|
"@scure/bip39": "~2.2",
|
|
176
176
|
"@xylabs/express": "^5.1",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"@xyo-network/typechain": "^4.1",
|
|
205
205
|
"@xyo-network/wallet": "~5.6",
|
|
206
206
|
"@xyo-network/wallet-model": "^5.6",
|
|
207
|
-
"@xyo-network/xl1-protocol-sdk": "~1.
|
|
207
|
+
"@xyo-network/xl1-protocol-sdk": "~1.30.1",
|
|
208
208
|
"@xyo-network/xl1-sdk": "^1.28",
|
|
209
209
|
"ajv": "^8.20",
|
|
210
210
|
"async-mutex": "^0.5",
|