@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/cjs/index.cjs
CHANGED
|
@@ -3880,7 +3880,7 @@ class TonConnectTracker {
|
|
|
3880
3880
|
}
|
|
3881
3881
|
}
|
|
3882
3882
|
|
|
3883
|
-
const tonConnectSdkVersion = "3.4.0-beta.
|
|
3883
|
+
const tonConnectSdkVersion = "3.4.0-beta.7";
|
|
3884
3884
|
|
|
3885
3885
|
const bounceableTag = 0x11;
|
|
3886
3886
|
const noBounceableTag = 0x51;
|
|
@@ -5403,8 +5403,6 @@ class TonConnect {
|
|
|
5403
5403
|
};
|
|
5404
5404
|
this.walletsRequiredFeatures = options === null || options === void 0 ? void 0 : options.walletsRequiredFeatures;
|
|
5405
5405
|
this.environment = (_a = options === null || options === void 0 ? void 0 : options.environment) !== null && _a !== void 0 ? _a : new DefaultEnvironment();
|
|
5406
|
-
// TODO: in production ready make flag to enable them?
|
|
5407
|
-
this.analytics = new AnalyticsManager({ environment: this.environment });
|
|
5408
5406
|
this.walletsList = new WalletsListManager({
|
|
5409
5407
|
walletsListSource: options === null || options === void 0 ? void 0 : options.walletsListSource,
|
|
5410
5408
|
cacheTTLMs: options === null || options === void 0 ? void 0 : options.walletsListCacheTTLMs,
|