@tonconnect/ui 2.4.0-beta.5 → 2.4.0-beta.7

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
@@ -12784,7 +12784,7 @@ class TonConnectUITracker {
12784
12784
  }
12785
12785
  }
12786
12786
  }
12787
- const tonConnectUiVersion = "2.4.0-beta.5";
12787
+ const tonConnectUiVersion = "2.4.0-beta.7";
12788
12788
  class TonConnectEnvironment {
12789
12789
  constructor() {
12790
12790
  this.userAgent = getUserAgent();
@@ -12825,7 +12825,8 @@ class TonConnectUI {
12825
12825
  manifestUrl: options.manifestUrl,
12826
12826
  eventDispatcher,
12827
12827
  walletsRequiredFeatures: options.walletsRequiredFeatures,
12828
- environment: new TonConnectEnvironment()
12828
+ environment: new TonConnectEnvironment(),
12829
+ analytics: options.analytics
12829
12830
  });
12830
12831
  } else {
12831
12832
  throw new TonConnectUIError(