@xyo-network/react-chain-client 1.20.17 → 1.20.18

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.
@@ -1,8 +1,8 @@
1
1
  import type { XyoGatewayRunner } from '@xyo-network/xl1-sdk';
2
- export type GatewayFromWallet = {
2
+ export interface GatewayFromWallet {
3
3
  error?: Error | null;
4
4
  gateway: XyoGatewayRunner | null | undefined;
5
5
  isLoading: boolean;
6
6
  timedout: boolean;
7
- };
7
+ }
8
8
  //# sourceMappingURL=GatewayFromWallet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GatewayFromWallet.d.ts","sourceRoot":"","sources":["../../../src/types/GatewayFromWallet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAE5D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAA;IACpB,OAAO,EAAE,gBAAgB,GAAG,IAAI,GAAG,SAAS,CAAA;IAC5C,SAAS,EAAE,OAAO,CAAA;IAClB,QAAQ,EAAE,OAAO,CAAA;CAClB,CAAA"}
1
+ {"version":3,"file":"GatewayFromWallet.d.ts","sourceRoot":"","sources":["../../../src/types/GatewayFromWallet.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAE5D,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAA;IACpB,OAAO,EAAE,gBAAgB,GAAG,IAAI,GAAG,SAAS,CAAA;IAC5C,SAAS,EAAE,OAAO,CAAA;IAClB,QAAQ,EAAE,OAAO,CAAA;CAClB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-chain-client",
3
- "version": "1.20.17",
3
+ "version": "1.20.18",
4
4
  "description": "XYO Layer One React SDK - Client/Wallet Hooks",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -30,8 +30,6 @@
30
30
  },
31
31
  "./package.json": "./package.json"
32
32
  },
33
- "module": "./dist/browser/index.mjs",
34
- "types": "./dist/browser/index.d.ts",
35
33
  "files": [
36
34
  "dist",
37
35
  "!**/*.bench.*",
@@ -41,22 +39,21 @@
41
39
  ],
42
40
  "dependencies": {
43
41
  "@storybook/react-vite": "~10.3.5",
44
- "@xyo-network/xl1-sdk": "^1.26.20"
42
+ "@xyo-network/xl1-sdk": "^1.26.29"
45
43
  },
46
44
  "devDependencies": {
47
45
  "@emotion/react": "^11.5.0",
48
46
  "@emotion/styled": "^11.3.0",
49
47
  "@mui/material": "^7.3.9",
50
48
  "@opentelemetry/api": "^1",
51
- "@types/node": "^25.5.2",
49
+ "@types/node": "^25.6.0",
52
50
  "@types/react": "~19.2.14",
53
51
  "@xylabs/react-promise": "~7.1.20",
54
52
  "@xylabs/sdk-js": "~5.0.95",
55
- "@xylabs/ts-scripts-common": "~7.9.6",
56
- "@xylabs/ts-scripts-pnpm": "~7.9.6",
57
- "@xylabs/tsconfig": "~7.9.6",
58
- "@xylabs/tsconfig-dom": "~7.9.6",
59
- "@xylabs/tsconfig-react": "~7.9.6",
53
+ "@xylabs/toolchain": "~7.10.7",
54
+ "@xylabs/tsconfig": "~7.10.7",
55
+ "@xylabs/tsconfig-dom": "~7.10.7",
56
+ "@xylabs/tsconfig-react": "~7.10.7",
60
57
  "@xyo-network/account": "~5.3.30",
61
58
  "@xyo-network/account-model": "~5.3.30",
62
59
  "@xyo-network/api-models": "~5.3.30",
@@ -111,7 +108,6 @@
111
108
  "axios": "^1.15.0",
112
109
  "esbuild": "*",
113
110
  "ethers": "^6.16.0",
114
- "mongodb": "^7.1.1",
115
111
  "pako": "~2.1.0",
116
112
  "react": "~19.2.5",
117
113
  "react-dom": "^19.2.5",
@@ -119,8 +115,8 @@
119
115
  "typescript": "~5.9.3",
120
116
  "vite": "^8.0.8",
121
117
  "zod": "~4.3.6",
122
- "@xyo-network/react-chain-model": "~1.20.17",
123
- "@xyo-network/react-chain-shared": "~1.20.17"
118
+ "@xyo-network/react-chain-shared": "~1.20.18",
119
+ "@xyo-network/react-chain-model": "~1.20.18"
124
120
  },
125
121
  "peerDependencies": {
126
122
  "@xylabs/react-promise": "~7.1.20",