@tonconnect/ui 2.0.9 → 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.mjs
CHANGED
|
@@ -10959,7 +10959,7 @@ class TonConnectUITracker {
|
|
|
10959
10959
|
}
|
|
10960
10960
|
}
|
|
10961
10961
|
}
|
|
10962
|
-
const tonConnectUiVersion = "2.0.
|
|
10962
|
+
const tonConnectUiVersion = "2.0.10-beta.0";
|
|
10963
10963
|
class TonConnectUI {
|
|
10964
10964
|
constructor(options) {
|
|
10965
10965
|
__publicField(this, "walletInfoStorage", new WalletInfoStorage());
|