@tonconnect/ui 2.3.0-beta.4 → 2.3.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/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
|
@@ -12497,7 +12497,7 @@ class TonConnectUITracker {
|
|
|
12497
12497
|
}
|
|
12498
12498
|
}
|
|
12499
12499
|
}
|
|
12500
|
-
const tonConnectUiVersion = "2.3.0
|
|
12500
|
+
const tonConnectUiVersion = "2.3.0";
|
|
12501
12501
|
class TonConnectUI {
|
|
12502
12502
|
// TODO: `actionsConfiguration.twaReturnUrl` is used only in `connectWallet` method, but it's not used in `sendTransaction` method, NEED TO FIX IT
|
|
12503
12503
|
constructor(options) {
|
package/lib/index.mjs
CHANGED
|
@@ -12496,7 +12496,7 @@ class TonConnectUITracker {
|
|
|
12496
12496
|
}
|
|
12497
12497
|
}
|
|
12498
12498
|
}
|
|
12499
|
-
const tonConnectUiVersion = "2.3.0
|
|
12499
|
+
const tonConnectUiVersion = "2.3.0";
|
|
12500
12500
|
class TonConnectUI {
|
|
12501
12501
|
// TODO: `actionsConfiguration.twaReturnUrl` is used only in `connectWallet` method, but it's not used in `sendTransaction` method, NEED TO FIX IT
|
|
12502
12502
|
constructor(options) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tonconnect/ui",
|
|
3
|
-
"version": "2.3.0
|
|
3
|
+
"version": "2.3.0",
|
|
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.3.0
|
|
44
|
+
"@tonconnect/sdk": "3.3.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@floating-ui/dom": "^1.7.3",
|