@tonconnect/sdk 3.4.0-beta.6 → 3.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/esm/index.mjs
CHANGED
|
@@ -3877,7 +3877,7 @@ class TonConnectTracker {
|
|
|
3877
3877
|
}
|
|
3878
3878
|
}
|
|
3879
3879
|
|
|
3880
|
-
const tonConnectSdkVersion = "3.4.0-beta.
|
|
3880
|
+
const tonConnectSdkVersion = "3.4.0-beta.7";
|
|
3881
3881
|
|
|
3882
3882
|
const bounceableTag = 0x11;
|
|
3883
3883
|
const noBounceableTag = 0x51;
|
|
@@ -5400,8 +5400,6 @@ class TonConnect {
|
|
|
5400
5400
|
};
|
|
5401
5401
|
this.walletsRequiredFeatures = options === null || options === void 0 ? void 0 : options.walletsRequiredFeatures;
|
|
5402
5402
|
this.environment = (_a = options === null || options === void 0 ? void 0 : options.environment) !== null && _a !== void 0 ? _a : new DefaultEnvironment();
|
|
5403
|
-
// TODO: in production ready make flag to enable them?
|
|
5404
|
-
this.analytics = new AnalyticsManager({ environment: this.environment });
|
|
5405
5403
|
this.walletsList = new WalletsListManager({
|
|
5406
5404
|
walletsListSource: options === null || options === void 0 ? void 0 : options.walletsListSource,
|
|
5407
5405
|
cacheTTLMs: options === null || options === void 0 ? void 0 : options.walletsListCacheTTLMs,
|