@column-org/wallet-sdk 1.1.4 → 1.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@column-org/wallet-sdk",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Column Wallet Mobile Deep-Link SDK for Movement/Aptos ecosystem",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -13,6 +13,7 @@ export function ColumnWalletModal({ visible, onClose, onConnect, sdk }: Props) {
13
13
  const handleConnect = async () => {
14
14
  try {
15
15
  const url = sdk.connect();
16
+ console.log("🔗 Modal: Attempting to connect with URL:", url);
16
17
 
17
18
  // Attempt to open the deep link
18
19
  // Use relaxed check for Expo Go / Android 11+ visibility rules