@xyo-network/react-chain-model 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.
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  XYO Layer One React SDK Stake
12
12
 
13
- ## Documentation
13
+
14
14
 
15
15
  ## Reference
16
16
 
@@ -116,6 +116,22 @@ connections: object;
116
116
 
117
117
  ***
118
118
 
119
+ ### errors
120
+
121
+ ```ts
122
+ errors: Error[];
123
+ ```
124
+
125
+ ***
126
+
127
+ ### gateway?
128
+
129
+ ```ts
130
+ optional gateway: XyoGatewayProvider;
131
+ ```
132
+
133
+ ***
134
+
119
135
  ### provider?
120
136
 
121
137
  ```ts
@@ -5,6 +5,7 @@ export interface XyoGlobal {
5
5
  connections: {
6
6
  [chainId: string]: ChainConnection;
7
7
  };
8
+ errors: Error[];
8
9
  gateway?: XyoGatewayProvider;
9
10
  provider?: XyoConnectionProvider;
10
11
  walletExtensionId: () => string;
@@ -1 +1 @@
1
- {"version":3,"file":"XyoGlobal.d.ts","sourceRoot":"","sources":["../../../src/types/XyoGlobal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAA;AACvE,OAAO,KAAK,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAG1F,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,WAAW,EAAE;QACX,CAAC,OAAO,EAAE,MAAM,GAAG,eAAe,CAAA;KACnC,CAAA;IACD,OAAO,CAAC,EAAE,kBAAkB,CAAA;IAC5B,QAAQ,CAAC,EAAE,qBAAqB,CAAA;IAChC,iBAAiB,EAAE,MAAM,MAAM,CAAA;CAChC"}
1
+ {"version":3,"file":"XyoGlobal.d.ts","sourceRoot":"","sources":["../../../src/types/XyoGlobal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAA;AACvE,OAAO,KAAK,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAG1F,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,WAAW,EAAE;QACX,CAAC,OAAO,EAAE,MAAM,GAAG,eAAe,CAAA;KACnC,CAAA;IACD,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,OAAO,CAAC,EAAE,kBAAkB,CAAA;IAC5B,QAAQ,CAAC,EAAE,qBAAqB,CAAA;IAChC,iBAAiB,EAAE,MAAM,MAAM,CAAA;CAChC"}
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-model",
4
- "version": "1.7.10",
4
+ "version": "1.7.12",
5
5
  "description": "XYO Layer One React SDK Stake",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -41,12 +41,12 @@
41
41
  "src"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/chain-network-model": "^1.7.10",
45
- "@xyo-network/xl1-protocol": "^1.7.10"
44
+ "@xyo-network/chain-network-model": "^1.7.12",
45
+ "@xyo-network/xl1-protocol": "^1.7.19"
46
46
  },
47
47
  "devDependencies": {
48
- "@xylabs/ts-scripts-yarn3": "^7.0.0",
49
- "@xylabs/tsconfig-react": "^7.0.0",
48
+ "@xylabs/ts-scripts-yarn3": "^7.0.1",
49
+ "@xylabs/tsconfig-react": "^7.0.1",
50
50
  "knip": "^5.62.0",
51
51
  "typescript": "^5.8.3"
52
52
  },
@@ -7,6 +7,7 @@ export interface XyoGlobal {
7
7
  connections: {
8
8
  [chainId: string]: ChainConnection
9
9
  }
10
+ errors: Error[]
10
11
  gateway?: XyoGatewayProvider
11
12
  provider?: XyoConnectionProvider
12
13
  walletExtensionId: () => string