@xyo-network/react-wallet-service 5.3.2 → 5.3.4
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,6 +1,14 @@
|
|
|
1
|
-
export declare const WalletServiceContext: import("react").Context<{
|
|
1
|
+
export declare const WalletServiceContext: import("react").Context<({
|
|
2
2
|
metaMaskWallet: import("@xyo-network/metamask-connector").MetaMaskConnector;
|
|
3
3
|
} & {
|
|
4
4
|
provided: true;
|
|
5
|
-
}
|
|
5
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").ProvidedContextExState<{
|
|
6
|
+
metaMaskWallet: import("@xyo-network/metamask-connector").MetaMaskConnector;
|
|
7
|
+
}>, never> & {
|
|
8
|
+
provided: false;
|
|
9
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").NotProvidedContextExState<{
|
|
10
|
+
metaMaskWallet: import("@xyo-network/metamask-connector").MetaMaskConnector;
|
|
11
|
+
}>, never> & {
|
|
12
|
+
provided: false;
|
|
13
|
+
})>;
|
|
6
14
|
//# sourceMappingURL=Context.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../src/contexts/Context.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../src/contexts/Context.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;GAAwC,CAAA"}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
export declare const useWalletService: () => {
|
|
1
|
+
export declare const useWalletService: () => ({
|
|
2
2
|
metaMaskWallet: import("@xyo-network/metamask-connector").MetaMaskConnector;
|
|
3
3
|
} & {
|
|
4
4
|
provided: true;
|
|
5
|
-
}
|
|
5
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").ProvidedContextExState<{
|
|
6
|
+
metaMaskWallet: import("@xyo-network/metamask-connector").MetaMaskConnector;
|
|
7
|
+
}>, never> & {
|
|
8
|
+
provided: false;
|
|
9
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").NotProvidedContextExState<{
|
|
10
|
+
metaMaskWallet: import("@xyo-network/metamask-connector").MetaMaskConnector;
|
|
11
|
+
}>, never> & {
|
|
12
|
+
provided: false;
|
|
13
|
+
});
|
|
6
14
|
//# sourceMappingURL=use.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAK5B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-wallet-service",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/assert": "^4.9.
|
|
43
|
-
"@xylabs/react-shared": "^6.3.
|
|
44
|
-
"@xyo-network/metamask-connector": "^3.15.
|
|
42
|
+
"@xylabs/assert": "^4.9.18",
|
|
43
|
+
"@xylabs/react-shared": "^6.3.1",
|
|
44
|
+
"@xyo-network/metamask-connector": "^3.15.10"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@mui/icons-material": "^7.1.0",
|
|
48
48
|
"@mui/material": "^7.1.0",
|
|
49
49
|
"@types/react": "^19.1.4",
|
|
50
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
50
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.6",
|
|
51
51
|
"react": "^19.1.0",
|
|
52
52
|
"react-dom": "^19.1.0",
|
|
53
53
|
"typescript": "^5.8.3"
|