@xyo-network/chain-orchestration 1.23.0 → 1.23.2
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/browser/index.mjs +239 -324
- package/dist/browser/index.mjs.map +7 -1
- package/dist/neutral/index.mjs +239 -324
- package/dist/neutral/index.mjs.map +7 -1
- package/dist/node/index.mjs +784 -831
- package/dist/node/index.mjs.map +7 -1
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/chain-orchestration",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.2",
|
|
4
4
|
"description": "XYO Layer One SDK Orchestration",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
"README.md"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@xyo-network/chain-
|
|
48
|
-
"@xyo-network/chain-
|
|
49
|
-
"@xyo-network/chain-
|
|
50
|
-
"@xyo-network/chain-orchestration-
|
|
51
|
-
"@xyo-network/chain-services": "~1.23.
|
|
52
|
-
"@xyo-network/chain-
|
|
53
|
-
"@xyo-network/chain-
|
|
54
|
-
"@xyo-network/chain-validation": "~1.23.
|
|
55
|
-
"@xyo-network/chain-orchestration-express": "~1.23.
|
|
47
|
+
"@xyo-network/chain-sdk": "~1.23.2",
|
|
48
|
+
"@xyo-network/chain-orchestration-evm": "~1.23.2",
|
|
49
|
+
"@xyo-network/chain-ethereum": "~1.23.2",
|
|
50
|
+
"@xyo-network/chain-orchestration-storage": "~1.23.2",
|
|
51
|
+
"@xyo-network/chain-services": "~1.23.2",
|
|
52
|
+
"@xyo-network/chain-protocol-driver-mongodb": "~1.23.2",
|
|
53
|
+
"@xyo-network/chain-telemetry": "~1.23.2",
|
|
54
|
+
"@xyo-network/chain-validation": "~1.23.2",
|
|
55
|
+
"@xyo-network/chain-orchestration-express": "~1.23.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"@opentelemetry/context-async-hooks": "~2.7.1",
|
|
64
64
|
"@opentelemetry/context-zone": "~2.7.1",
|
|
65
65
|
"@opentelemetry/core": "~2.7.1",
|
|
66
|
-
"@opentelemetry/exporter-prometheus": "~0.
|
|
67
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "~0.
|
|
68
|
-
"@opentelemetry/exporter-trace-otlp-http": "~0.
|
|
66
|
+
"@opentelemetry/exporter-prometheus": "~0.218",
|
|
67
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "~0.218",
|
|
68
|
+
"@opentelemetry/exporter-trace-otlp-http": "~0.218",
|
|
69
69
|
"@opentelemetry/host-metrics": "~0.38.3",
|
|
70
|
-
"@opentelemetry/instrumentation-runtime-node": "~0.
|
|
70
|
+
"@opentelemetry/instrumentation-runtime-node": "~0.31",
|
|
71
71
|
"@opentelemetry/resources": "~2.7.1",
|
|
72
72
|
"@opentelemetry/sdk-metrics": "~2.7.1",
|
|
73
73
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"@xylabs/mongo": "^5.1.2",
|
|
81
81
|
"@xylabs/sdk-js": "^5.1.2",
|
|
82
82
|
"@xylabs/threads": "~5.1.2",
|
|
83
|
-
"@xylabs/toolchain": "~
|
|
84
|
-
"@xylabs/tsconfig": "~
|
|
83
|
+
"@xylabs/toolchain": "~8.0.4",
|
|
84
|
+
"@xylabs/tsconfig": "~8.0.4",
|
|
85
85
|
"@xyo-network/account": "~5.6.2",
|
|
86
86
|
"@xyo-network/account-model": "~5.6.3",
|
|
87
87
|
"@xyo-network/api": "~5.6.2",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"@xyo-network/typechain": "^4.1.3",
|
|
109
109
|
"@xyo-network/wallet": "~5.6.2",
|
|
110
110
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
111
|
-
"@xyo-network/xl1-protocol-sdk": "~1.30.
|
|
112
|
-
"@xyo-network/xl1-sdk": "^1.30.
|
|
111
|
+
"@xyo-network/xl1-protocol-sdk": "~1.30.2",
|
|
112
|
+
"@xyo-network/xl1-sdk": "^1.30.2",
|
|
113
113
|
"ajv": "^8.20.0",
|
|
114
114
|
"async-mutex": "^0.5.0",
|
|
115
115
|
"bn.js": "^5.2.3",
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
"shallowequal": "~1.1.0",
|
|
139
139
|
"store2": "~2.14.4",
|
|
140
140
|
"tslib": "^2.8.1",
|
|
141
|
-
"typescript": "~
|
|
141
|
+
"typescript": "~6.0.3",
|
|
142
142
|
"uuid": "~14.0.0",
|
|
143
|
-
"vite": "^8.0.
|
|
143
|
+
"vite": "^8.0.13",
|
|
144
144
|
"vitest": "^4.1.6",
|
|
145
145
|
"wasm-feature-detect": "~1.8.0",
|
|
146
146
|
"web3-types": "~1.10.0",
|
|
@@ -158,11 +158,11 @@
|
|
|
158
158
|
"@opentelemetry/context-async-hooks": "~2.7",
|
|
159
159
|
"@opentelemetry/context-zone": "~2.7",
|
|
160
160
|
"@opentelemetry/core": "~2.7",
|
|
161
|
-
"@opentelemetry/exporter-prometheus": "~0.
|
|
162
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "~0.
|
|
163
|
-
"@opentelemetry/exporter-trace-otlp-http": "~0.
|
|
161
|
+
"@opentelemetry/exporter-prometheus": "~0.218",
|
|
162
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "~0.218",
|
|
163
|
+
"@opentelemetry/exporter-trace-otlp-http": "~0.218",
|
|
164
164
|
"@opentelemetry/host-metrics": "~0.38",
|
|
165
|
-
"@opentelemetry/instrumentation-runtime-node": "~0.
|
|
165
|
+
"@opentelemetry/instrumentation-runtime-node": "~0.31",
|
|
166
166
|
"@opentelemetry/resources": "~2.7",
|
|
167
167
|
"@opentelemetry/sdk-metrics": "~2.7",
|
|
168
168
|
"@opentelemetry/sdk-trace-base": "^2.7",
|