@tonconnect/ui 2.0.9-beta.3 → 2.0.10-beta.0
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 +1 -1
- package/dist/tonconnect-ui.min.js.map +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.cjs
CHANGED
|
@@ -10964,7 +10964,7 @@ class TonConnectUITracker {
|
|
|
10964
10964
|
}
|
|
10965
10965
|
}
|
|
10966
10966
|
}
|
|
10967
|
-
const tonConnectUiVersion = "2.0.
|
|
10967
|
+
const tonConnectUiVersion = "2.0.10-beta.0";
|
|
10968
10968
|
class TonConnectUI {
|
|
10969
10969
|
constructor(options) {
|
|
10970
10970
|
__publicField(this, "walletInfoStorage", new WalletInfoStorage());
|