@xyo-network/react-chain-network 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.
Files changed (1) hide show
  1. package/package.json +15 -13
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-network",
4
- "version": "1.20.20",
4
+ "version": "1.20.21",
5
5
  "description": "XYO Layer One React SDK",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -49,9 +49,9 @@
49
49
  "@xyo-network/hash": "~5.3.30",
50
50
  "@xyo-network/react-payload-raw-info": "~7.5.8",
51
51
  "@xyo-network/sdk-js": "~5.3.30",
52
- "@xyo-network/xl1-sdk": "~1.26.31",
53
- "@xyo-network/react-chain-shared": "~1.20.20",
54
- "@xyo-network/react-chain-provider": "~1.20.20"
52
+ "@xyo-network/xl1-sdk": "~1.26.33",
53
+ "@xyo-network/react-chain-shared": "~1.20.21",
54
+ "@xyo-network/react-chain-provider": "~1.20.21"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@emotion/react": "~11.14.0",
@@ -69,10 +69,10 @@
69
69
  "@xylabs/react-dialogs": "~7.1.20",
70
70
  "@xylabs/react-promise": "~7.1.20",
71
71
  "@xylabs/react-quick-tip-button": "~7.1.20",
72
- "@xylabs/toolchain": "~7.10.7",
73
- "@xylabs/tsconfig": "~7.10.7",
74
- "@xylabs/tsconfig-dom": "~7.10.7",
75
- "@xylabs/tsconfig-react": "~7.10.7",
72
+ "@xylabs/toolchain": "~7.10.8",
73
+ "@xylabs/tsconfig": "~7.10.8",
74
+ "@xylabs/tsconfig-dom": "~7.10.8",
75
+ "@xylabs/tsconfig-react": "~7.10.8",
76
76
  "@xylabs/zod": "~5.0.95",
77
77
  "@xyo-network/account": "~5.3.30",
78
78
  "@xyo-network/account-model": "~5.3",
@@ -127,6 +127,7 @@
127
127
  "axios": "^1.15.0",
128
128
  "esbuild": "*",
129
129
  "ethers": "^6.16.0",
130
+ "lmdb": "^3",
130
131
  "mongodb": "^7.1.1",
131
132
  "pako": "~2.1.0",
132
133
  "react": "~19.2.5",
@@ -137,11 +138,11 @@
137
138
  "typescript": "~5.9.3",
138
139
  "vite": "^8.0.8",
139
140
  "zod": "^4.3.6",
140
- "@xyo-network/react-chain-blockies": "~1.20.20",
141
- "@xyo-network/chain-services": "~1.20.20",
142
- "@xyo-network/chain-telemetry": "~1.20.20",
143
- "@xyo-network/react-chain-model": "~1.20.20",
144
- "@xyo-network/react-chain-client": "~1.20.20"
141
+ "@xyo-network/chain-telemetry": "~1.20.21",
142
+ "@xyo-network/react-chain-blockies": "~1.20.21",
143
+ "@xyo-network/react-chain-client": "~1.20.21",
144
+ "@xyo-network/chain-services": "~1.20.21",
145
+ "@xyo-network/react-chain-model": "~1.20.21"
145
146
  },
146
147
  "peerDependencies": {
147
148
  "@mui/icons-material": "~7.3.9",
@@ -199,6 +200,7 @@
199
200
  "@xyo-network/wasm": "~5.3.30",
200
201
  "@xyo-network/witness-adhoc": "~5.3.30",
201
202
  "@xyo-network/witness-model": "~5.3.30",
203
+ "lmdb": "^3",
202
204
  "pako": "~2.1.0",
203
205
  "react": "~19.2.4"
204
206
  },