@reown/appkit-controllers 1.8.17-headless-deeplink-improvement-0.1.0 → 1.8.17-headless-deeplink-improvements-0.2.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.
|
@@ -139,19 +139,7 @@ export interface UseAppKitWalletsReturn {
|
|
|
139
139
|
*/
|
|
140
140
|
resetWcUri: () => void;
|
|
141
141
|
/**
|
|
142
|
-
*
|
|
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.
|
|
142
|
+
* Whether a deeplink is ready and waiting for user action (shows "Open" button).
|
|
155
143
|
*/
|
|
156
144
|
deeplinkReady: boolean;
|
|
157
145
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reown/appkit-controllers",
|
|
3
|
-
"version": "1.8.17-headless-deeplink-
|
|
3
|
+
"version": "1.8.17-headless-deeplink-improvements-0.2.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/exports/index.js",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@walletconnect/universal-provider": "2.23.1",
|
|
57
57
|
"valtio": "2.1.7",
|
|
58
58
|
"viem": ">=2.37.9",
|
|
59
|
-
"@reown/appkit-common": "1.8.17-headless-deeplink-
|
|
60
|
-
"@reown/appkit-wallet": "1.8.17-headless-deeplink-
|
|
59
|
+
"@reown/appkit-common": "1.8.17-headless-deeplink-improvements-0.2.0",
|
|
60
|
+
"@reown/appkit-wallet": "1.8.17-headless-deeplink-improvements-0.2.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@vitest/coverage-v8": "2.1.9",
|