@xyo-network/react-chain-client 2.0.13 → 2.0.14

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 +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-chain-client",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "XYO Layer One React SDK - Client/Wallet Hooks",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -38,7 +38,7 @@
38
38
  "README.md"
39
39
  ],
40
40
  "dependencies": {
41
- "@xyo-network/react-chain-shared": "~2.0.13"
41
+ "@xyo-network/react-chain-shared": "~2.0.14"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@bitauth/libauth": "~3.0.0",
@@ -85,7 +85,7 @@
85
85
  "idb": "^8.0.3",
86
86
  "lru-cache": "^11.5.1",
87
87
  "observable-fns": "~0.6.1",
88
- "query-string": "~9.3.1",
88
+ "query-string": "~9.3",
89
89
  "react": "^19.2.7",
90
90
  "react-dom": "^19.2.7",
91
91
  "react-router-dom": "^7.17.0",
@@ -95,7 +95,7 @@
95
95
  "vite": "^8.0.16",
96
96
  "webextension-polyfill": "^0.12.0",
97
97
  "zod": "~4.4.3",
98
- "@xyo-network/react-chain-model": "~2.0.13"
98
+ "@xyo-network/react-chain-model": "~2.0.14"
99
99
  },
100
100
  "peerDependencies": {
101
101
  "@bitauth/libauth": "~3.0",
@@ -111,6 +111,7 @@
111
111
  "@scure/base": "~2.2",
112
112
  "@scure/bip39": "~2.2",
113
113
  "@storybook/react-vite": "^10.3",
114
+ "@xylabs/eth-address": "^6.1",
114
115
  "@xylabs/geo": "^6.0",
115
116
  "@xylabs/pixel": "^6.1",
116
117
  "@xylabs/react-button": "^9.1",
@@ -124,6 +125,7 @@
124
125
  "@xyo-network/sdk-js": "^6.0",
125
126
  "@xyo-network/sdk-protocol-js": "~6.1",
126
127
  "@xyo-network/xl1-blockies": "^2.0",
128
+ "@xyo-network/xl1-react-client-sdk": "^2.1",
127
129
  "@xyo-network/xl1-sdk": "^2.1",
128
130
  "ajv": "^8.20",
129
131
  "async-mutex": "^0.5",