@xyo-network/chain-api 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/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/chain-api",
|
|
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,35 +35,35 @@
|
|
|
35
35
|
"README.md"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@xyo-network/chain-
|
|
39
|
-
"@xyo-network/chain-
|
|
40
|
-
"@xyo-network/chain-
|
|
38
|
+
"@xyo-network/chain-finalizer": "~1.23.0",
|
|
39
|
+
"@xyo-network/chain-orchestration": "~1.23.0",
|
|
40
|
+
"@xyo-network/chain-mempool": "~1.23.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@bitauth/libauth": "~3.0.0",
|
|
44
|
-
"@metamask/json-rpc-engine": "^10.
|
|
44
|
+
"@metamask/json-rpc-engine": "^10.5.0",
|
|
45
45
|
"@metamask/providers": "^22.1.1",
|
|
46
46
|
"@metamask/utils": "~11.11.0",
|
|
47
47
|
"@opentelemetry/api": "^1.9.1",
|
|
48
48
|
"@opentelemetry/context-async-hooks": "~2.7.1",
|
|
49
49
|
"@opentelemetry/context-zone": "~2.7.1",
|
|
50
50
|
"@opentelemetry/core": "~2.7.1",
|
|
51
|
-
"@opentelemetry/exporter-prometheus": "~0.217",
|
|
52
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "~0.217",
|
|
53
|
-
"@opentelemetry/exporter-trace-otlp-http": "~0.217",
|
|
51
|
+
"@opentelemetry/exporter-prometheus": "~0.217.0",
|
|
52
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "~0.217.0",
|
|
53
|
+
"@opentelemetry/exporter-trace-otlp-http": "~0.217.0",
|
|
54
54
|
"@opentelemetry/host-metrics": "~0.38.3",
|
|
55
|
-
"@opentelemetry/instrumentation": "~0.217",
|
|
56
|
-
"@opentelemetry/instrumentation-express": "~0.65",
|
|
57
|
-
"@opentelemetry/instrumentation-http": "~0.217",
|
|
58
|
-
"@opentelemetry/instrumentation-runtime-node": "~0.30",
|
|
55
|
+
"@opentelemetry/instrumentation": "~0.217.0",
|
|
56
|
+
"@opentelemetry/instrumentation-express": "~0.65.0",
|
|
57
|
+
"@opentelemetry/instrumentation-http": "~0.217.0",
|
|
58
|
+
"@opentelemetry/instrumentation-runtime-node": "~0.30.0",
|
|
59
59
|
"@opentelemetry/resources": "~2.7.1",
|
|
60
60
|
"@opentelemetry/sdk-metrics": "~2.7.1",
|
|
61
61
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
62
|
-
"@opentelemetry/semantic-conventions": "~1.
|
|
62
|
+
"@opentelemetry/semantic-conventions": "~1.41.1",
|
|
63
63
|
"@scure/base": "~2.2.0",
|
|
64
64
|
"@scure/bip39": "~2.2.0",
|
|
65
65
|
"@types/express": "^5.0.6",
|
|
66
|
-
"@types/node": "^25.
|
|
66
|
+
"@types/node": "^25.7.0",
|
|
67
67
|
"@types/yargs": "^17.0.35",
|
|
68
68
|
"@xylabs/express": "^5.1.2",
|
|
69
69
|
"@xylabs/fetch": "~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
|
"@xyo-network/account": "~5.6.2",
|
|
77
77
|
"@xyo-network/account-model": "~5.6.3",
|
|
78
78
|
"@xyo-network/api": "~5.6.2",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@xyo-network/archivist-lmdb": "~5.6.4",
|
|
81
81
|
"@xyo-network/archivist-mongodb": "~5.6.4",
|
|
82
82
|
"@xyo-network/archivist-view": "~5.6.4",
|
|
83
|
-
"@xyo-network/bios-model": "~7.3.
|
|
83
|
+
"@xyo-network/bios-model": "~7.3.1",
|
|
84
84
|
"@xyo-network/boundwitness-builder": "~5.6.2",
|
|
85
85
|
"@xyo-network/boundwitness-model": "~5.6.3",
|
|
86
86
|
"@xyo-network/boundwitness-wrapper": "~5.6.2",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"@xyo-network/typechain": "^4.1.3",
|
|
98
98
|
"@xyo-network/wallet": "~5.6.2",
|
|
99
99
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
100
|
-
"@xyo-network/xl1-protocol-sdk": "~1.
|
|
101
|
-
"@xyo-network/xl1-sdk": "^1.
|
|
100
|
+
"@xyo-network/xl1-protocol-sdk": "~1.30.1",
|
|
101
|
+
"@xyo-network/xl1-sdk": "^1.30.1",
|
|
102
102
|
"ajv": "^8.20.0",
|
|
103
103
|
"async-mutex": "^0.5.0",
|
|
104
104
|
"bn.js": "^5.2.3",
|
|
@@ -131,8 +131,8 @@
|
|
|
131
131
|
"tslib": "^2.8.1",
|
|
132
132
|
"typescript": "~5.9.3",
|
|
133
133
|
"uuid": "~14.0.0",
|
|
134
|
-
"vite": "^8.0.
|
|
135
|
-
"vitest": "^4.1.
|
|
134
|
+
"vite": "^8.0.12",
|
|
135
|
+
"vitest": "^4.1.6",
|
|
136
136
|
"wasm-feature-detect": "~1.8.0",
|
|
137
137
|
"web3-types": "~1.10.0",
|
|
138
138
|
"webextension-polyfill": "^0.12.0",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"@opentelemetry/resources": "~2.7",
|
|
162
162
|
"@opentelemetry/sdk-metrics": "~2.7",
|
|
163
163
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
164
|
-
"@opentelemetry/semantic-conventions": "~1.
|
|
164
|
+
"@opentelemetry/semantic-conventions": "~1.41",
|
|
165
165
|
"@scure/base": "~2.2",
|
|
166
166
|
"@scure/bip39": "~2.2",
|
|
167
167
|
"@xylabs/express": "^5.1",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"@xyo-network/typechain": "^4.1",
|
|
195
195
|
"@xyo-network/wallet": "~5.6",
|
|
196
196
|
"@xyo-network/wallet-model": "^5.6",
|
|
197
|
-
"@xyo-network/xl1-protocol-sdk": "~1.
|
|
197
|
+
"@xyo-network/xl1-protocol-sdk": "~1.30.1",
|
|
198
198
|
"@xyo-network/xl1-sdk": "^1.28",
|
|
199
199
|
"ajv": "^8.20",
|
|
200
200
|
"async-mutex": "^0.5",
|