@xyo-network/react-chain 1.7.10 → 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 +17 -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
 
@@ -16554,6 +16554,22 @@ connections: object;
16554
16554
 
16555
16555
  ***
16556
16556
 
16557
+ ### errors
16558
+
16559
+ ```ts
16560
+ errors: Error[];
16561
+ ```
16562
+
16563
+ ***
16564
+
16565
+ ### gateway?
16566
+
16567
+ ```ts
16568
+ optional gateway: XyoGatewayProvider;
16569
+ ```
16570
+
16571
+ ***
16572
+
16557
16573
  ### provider?
16558
16574
 
16559
16575
  ```ts
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",
4
- "version": "1.7.10",
4
+ "version": "1.7.12",
5
5
  "description": "XYO Layer One React SDK",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -41,21 +41,21 @@
41
41
  "src"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-chain-blockchain": "^1.7.10",
45
- "@xyo-network/react-chain-blockies": "^1.7.10",
46
- "@xyo-network/react-chain-model": "^1.7.10",
47
- "@xyo-network/react-chain-network": "^1.7.10",
48
- "@xyo-network/react-chain-provider": "^1.7.10",
49
- "@xyo-network/react-chain-shared": "^1.7.10",
50
- "@xyo-network/react-chain-stake": "^1.7.10"
44
+ "@xyo-network/react-chain-blockchain": "^1.7.12",
45
+ "@xyo-network/react-chain-blockies": "^1.7.12",
46
+ "@xyo-network/react-chain-model": "^1.7.12",
47
+ "@xyo-network/react-chain-network": "^1.7.12",
48
+ "@xyo-network/react-chain-provider": "^1.7.12",
49
+ "@xyo-network/react-chain-shared": "^1.7.12",
50
+ "@xyo-network/react-chain-stake": "^1.7.12"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@emotion/react": "^11.14.0",
54
54
  "@emotion/styled": "^11.14.1",
55
55
  "@mui/material": "^7.2.0",
56
56
  "@types/react": "^19.1.8",
57
- "@xylabs/ts-scripts-yarn3": "^7.0.0",
58
- "@xylabs/tsconfig-react": "^7.0.0",
57
+ "@xylabs/ts-scripts-yarn3": "^7.0.1",
58
+ "@xylabs/tsconfig-react": "^7.0.1",
59
59
  "ethers": "6.15.0",
60
60
  "knip": "^5.62.0",
61
61
  "react": "^19.1.0",