@tonconnect/ui 2.0.3-beta.4 → 2.0.3

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
@@ -10904,7 +10904,7 @@ class TonConnectUITracker {
10904
10904
  }
10905
10905
  }
10906
10906
  }
10907
- const tonConnectUiVersion = "2.0.3-beta.4";
10907
+ const tonConnectUiVersion = "2.0.3";
10908
10908
  class TonConnectUI {
10909
10909
  constructor(options) {
10910
10910
  __publicField(this, "walletInfoStorage", new WalletInfoStorage());
package/lib/index.mjs CHANGED
@@ -10899,7 +10899,7 @@ class TonConnectUITracker {
10899
10899
  }
10900
10900
  }
10901
10901
  }
10902
- const tonConnectUiVersion = "2.0.3-beta.4";
10902
+ const tonConnectUiVersion = "2.0.3";
10903
10903
  class TonConnectUI {
10904
10904
  constructor(options) {
10905
10905
  __publicField(this, "walletInfoStorage", new WalletInfoStorage());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonconnect/ui",
3
- "version": "2.0.3-beta.4",
3
+ "version": "2.0.3",
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.3-beta.1",
50
+ "@tonconnect/sdk": "3.0.3",
51
51
  "classnames": "^2.3.2",
52
52
  "deepmerge": "^4.2.2",
53
53
  "ua-parser-js": "^1.0.35"