@xyo-network/react-chain-network 1.7.11 → 1.7.12

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  XYO Layer One React SDK
12
12
 
13
- ## Documentation
13
+
14
14
 
15
15
  ## Reference
16
16
 
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.7.11",
4
+ "version": "1.7.12",
5
5
  "description": "XYO Layer One React SDK",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -45,25 +45,25 @@
45
45
  "start": "storybook dev -p 6006"
46
46
  },
47
47
  "dependencies": {
48
- "@xylabs/delay": "^4.13.21",
48
+ "@xylabs/delay": "^4.13.23",
49
49
  "@xylabs/react-error": "^6.3.13",
50
50
  "@xylabs/react-promise": "^6.3.13",
51
51
  "@xylabs/react-shared": "^6.3.13",
52
- "@xylabs/typeof": "^4.13.21",
53
- "@xyo-network/chain-network-model": "^1.7.11",
54
- "@xyo-network/react-chain-provider": "^1.7.11",
55
- "@xyo-network/react-chain-shared": "^1.7.11",
56
- "@xyo-network/xl1-protocol": "^1.7.10"
52
+ "@xylabs/typeof": "^4.13.23",
53
+ "@xyo-network/chain-network-model": "^1.7.12",
54
+ "@xyo-network/react-chain-provider": "^1.7.12",
55
+ "@xyo-network/react-chain-shared": "^1.7.12",
56
+ "@xyo-network/xl1-protocol": "^1.7.19"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@emotion/react": "^11.14.0",
60
60
  "@emotion/styled": "^11.14.1",
61
61
  "@mui/icons-material": "^7.2.0",
62
62
  "@mui/material": "^7.2.0",
63
- "@storybook/react-vite": "^9.0.17",
63
+ "@storybook/react-vite": "^9.0.18",
64
64
  "@types/react": "^19.1.8",
65
- "@xylabs/ts-scripts-yarn3": "^7.0.0",
66
- "@xylabs/tsconfig-react": "^7.0.0",
65
+ "@xylabs/ts-scripts-yarn3": "^7.0.1",
66
+ "@xylabs/tsconfig-react": "^7.0.1",
67
67
  "knip": "^5.62.0",
68
68
  "react": "^19.1.0",
69
69
  "react-dom": "^19.1.0",