@reown/appkit-controllers 1.8.17-headless-deeplink-improvements-0.2.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.
@@ -138,14 +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
- * Whether a deeplink is ready and waiting for user action (shows "Open" button).
143
- */
144
- deeplinkReady: boolean;
145
- /**
146
- * Opens the deeplink for the currently connecting wallet.
147
- */
148
- openDeeplink: () => void;
149
141
  }
150
142
  /**
151
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-headless-deeplink-improvements-0.2.0",
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.1",
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-headless-deeplink-improvements-0.2.0",
60
- "@reown/appkit-wallet": "1.8.17-headless-deeplink-improvements-0.2.0"
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.1"
70
+ "@walletconnect/types": "2.23.2"
71
71
  },
72
72
  "author": "Reown (https://discord.gg/reown)",
73
73
  "license": "SEE LICENSE IN LICENSE.md",