@reown/appkit-controllers 1.8.17-headless-deeplink-improvement-0.1.0 → 1.8.17-wc-circular-dependencies-fix.0
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/dist/esm/exports/react.js +6 -214
- package/dist/esm/exports/react.js.map +1 -1
- package/dist/esm/src/utils/ConnectionControllerUtil.js +3 -8
- package/dist/esm/src/utils/ConnectionControllerUtil.js.map +1 -1
- package/dist/esm/tsconfig.tsbuildinfo +1 -1
- package/dist/types/exports/react.d.ts +0 -20
- package/package.json +5 -5
|
@@ -138,26 +138,6 @@ export interface UseAppKitWalletsReturn {
|
|
|
138
138
|
* Function to reset the WC URI. Useful to keep `connectingWallet` state sync with the WC URI. Can be called when the QR code is closed.
|
|
139
139
|
*/
|
|
140
140
|
resetWcUri: () => void;
|
|
141
|
-
/**
|
|
142
|
-
* Status of the last mobile deeplink attempt.
|
|
143
|
-
*/
|
|
144
|
-
deeplinkStatus: 'idle' | 'pending' | 'success' | 'failed';
|
|
145
|
-
/**
|
|
146
|
-
* Error reason for the last deeplink attempt (best-effort heuristic).
|
|
147
|
-
*/
|
|
148
|
-
deeplinkError?: 'timeout';
|
|
149
|
-
/**
|
|
150
|
-
* Clears the last deeplink status and error.
|
|
151
|
-
*/
|
|
152
|
-
resetDeeplinkStatus: () => void;
|
|
153
|
-
/**
|
|
154
|
-
* Whether a deeplink is ready and waiting for user action.
|
|
155
|
-
*/
|
|
156
|
-
deeplinkReady: boolean;
|
|
157
|
-
/**
|
|
158
|
-
* Opens the deeplink for the currently connecting wallet.
|
|
159
|
-
*/
|
|
160
|
-
openDeeplink: () => void;
|
|
161
141
|
}
|
|
162
142
|
/**
|
|
163
143
|
* Headless hook for wallet connection.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reown/appkit-controllers",
|
|
3
|
-
"version": "1.8.17-
|
|
3
|
+
"version": "1.8.17-wc-circular-dependencies-fix.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/exports/index.js",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@walletconnect/universal-provider": "2.23.
|
|
56
|
+
"@walletconnect/universal-provider": "2.23.2",
|
|
57
57
|
"valtio": "2.1.7",
|
|
58
58
|
"viem": ">=2.37.9",
|
|
59
|
-
"@reown/appkit-common": "1.8.17-
|
|
60
|
-
"@reown/appkit-wallet": "1.8.17-
|
|
59
|
+
"@reown/appkit-common": "1.8.17-wc-circular-dependencies-fix.0",
|
|
60
|
+
"@reown/appkit-wallet": "1.8.17-wc-circular-dependencies-fix.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@vitest/coverage-v8": "2.1.9",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@types/react-dom": "19.1.9",
|
|
68
68
|
"react": "19.1.2",
|
|
69
69
|
"react-dom": "19.1.2",
|
|
70
|
-
"@walletconnect/types": "2.23.
|
|
70
|
+
"@walletconnect/types": "2.23.2"
|
|
71
71
|
},
|
|
72
72
|
"author": "Reown (https://discord.gg/reown)",
|
|
73
73
|
"license": "SEE LICENSE IN LICENSE.md",
|