@xyo-network/react-chain-blockchain 1.20.17 → 1.20.18
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/components/account/table/hooks/useLinkedBalanceHistoryItem.d.ts +1 -1
- package/dist/browser/components/account/table/hooks/useLinkedBalanceHistoryItem.d.ts.map +1 -1
- package/dist/browser/components/payload/builder/transfer/Transfer.d.ts +2 -2
- package/dist/browser/components/payload/builder/transfer/Transfer.d.ts.map +1 -1
- package/dist/browser/components/rate/gauge/Container.d.ts +2 -2
- package/dist/browser/components/rate/gauge/Container.d.ts.map +1 -1
- package/dist/browser/context/analyzer/index.d.ts +0 -1
- package/dist/browser/context/analyzer/index.d.ts.map +1 -1
- package/dist/browser/index.mjs.map +1 -1
- package/package.json +26 -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/react-chain-blockchain",
|
|
4
|
-
"version": "1.20.
|
|
4
|
+
"version": "1.20.18",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockchain",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -31,8 +31,6 @@
|
|
|
31
31
|
},
|
|
32
32
|
"./package.json": "./package.json"
|
|
33
33
|
},
|
|
34
|
-
"module": "./dist/browser/index.mjs",
|
|
35
|
-
"types": "./dist/browser/index.d.ts",
|
|
36
34
|
"files": [
|
|
37
35
|
"dist",
|
|
38
36
|
"!**/*.bench.*",
|
|
@@ -58,12 +56,12 @@
|
|
|
58
56
|
"@xyo-network/react-shared": "~7.5.8",
|
|
59
57
|
"@xyo-network/react-table": "~7.5.8",
|
|
60
58
|
"@xyo-network/sdk-js": "~5.3.30",
|
|
61
|
-
"@xyo-network/xl1-sdk": "~1.26.
|
|
62
|
-
"@xyo-network/chain-
|
|
63
|
-
"@xyo-network/
|
|
64
|
-
"@xyo-network/chain-
|
|
65
|
-
"@xyo-network/react-chain-
|
|
66
|
-
"@xyo-network/chain-
|
|
59
|
+
"@xyo-network/xl1-sdk": "~1.26.29",
|
|
60
|
+
"@xyo-network/chain-analyze": "~1.20.18",
|
|
61
|
+
"@xyo-network/chain-wrappers": "~1.20.18",
|
|
62
|
+
"@xyo-network/chain-protocol": "~1.20.18",
|
|
63
|
+
"@xyo-network/react-chain-provider": "~1.20.18",
|
|
64
|
+
"@xyo-network/react-chain-shared": "~1.20.18"
|
|
67
65
|
},
|
|
68
66
|
"devDependencies": {
|
|
69
67
|
"@emotion/react": "~11.14.0",
|
|
@@ -74,7 +72,7 @@
|
|
|
74
72
|
"@opentelemetry/api": "^1",
|
|
75
73
|
"@storybook/react-vite": "^10.3.5",
|
|
76
74
|
"@textea/json-viewer": "~4.0.1",
|
|
77
|
-
"@types/node": "^25.
|
|
75
|
+
"@types/node": "^25.6.0",
|
|
78
76
|
"@types/react": "~19.2.14",
|
|
79
77
|
"@xylabs/express": "^5.0.95",
|
|
80
78
|
"@xylabs/mongo": "^5.0.95",
|
|
@@ -82,11 +80,10 @@
|
|
|
82
80
|
"@xylabs/react-button": "~7.1.20",
|
|
83
81
|
"@xylabs/react-dialogs": "~7.1.20",
|
|
84
82
|
"@xylabs/react-promise": "~7.1.20",
|
|
85
|
-
"@xylabs/
|
|
86
|
-
"@xylabs/
|
|
87
|
-
"@xylabs/tsconfig": "~7.
|
|
88
|
-
"@xylabs/tsconfig-
|
|
89
|
-
"@xylabs/tsconfig-react": "~7.9.6",
|
|
83
|
+
"@xylabs/toolchain": "~7.10.7",
|
|
84
|
+
"@xylabs/tsconfig": "~7.10.7",
|
|
85
|
+
"@xylabs/tsconfig-dom": "~7.10.7",
|
|
86
|
+
"@xylabs/tsconfig-react": "~7.10.7",
|
|
90
87
|
"@xylabs/zod": "~5.0.95",
|
|
91
88
|
"@xyo-network/account": "~5.3.30",
|
|
92
89
|
"@xyo-network/account-model": "~5.3.30",
|
|
@@ -143,22 +140,21 @@
|
|
|
143
140
|
"axios": "^1.15.0",
|
|
144
141
|
"esbuild": "*",
|
|
145
142
|
"ethers": "^6.16.0",
|
|
146
|
-
"lmdb": "^3",
|
|
147
143
|
"mongodb": "^7.1.1",
|
|
148
144
|
"pako": "~2.1.0",
|
|
149
145
|
"react": "~19.2.5",
|
|
150
146
|
"react-dom": "~19.2.5",
|
|
151
|
-
"react-router-dom": "^7.14.
|
|
147
|
+
"react-router-dom": "^7.14.1",
|
|
152
148
|
"rollbar": "^3.1.0",
|
|
153
149
|
"storybook": "^10.3.5",
|
|
154
150
|
"typescript": "~5.9.3",
|
|
155
151
|
"vite": "^8.0.8",
|
|
156
152
|
"zod": "^4.3.6",
|
|
157
|
-
"@xyo-network/chain-telemetry": "~1.20.
|
|
158
|
-
"@xyo-network/
|
|
159
|
-
"@xyo-network/react-chain-
|
|
160
|
-
"@xyo-network/chain-
|
|
161
|
-
"@xyo-network/react-chain-
|
|
153
|
+
"@xyo-network/chain-telemetry": "~1.20.18",
|
|
154
|
+
"@xyo-network/chain-services": "~1.20.18",
|
|
155
|
+
"@xyo-network/react-chain-blockies": "~1.20.18",
|
|
156
|
+
"@xyo-network/react-chain-client": "~1.20.18",
|
|
157
|
+
"@xyo-network/react-chain-network": "~1.20.18"
|
|
162
158
|
},
|
|
163
159
|
"peerDependencies": {
|
|
164
160
|
"@emotion/styled": "~11.14.1",
|
|
@@ -182,6 +178,8 @@
|
|
|
182
178
|
"@xyo-network/boundwitness-validator": "~5.3.30",
|
|
183
179
|
"@xyo-network/bridge-abstract": "~5.3.30",
|
|
184
180
|
"@xyo-network/bridge-model": "~5.3.30",
|
|
181
|
+
"@xyo-network/chain-services": "~1.20",
|
|
182
|
+
"@xyo-network/chain-telemetry": "~1.20",
|
|
185
183
|
"@xyo-network/config-payload-plugin": "~5.3.30",
|
|
186
184
|
"@xyo-network/data": "~5.3.30",
|
|
187
185
|
"@xyo-network/diviner-boundwitness-memory": "~5.3.30",
|
|
@@ -208,6 +206,8 @@
|
|
|
208
206
|
"@xyo-network/payload-model": "~5.3.30",
|
|
209
207
|
"@xyo-network/payload-validator": "~5.3.30",
|
|
210
208
|
"@xyo-network/previous-hash-store-model": "~5.3.30",
|
|
209
|
+
"@xyo-network/react-chain-blockies": "~1.20",
|
|
210
|
+
"@xyo-network/react-chain-client": "~1.20",
|
|
211
211
|
"@xyo-network/sentinel-abstract": "~5.3.30",
|
|
212
212
|
"@xyo-network/sentinel-memory": "~5.3.30",
|
|
213
213
|
"@xyo-network/sentinel-model": "~5.3.30",
|
|
@@ -217,11 +217,10 @@
|
|
|
217
217
|
"@xyo-network/witness-model": "~5.3.30",
|
|
218
218
|
"axios": "^1.14.0",
|
|
219
219
|
"pako": "~2.1.0",
|
|
220
|
-
"react": "~19.2.4"
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
"
|
|
224
|
-
"@xyo-network/chain-telemetry": "~1.20.17"
|
|
220
|
+
"react": "~19.2.4"
|
|
221
|
+
},
|
|
222
|
+
"engines": {
|
|
223
|
+
"node": ">=24"
|
|
225
224
|
},
|
|
226
225
|
"publishConfig": {
|
|
227
226
|
"access": "restricted"
|