@xyo-network/chain-sdk 1.20.20 → 1.20.21
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 +27 -27
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/chain-sdk",
|
|
4
|
-
"version": "1.20.
|
|
4
|
+
"version": "1.20.21",
|
|
5
5
|
"description": "XYO Layer One SDK",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -45,37 +45,37 @@
|
|
|
45
45
|
"README.md"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@xyo-network/chain-analyze": "~1.20.
|
|
49
|
-
"@xyo-network/chain-modules": "~1.20.
|
|
50
|
-
"@xyo-network/chain-
|
|
51
|
-
"@xyo-network/chain-
|
|
52
|
-
"@xyo-network/chain-
|
|
53
|
-
"@xyo-network/chain-protocol-driver-mongodb": "~1.20.
|
|
54
|
-
"@xyo-network/chain-
|
|
55
|
-
"@xyo-network/chain-
|
|
56
|
-
"@xyo-network/chain-
|
|
57
|
-
"@xyo-network/chain-
|
|
58
|
-
"@xyo-network/chain-wrappers": "~1.20.
|
|
48
|
+
"@xyo-network/chain-analyze": "~1.20.21",
|
|
49
|
+
"@xyo-network/chain-modules": "~1.20.21",
|
|
50
|
+
"@xyo-network/chain-ethereum": "~1.20.21",
|
|
51
|
+
"@xyo-network/chain-protocol": "~1.20.21",
|
|
52
|
+
"@xyo-network/chain-protocol-driver-lmdb": "~1.20.21",
|
|
53
|
+
"@xyo-network/chain-protocol-driver-mongodb": "~1.20.21",
|
|
54
|
+
"@xyo-network/chain-services": "~1.20.21",
|
|
55
|
+
"@xyo-network/chain-utils": "~1.20.21",
|
|
56
|
+
"@xyo-network/chain-telemetry": "~1.20.21",
|
|
57
|
+
"@xyo-network/chain-validation": "~1.20.21",
|
|
58
|
+
"@xyo-network/chain-wrappers": "~1.20.21"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@opentelemetry/api": "^1.9.1",
|
|
62
|
-
"@opentelemetry/context-async-hooks": "~2.
|
|
63
|
-
"@opentelemetry/context-zone": "~2.
|
|
64
|
-
"@opentelemetry/core": "~2.
|
|
65
|
-
"@opentelemetry/exporter-prometheus": "~0.
|
|
66
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "~0.
|
|
67
|
-
"@opentelemetry/exporter-trace-otlp-http": "~0.
|
|
62
|
+
"@opentelemetry/context-async-hooks": "~2.7.0",
|
|
63
|
+
"@opentelemetry/context-zone": "~2.7.0",
|
|
64
|
+
"@opentelemetry/core": "~2.7.0",
|
|
65
|
+
"@opentelemetry/exporter-prometheus": "~0.215.0",
|
|
66
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "~0.215.0",
|
|
67
|
+
"@opentelemetry/exporter-trace-otlp-http": "~0.215.0",
|
|
68
68
|
"@opentelemetry/host-metrics": "~0.38.3",
|
|
69
|
-
"@opentelemetry/instrumentation-runtime-node": "~0.
|
|
70
|
-
"@opentelemetry/resources": "~2.
|
|
71
|
-
"@opentelemetry/sdk-metrics": "~2.
|
|
72
|
-
"@opentelemetry/sdk-trace-base": "~2.
|
|
69
|
+
"@opentelemetry/instrumentation-runtime-node": "~0.28.0",
|
|
70
|
+
"@opentelemetry/resources": "~2.7.0",
|
|
71
|
+
"@opentelemetry/sdk-metrics": "~2.7.0",
|
|
72
|
+
"@opentelemetry/sdk-trace-base": "~2.7.0",
|
|
73
73
|
"@opentelemetry/semantic-conventions": "~1.40.0",
|
|
74
74
|
"@types/node": "^25.6.0",
|
|
75
75
|
"@xylabs/mongo": "~5.0.95",
|
|
76
76
|
"@xylabs/sdk-js": "~5.0.95",
|
|
77
|
-
"@xylabs/toolchain": "~7.10.
|
|
78
|
-
"@xylabs/tsconfig": "~7.10.
|
|
77
|
+
"@xylabs/toolchain": "~7.10.8",
|
|
78
|
+
"@xylabs/tsconfig": "~7.10.8",
|
|
79
79
|
"@xylabs/vitest-extended": "~5.0.95",
|
|
80
80
|
"@xylabs/vitest-matchers": "~5.0.95",
|
|
81
81
|
"@xyo-network/account": "~5.3.30",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@xyo-network/wasm": "~5.3.30",
|
|
133
133
|
"@xyo-network/witness-adhoc": "~5.3.30",
|
|
134
134
|
"@xyo-network/witness-model": "~5.3.30",
|
|
135
|
-
"@xyo-network/xl1-sdk": "~1.26.
|
|
135
|
+
"@xyo-network/xl1-sdk": "~1.26.33",
|
|
136
136
|
"ajv": "~8.18.0",
|
|
137
137
|
"async-mutex": "~0.5.0",
|
|
138
138
|
"axios": "^1.15.0",
|
|
@@ -149,8 +149,8 @@
|
|
|
149
149
|
"vitest": "~4.1.4",
|
|
150
150
|
"web3-types": "~1.10.0",
|
|
151
151
|
"zod": "^4.3.6",
|
|
152
|
-
"@xyo-network/chain-
|
|
153
|
-
"@xyo-network/chain-test
|
|
152
|
+
"@xyo-network/chain-test-helpers": "~1.20.21",
|
|
153
|
+
"@xyo-network/chain-protocol-test": "~1.20.21"
|
|
154
154
|
},
|
|
155
155
|
"peerDependencies": {
|
|
156
156
|
"@xyo-network/account": "~5.3.30",
|