@tonconnect/ui 2.0.7-beta.1 → 2.0.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/dist/tonconnect-ui.min.js +2 -2
- package/dist/tonconnect-ui.min.js.map +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.mjs +1 -1
- package/package.json +2 -2
package/lib/index.cjs
CHANGED
|
@@ -10943,7 +10943,7 @@ class TonConnectUITracker {
|
|
|
10943
10943
|
}
|
|
10944
10944
|
}
|
|
10945
10945
|
}
|
|
10946
|
-
const tonConnectUiVersion = "2.0.7
|
|
10946
|
+
const tonConnectUiVersion = "2.0.7";
|
|
10947
10947
|
class TonConnectUI {
|
|
10948
10948
|
constructor(options) {
|
|
10949
10949
|
__publicField(this, "walletInfoStorage", new WalletInfoStorage());
|
package/lib/index.mjs
CHANGED
|
@@ -10938,7 +10938,7 @@ class TonConnectUITracker {
|
|
|
10938
10938
|
}
|
|
10939
10939
|
}
|
|
10940
10940
|
}
|
|
10941
|
-
const tonConnectUiVersion = "2.0.7
|
|
10941
|
+
const tonConnectUiVersion = "2.0.7";
|
|
10942
10942
|
class TonConnectUI {
|
|
10943
10943
|
constructor(options) {
|
|
10944
10944
|
__publicField(this, "walletInfoStorage", new WalletInfoStorage());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tonconnect/ui",
|
|
3
|
-
"version": "2.0.7
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "vite --host",
|
|
6
6
|
"dev": "vite",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@tonconnect/sdk": "3.0.4
|
|
50
|
+
"@tonconnect/sdk": "3.0.4",
|
|
51
51
|
"classnames": "^2.3.2",
|
|
52
52
|
"deepmerge": "^4.2.2",
|
|
53
53
|
"ua-parser-js": "^1.0.35"
|