@tonconnect/ui 2.0.10-beta.3 → 2.0.11

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/lib/index.cjs CHANGED
@@ -11037,7 +11037,7 @@ class TonConnectUITracker {
11037
11037
  }
11038
11038
  }
11039
11039
  }
11040
- const tonConnectUiVersion = "2.0.10-beta.3";
11040
+ const tonConnectUiVersion = "2.0.11";
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.10-beta.3";
11035
+ const tonConnectUiVersion = "2.0.11";
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.10-beta.3",
3
+ "version": "2.0.11",
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.6-beta.0",
50
+ "@tonconnect/sdk": "3.0.6",
51
51
  "classnames": "^2.3.2",
52
52
  "deepmerge": "^4.2.2",
53
53
  "ua-parser-js": "^1.0.35",