@depay/web3-wallets-evm 18.1.13 → 18.1.14
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/esm/index.evm.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/umd/index.evm.js +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.evm.js
CHANGED
|
@@ -2147,7 +2147,7 @@ class WorldApp {
|
|
|
2147
2147
|
if(localStorage.getItem(STORAGE_KEY)) {
|
|
2148
2148
|
return localStorage.getItem(STORAGE_KEY)
|
|
2149
2149
|
}
|
|
2150
|
-
return (_optionalChain$1([window, '
|
|
2150
|
+
return (_optionalChain$1([window, 'optionalAccess', _17 => _17.MiniKit, 'optionalAccess', _18 => _18.user, 'optionalAccess', _19 => _19.walletAddress]) || _optionalChain$1([MiniKit, 'optionalAccess', _20 => _20.user, 'optionalAccess', _21 => _21.walletAddress]))
|
|
2151
2151
|
}
|
|
2152
2152
|
|
|
2153
2153
|
connect() {
|
package/dist/esm/index.js
CHANGED
|
@@ -2748,7 +2748,7 @@ class WorldApp {
|
|
|
2748
2748
|
if(localStorage.getItem(STORAGE_KEY)) {
|
|
2749
2749
|
return localStorage.getItem(STORAGE_KEY)
|
|
2750
2750
|
}
|
|
2751
|
-
return (_optionalChain$1([window, '
|
|
2751
|
+
return (_optionalChain$1([window, 'optionalAccess', _17 => _17.MiniKit, 'optionalAccess', _18 => _18.user, 'optionalAccess', _19 => _19.walletAddress]) || _optionalChain$1([MiniKit, 'optionalAccess', _20 => _20.user, 'optionalAccess', _21 => _21.walletAddress]))
|
|
2752
2752
|
}
|
|
2753
2753
|
|
|
2754
2754
|
connect() {
|
package/dist/umd/index.evm.js
CHANGED
|
@@ -2151,7 +2151,7 @@
|
|
|
2151
2151
|
if(localStorage.getItem(STORAGE_KEY)) {
|
|
2152
2152
|
return localStorage.getItem(STORAGE_KEY)
|
|
2153
2153
|
}
|
|
2154
|
-
return (_optionalChain$1([window, '
|
|
2154
|
+
return (_optionalChain$1([window, 'optionalAccess', _17 => _17.MiniKit, 'optionalAccess', _18 => _18.user, 'optionalAccess', _19 => _19.walletAddress]) || _optionalChain$1([MiniKit, 'optionalAccess', _20 => _20.user, 'optionalAccess', _21 => _21.walletAddress]))
|
|
2155
2155
|
}
|
|
2156
2156
|
|
|
2157
2157
|
connect() {
|
package/dist/umd/index.js
CHANGED
|
@@ -2751,7 +2751,7 @@
|
|
|
2751
2751
|
if(localStorage.getItem(STORAGE_KEY)) {
|
|
2752
2752
|
return localStorage.getItem(STORAGE_KEY)
|
|
2753
2753
|
}
|
|
2754
|
-
return (_optionalChain$1([window, '
|
|
2754
|
+
return (_optionalChain$1([window, 'optionalAccess', _17 => _17.MiniKit, 'optionalAccess', _18 => _18.user, 'optionalAccess', _19 => _19.walletAddress]) || _optionalChain$1([MiniKit, 'optionalAccess', _20 => _20.user, 'optionalAccess', _21 => _21.walletAddress]))
|
|
2755
2755
|
}
|
|
2756
2756
|
|
|
2757
2757
|
connect() {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depay/web3-wallets-evm",
|
|
3
3
|
"moduleName": "Web3Wallets",
|
|
4
|
-
"version": "18.1.
|
|
4
|
+
"version": "18.1.14",
|
|
5
5
|
"description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
|
|
6
6
|
"main": "dist/umd/index.evm.js",
|
|
7
7
|
"module": "dist/esm/index.evm.js",
|