@tonconnect/ui 2.0.9-beta.1 → 2.0.9-beta.2

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/lib/index.cjs CHANGED
@@ -8415,7 +8415,7 @@ function redirectToTelegram(universalLink, options) {
8415
8415
  openLinkBlank(linkWithStrategy);
8416
8416
  }
8417
8417
  } else if (isOS("android")) {
8418
- options.returnStrategy = "none";
8418
+ options.returnStrategy = "back";
8419
8419
  const isChrome = isBrowser("chrome");
8420
8420
  const isFirefox = isBrowser("firefox");
8421
8421
  const useDeepLink = (isChrome || isFirefox) && !options.forceRedirect;
@@ -8465,7 +8465,7 @@ function redirectToTelegram(universalLink, options) {
8465
8465
  openLinkBlank(linkWithStrategy);
8466
8466
  }
8467
8467
  } else if (isOS("macos", "windows", "linux")) {
8468
- options.returnStrategy = "none";
8468
+ options.returnStrategy = "back";
8469
8469
  options.twaReturnUrl = void 0;
8470
8470
  if (options.forceRedirect) {
8471
8471
  openLinkBlank(addReturnStrategy(directLinkUrl.toString(), options));
@@ -10965,7 +10965,7 @@ class TonConnectUITracker {
10965
10965
  }
10966
10966
  }
10967
10967
  }
10968
- const tonConnectUiVersion = "2.0.9-beta.1";
10968
+ const tonConnectUiVersion = "2.0.9-beta.2";
10969
10969
  class TonConnectUI {
10970
10970
  constructor(options) {
10971
10971
  __publicField(this, "walletInfoStorage", new WalletInfoStorage());