@xyo-network/chain-sdk 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
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["export * from '@xyo-network/chain-analyze'\nexport * from '@xyo-network/chain-ethereum'\nexport * from '@xyo-network/chain-modules'\nexport * from '@xyo-network/chain-protocol'\nexport * from '@xyo-network/chain-services'\nexport * from '@xyo-network/chain-telemetry'\nexport * from '@xyo-network/chain-utils'\nexport * from '@xyo-network/chain-validation'\nexport * from '@xyo-network/chain-wrappers'\n"],
|
|
5
|
+
"mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["export * from '@xyo-network/chain-analyze'\nexport * from '@xyo-network/chain-ethereum'\nexport * from '@xyo-network/chain-modules'\nexport * from '@xyo-network/chain-protocol'\nexport * from '@xyo-network/chain-services'\nexport * from '@xyo-network/chain-telemetry'\nexport * from '@xyo-network/chain-utils'\nexport * from '@xyo-network/chain-validation'\nexport * from '@xyo-network/chain-wrappers'\n"],
|
|
5
|
+
"mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/node/index.mjs
CHANGED
package/dist/node/index.mjs.map
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"sourcesContent": ["export * from '@xyo-network/chain-analyze'\nexport * from '@xyo-network/chain-ethereum'\nexport * from '@xyo-network/chain-modules'\nexport * from '@xyo-network/chain-protocol'\nexport * from '@xyo-network/chain-services'\nexport * from '@xyo-network/chain-telemetry'\nexport * from '@xyo-network/chain-utils'\nexport * from '@xyo-network/chain-validation'\nexport * from '@xyo-network/chain-wrappers'\n"],
|
|
5
|
+
"mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
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.23.
|
|
4
|
+
"version": "1.23.2",
|
|
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-ethereum": "~1.23.
|
|
49
|
-
"@xyo-network/chain-modules": "~1.23.
|
|
50
|
-
"@xyo-network/chain-
|
|
51
|
-
"@xyo-network/chain-telemetry": "~1.23.
|
|
52
|
-
"@xyo-network/chain-
|
|
53
|
-
"@xyo-network/chain-validation": "~1.23.
|
|
54
|
-
"@xyo-network/chain-utils": "~1.23.
|
|
55
|
-
"@xyo-network/chain-
|
|
56
|
-
"@xyo-network/chain-
|
|
48
|
+
"@xyo-network/chain-ethereum": "~1.23.2",
|
|
49
|
+
"@xyo-network/chain-modules": "~1.23.2",
|
|
50
|
+
"@xyo-network/chain-protocol": "~1.23.2",
|
|
51
|
+
"@xyo-network/chain-telemetry": "~1.23.2",
|
|
52
|
+
"@xyo-network/chain-analyze": "~1.23.2",
|
|
53
|
+
"@xyo-network/chain-validation": "~1.23.2",
|
|
54
|
+
"@xyo-network/chain-utils": "~1.23.2",
|
|
55
|
+
"@xyo-network/chain-services": "~1.23.2",
|
|
56
|
+
"@xyo-network/chain-wrappers": "~1.23.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"@opentelemetry/context-async-hooks": "~2.7.1",
|
|
65
65
|
"@opentelemetry/context-zone": "~2.7.1",
|
|
66
66
|
"@opentelemetry/core": "~2.7.1",
|
|
67
|
-
"@opentelemetry/exporter-prometheus": "~0.
|
|
68
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "~0.
|
|
69
|
-
"@opentelemetry/exporter-trace-otlp-http": "~0.
|
|
67
|
+
"@opentelemetry/exporter-prometheus": "~0.218",
|
|
68
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "~0.218",
|
|
69
|
+
"@opentelemetry/exporter-trace-otlp-http": "~0.218",
|
|
70
70
|
"@opentelemetry/host-metrics": "~0.38.3",
|
|
71
|
-
"@opentelemetry/instrumentation-runtime-node": "~0.
|
|
71
|
+
"@opentelemetry/instrumentation-runtime-node": "~0.31",
|
|
72
72
|
"@opentelemetry/resources": "~2.7.1",
|
|
73
73
|
"@opentelemetry/sdk-metrics": "~2.7.1",
|
|
74
74
|
"@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
|
"@xylabs/vitest-extended": "~5.1.2",
|
|
86
86
|
"@xyo-network/account": "~5.6.2",
|
|
87
87
|
"@xyo-network/account-model": "~5.6.3",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@xyo-network/typechain": "^4.1.3",
|
|
105
105
|
"@xyo-network/wallet": "~5.6.2",
|
|
106
106
|
"@xyo-network/wallet-model": "^5.6.3",
|
|
107
|
-
"@xyo-network/xl1-sdk": "^1.30.
|
|
107
|
+
"@xyo-network/xl1-sdk": "^1.30.2",
|
|
108
108
|
"ajv": "^8.20.0",
|
|
109
109
|
"async-mutex": "^0.5.0",
|
|
110
110
|
"bn.js": "^5.2.3",
|
|
@@ -125,16 +125,16 @@
|
|
|
125
125
|
"shallowequal": "~1.1.0",
|
|
126
126
|
"store2": "~2.14.4",
|
|
127
127
|
"tslib": "^2.8.1",
|
|
128
|
-
"typescript": "~
|
|
128
|
+
"typescript": "~6.0.3",
|
|
129
129
|
"uuid": "~14.0.0",
|
|
130
|
-
"vite": "^8.0.
|
|
130
|
+
"vite": "^8.0.13",
|
|
131
131
|
"vitest": "^4.1.6",
|
|
132
132
|
"wasm-feature-detect": "~1.8.0",
|
|
133
133
|
"web3-types": "~1.10.0",
|
|
134
134
|
"webextension-polyfill": "^0.12.0",
|
|
135
135
|
"zod": "~4.4.3",
|
|
136
|
-
"@xyo-network/chain-protocol-test": "~1.23.
|
|
137
|
-
"@xyo-network/chain-test-helpers": "~1.23.
|
|
136
|
+
"@xyo-network/chain-protocol-test": "~1.23.2",
|
|
137
|
+
"@xyo-network/chain-test-helpers": "~1.23.2"
|
|
138
138
|
},
|
|
139
139
|
"peerDependencies": {
|
|
140
140
|
"@bitauth/libauth": "~3.0",
|
|
@@ -145,11 +145,11 @@
|
|
|
145
145
|
"@opentelemetry/context-async-hooks": "~2.7",
|
|
146
146
|
"@opentelemetry/context-zone": "~2.7",
|
|
147
147
|
"@opentelemetry/core": "~2.7",
|
|
148
|
-
"@opentelemetry/exporter-prometheus": "~0.
|
|
149
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "~0.
|
|
150
|
-
"@opentelemetry/exporter-trace-otlp-http": "~0.
|
|
148
|
+
"@opentelemetry/exporter-prometheus": "~0.218",
|
|
149
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "~0.218",
|
|
150
|
+
"@opentelemetry/exporter-trace-otlp-http": "~0.218",
|
|
151
151
|
"@opentelemetry/host-metrics": "~0.38",
|
|
152
|
-
"@opentelemetry/instrumentation-runtime-node": "~0.
|
|
152
|
+
"@opentelemetry/instrumentation-runtime-node": "~0.31",
|
|
153
153
|
"@opentelemetry/resources": "~2.7",
|
|
154
154
|
"@opentelemetry/sdk-metrics": "~2.7",
|
|
155
155
|
"@opentelemetry/sdk-trace-base": "^2.7",
|