@tonconnect/ui 2.0.12-alpha.1 → 2.0.12
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
|
@@ -11037,7 +11037,7 @@ class TonConnectUITracker {
|
|
|
11037
11037
|
}
|
|
11038
11038
|
}
|
|
11039
11039
|
}
|
|
11040
|
-
const tonConnectUiVersion = "2.0.12
|
|
11040
|
+
const tonConnectUiVersion = "2.0.12";
|
|
11041
11041
|
class TonConnectUI {
|
|
11042
11042
|
constructor(options) {
|
|
11043
11043
|
__publicField(this, "walletInfoStorage", new WalletInfoStorage());
|
package/lib/index.mjs
CHANGED
|
@@ -11032,7 +11032,7 @@ class TonConnectUITracker {
|
|
|
11032
11032
|
}
|
|
11033
11033
|
}
|
|
11034
11034
|
}
|
|
11035
|
-
const tonConnectUiVersion = "2.0.12
|
|
11035
|
+
const tonConnectUiVersion = "2.0.12";
|
|
11036
11036
|
class TonConnectUI {
|
|
11037
11037
|
constructor(options) {
|
|
11038
11038
|
__publicField(this, "walletInfoStorage", new WalletInfoStorage());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tonconnect/ui",
|
|
3
|
-
"version": "2.0.12
|
|
3
|
+
"version": "2.0.12",
|
|
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.7
|
|
50
|
+
"@tonconnect/sdk": "3.0.7",
|
|
51
51
|
"classnames": "^2.3.2",
|
|
52
52
|
"deepmerge": "^4.2.2",
|
|
53
53
|
"ua-parser-js": "^1.0.35",
|