@tonconnect/ui 2.4.0-beta.5 → 2.4.0-beta.6
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/dist/tonconnect-ui.min.js +20 -20
- package/dist/tonconnect-ui.min.js.map +1 -1
- package/lib/index.cjs +3 -2
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +5 -1
- package/lib/index.mjs +3 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
package/lib/index.cjs
CHANGED
|
@@ -12784,7 +12784,7 @@ class TonConnectUITracker {
|
|
|
12784
12784
|
}
|
|
12785
12785
|
}
|
|
12786
12786
|
}
|
|
12787
|
-
const tonConnectUiVersion = "2.4.0-beta.
|
|
12787
|
+
const tonConnectUiVersion = "2.4.0-beta.6";
|
|
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(
|