@tonconnect/ui 2.4.0-beta.7 → 2.4.1

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
@@ -12784,7 +12784,7 @@ class TonConnectUITracker {
12784
12784
  }
12785
12785
  }
12786
12786
  }
12787
- const tonConnectUiVersion = "2.4.0-beta.7";
12787
+ const tonConnectUiVersion = "2.4.1";
12788
12788
  class TonConnectEnvironment {
12789
12789
  constructor() {
12790
12790
  this.userAgent = getUserAgent();
package/lib/index.mjs CHANGED
@@ -12783,7 +12783,7 @@ class TonConnectUITracker {
12783
12783
  }
12784
12784
  }
12785
12785
  }
12786
- const tonConnectUiVersion = "2.4.0-beta.7";
12786
+ const tonConnectUiVersion = "2.4.1";
12787
12787
  class TonConnectEnvironment {
12788
12788
  constructor() {
12789
12789
  this.userAgent = getUserAgent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonconnect/ui",
3
- "version": "2.4.0-beta.7",
3
+ "version": "2.4.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ton-connect/sdk.git"
@@ -41,7 +41,7 @@
41
41
  "csstype": "^3.1.3",
42
42
  "deepmerge": "^4.3.1",
43
43
  "ua-parser-js": "^1.0.35",
44
- "@tonconnect/sdk": "3.4.0-beta.7"
44
+ "@tonconnect/sdk": "3.4.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@floating-ui/dom": "^1.7.3",