@xyo-network/chain-sdk 2.0.18 → 3.0.1
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 +34 -36
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": "
|
|
4
|
+
"version": "3.0.1",
|
|
5
5
|
"description": "XYO Layer One SDK",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"README.md"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@xyo-network/chain-analyze": "~
|
|
49
|
-
"@xyo-network/chain-
|
|
50
|
-
"@xyo-network/chain-
|
|
51
|
-
"@xyo-network/chain-
|
|
52
|
-
"@xyo-network/chain-
|
|
53
|
-
"@xyo-network/chain-
|
|
54
|
-
"@xyo-network/chain-
|
|
55
|
-
"@xyo-network/chain-
|
|
56
|
-
"@xyo-network/chain-
|
|
48
|
+
"@xyo-network/chain-analyze": "~3.0.1",
|
|
49
|
+
"@xyo-network/chain-services": "~3.0.1",
|
|
50
|
+
"@xyo-network/chain-telemetry": "~3.0.1",
|
|
51
|
+
"@xyo-network/chain-ethereum": "~3.0.1",
|
|
52
|
+
"@xyo-network/chain-utils": "~3.0.1",
|
|
53
|
+
"@xyo-network/chain-modules": "~3.0.1",
|
|
54
|
+
"@xyo-network/chain-validation": "~3.0.1",
|
|
55
|
+
"@xyo-network/chain-wrappers": "~3.0.1",
|
|
56
|
+
"@xyo-network/chain-protocol": "~3.0.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -62,42 +62,41 @@
|
|
|
62
62
|
"@metamask/utils": "^11.11.0",
|
|
63
63
|
"@noble/post-quantum": "~0.6.1",
|
|
64
64
|
"@opentelemetry/api": "^1.9.1",
|
|
65
|
-
"@opentelemetry/context-async-hooks": "~2.8",
|
|
65
|
+
"@opentelemetry/context-async-hooks": "~2.8.0",
|
|
66
66
|
"@opentelemetry/context-zone": "~2.8",
|
|
67
|
-
"@opentelemetry/core": "~2.8",
|
|
68
|
-
"@opentelemetry/exporter-prometheus": "
|
|
69
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "
|
|
70
|
-
"@opentelemetry/exporter-trace-otlp-http": "
|
|
71
|
-
"@opentelemetry/host-metrics": "~0.39",
|
|
72
|
-
"@opentelemetry/instrumentation-runtime-node": "
|
|
73
|
-
"@opentelemetry/resources": "~2.8",
|
|
74
|
-
"@opentelemetry/sdk-metrics": "~2.8",
|
|
67
|
+
"@opentelemetry/core": "~2.8.0",
|
|
68
|
+
"@opentelemetry/exporter-prometheus": "^0.219.0",
|
|
69
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "^0.219.0",
|
|
70
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.219.0",
|
|
71
|
+
"@opentelemetry/host-metrics": "~0.39.0",
|
|
72
|
+
"@opentelemetry/instrumentation-runtime-node": "^0.32.0",
|
|
73
|
+
"@opentelemetry/resources": "~2.8.0",
|
|
74
|
+
"@opentelemetry/sdk-metrics": "~2.8.0",
|
|
75
75
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
76
76
|
"@opentelemetry/semantic-conventions": "~1.41.1",
|
|
77
77
|
"@scure/base": "~2.2.0",
|
|
78
78
|
"@scure/bip39": "~2.2.0",
|
|
79
|
-
"@xylabs/geo": "^6.1.
|
|
80
|
-
"@xylabs/mongo": "^6.1.
|
|
81
|
-
"@xylabs/sdk-js": "^6.1.
|
|
82
|
-
"@xylabs/threads": "^6.1.
|
|
83
|
-
"@xylabs/toolchain": "~8.
|
|
84
|
-
"@xylabs/tsconfig": "~8.
|
|
85
|
-
"@xylabs/vitest-extended": "^6.1.
|
|
86
|
-
"@xyo-network/address": "^6.1.1",
|
|
79
|
+
"@xylabs/geo": "^6.1.3",
|
|
80
|
+
"@xylabs/mongo": "^6.1.3",
|
|
81
|
+
"@xylabs/sdk-js": "^6.1.3",
|
|
82
|
+
"@xylabs/threads": "^6.1.3",
|
|
83
|
+
"@xylabs/toolchain": "~8.3.0",
|
|
84
|
+
"@xylabs/tsconfig": "~8.3.0",
|
|
85
|
+
"@xylabs/vitest-extended": "^6.1.3",
|
|
87
86
|
"@xyo-network/archivist-mongodb": "~6.1.0",
|
|
88
87
|
"@xyo-network/sdk-js": "^6.1.0",
|
|
89
88
|
"@xyo-network/sdk-protocol-js": "~6.1.1",
|
|
90
89
|
"@xyo-network/typechain": "^4.1.3",
|
|
91
|
-
"@xyo-network/xl1-driver-lmdb": "^
|
|
92
|
-
"@xyo-network/xl1-driver-mongodb": "^
|
|
93
|
-
"@xyo-network/xl1-sdk": "^
|
|
90
|
+
"@xyo-network/xl1-driver-lmdb": "^3.0.6",
|
|
91
|
+
"@xyo-network/xl1-driver-mongodb": "^3.0.6",
|
|
92
|
+
"@xyo-network/xl1-sdk": "^3.0.6",
|
|
94
93
|
"ajv": "^8.20.0",
|
|
95
94
|
"async-mutex": "^0.5.0",
|
|
96
95
|
"chalk": "^5.6.2",
|
|
97
96
|
"cosmiconfig": "^9.0.2",
|
|
98
97
|
"debug": "~4.4.3",
|
|
99
98
|
"eslint": "^10.5.0",
|
|
100
|
-
"ethers": "^6.
|
|
99
|
+
"ethers": "^6.17.0",
|
|
101
100
|
"hash-wasm": "~4.12.0",
|
|
102
101
|
"idb": "^8.0.3",
|
|
103
102
|
"lru-cache": "^11.5.1",
|
|
@@ -106,13 +105,13 @@
|
|
|
106
105
|
"shallowequal": "~1.1.0",
|
|
107
106
|
"tslib": "^2.8.1",
|
|
108
107
|
"typescript": "~6.0.3",
|
|
109
|
-
"uuid": "~14.0.
|
|
108
|
+
"uuid": "~14.0.1",
|
|
110
109
|
"vite": "^8.0.16",
|
|
111
|
-
"vitest": "^4.1.
|
|
110
|
+
"vitest": "^4.1.9",
|
|
112
111
|
"web3-types": "~1.10.0",
|
|
113
112
|
"webextension-polyfill": "^0.12.0",
|
|
114
113
|
"zod": "~4.4.3",
|
|
115
|
-
"@xyo-network/chain-protocol-test": "~
|
|
114
|
+
"@xyo-network/chain-protocol-test": "~3.0.1"
|
|
116
115
|
},
|
|
117
116
|
"peerDependencies": {
|
|
118
117
|
"@bitauth/libauth": "~3.0",
|
|
@@ -138,11 +137,10 @@
|
|
|
138
137
|
"@xylabs/geo": "^6.0",
|
|
139
138
|
"@xylabs/sdk-js": "^6.0",
|
|
140
139
|
"@xylabs/threads": "^6.1",
|
|
141
|
-
"@xyo-network/address": "^6.0",
|
|
142
140
|
"@xyo-network/sdk-js": "^6.0",
|
|
143
141
|
"@xyo-network/sdk-protocol-js": "~6.1",
|
|
144
142
|
"@xyo-network/typechain": "^4.1",
|
|
145
|
-
"@xyo-network/xl1-sdk": "^
|
|
143
|
+
"@xyo-network/xl1-sdk": "^3.0",
|
|
146
144
|
"ajv": "^8.20",
|
|
147
145
|
"async-mutex": "^0.5",
|
|
148
146
|
"chalk": "^5.6",
|