@tonconnect/ui 2.1.0 → 2.1.1-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/lib/index.cjs CHANGED
@@ -11512,7 +11512,7 @@ class TonConnectUITracker {
11512
11512
  }
11513
11513
  }
11514
11514
  }
11515
- const tonConnectUiVersion = "2.1.0";
11515
+ const tonConnectUiVersion = "2.1.1-beta.0";
11516
11516
  class TonConnectUI {
11517
11517
  constructor(options) {
11518
11518
  __publicField(this, "walletInfoStorage", new WalletInfoStorage());
package/lib/index.mjs CHANGED
@@ -11507,7 +11507,7 @@ class TonConnectUITracker {
11507
11507
  }
11508
11508
  }
11509
11509
  }
11510
- const tonConnectUiVersion = "2.1.0";
11510
+ const tonConnectUiVersion = "2.1.1-beta.0";
11511
11511
  class TonConnectUI {
11512
11512
  constructor(options) {
11513
11513
  __publicField(this, "walletInfoStorage", new WalletInfoStorage());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonconnect/ui",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-beta.0",
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.1.0",
50
+ "@tonconnect/sdk": "3.1.1-beta.0",
51
51
  "classnames": "^2.3.2",
52
52
  "deepmerge": "^4.2.2",
53
53
  "ua-parser-js": "^1.0.35",