@xyo-network/react-chain-boundwitness 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 +18 -17
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-boundwitness",
4
- "version": "1.20.20",
4
+ "version": "1.20.21",
5
5
  "description": "XYO Layer One React SDK BoundWitness",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -49,12 +49,12 @@
49
49
  "@xyo-network/react-shared": "~7.5.8",
50
50
  "@xyo-network/react-table": "~7.5.8",
51
51
  "@xyo-network/sdk-js": "~5.3.30",
52
- "@xyo-network/xl1-sdk": "~1.26.31",
53
- "@xyo-network/chain-utils": "~1.20.20",
54
- "@xyo-network/chain-wrappers": "~1.20.20",
55
- "@xyo-network/react-chain-blockchain": "~1.20.20",
56
- "@xyo-network/chain-validation": "~1.20.20",
57
- "@xyo-network/react-chain-shared": "~1.20.20"
52
+ "@xyo-network/xl1-sdk": "~1.26.33",
53
+ "@xyo-network/chain-validation": "~1.20.21",
54
+ "@xyo-network/chain-utils": "~1.20.21",
55
+ "@xyo-network/react-chain-blockchain": "~1.20.21",
56
+ "@xyo-network/react-chain-shared": "~1.20.21",
57
+ "@xyo-network/chain-wrappers": "~1.20.21"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@emotion/react": "~11.14.0",
@@ -72,10 +72,10 @@
72
72
  "@xylabs/react-async-effect": "~7.1.20",
73
73
  "@xylabs/react-dialogs": "~7.1.20",
74
74
  "@xylabs/react-promise": "~7.1.20",
75
- "@xylabs/toolchain": "~7.10.7",
76
- "@xylabs/tsconfig": "~7.10.7",
77
- "@xylabs/tsconfig-dom": "~7.10.7",
78
- "@xylabs/tsconfig-react": "~7.10.7",
75
+ "@xylabs/toolchain": "~7.10.8",
76
+ "@xylabs/tsconfig": "~7.10.8",
77
+ "@xylabs/tsconfig-dom": "~7.10.8",
78
+ "@xylabs/tsconfig-react": "~7.10.8",
79
79
  "@xylabs/zod": "~5.0.95",
80
80
  "@xyo-network/account": "~5.3.30",
81
81
  "@xyo-network/account-model": "~5.3.30",
@@ -131,6 +131,7 @@
131
131
  "axios": "^1.15.0",
132
132
  "esbuild": "*",
133
133
  "ethers": "^6.16.0",
134
+ "lmdb": "^3",
134
135
  "mongodb": "^7.1.1",
135
136
  "pako": "~2.1.0",
136
137
  "react": "~19.2.5",
@@ -142,12 +143,12 @@
142
143
  "typescript": "~5.9.3",
143
144
  "vite": "^8.0.8",
144
145
  "zod": "^4.3.6",
145
- "@xyo-network/chain-services": "~1.20.20",
146
- "@xyo-network/react-chain-blockies": "~1.20.20",
147
- "@xyo-network/react-chain-client": "~1.20.20",
148
- "@xyo-network/react-chain-network": "~1.20.20",
149
- "@xyo-network/chain-telemetry": "~1.20.20",
150
- "@xyo-network/react-chain-provider": "~1.20.20"
146
+ "@xyo-network/chain-services": "~1.20.21",
147
+ "@xyo-network/chain-telemetry": "~1.20.21",
148
+ "@xyo-network/react-chain-blockies": "~1.20.21",
149
+ "@xyo-network/react-chain-client": "~1.20.21",
150
+ "@xyo-network/react-chain-provider": "~1.20.21",
151
+ "@xyo-network/react-chain-network": "~1.20.21"
151
152
  },
152
153
  "peerDependencies": {
153
154
  "@mui/icons-material": "~7.3.9",