@funkit/connect 7.1.0-next.18 → 7.1.0-next.19
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/CHANGELOG.md +7 -0
- package/dist/index.js +1 -1
- package/dist/wallets/walletConnectors/index.js +12 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1427,7 +1427,7 @@ function setFunkitConnectVersion({ version }) {
|
|
|
1427
1427
|
localStorage.setItem(storageKey, version);
|
|
1428
1428
|
}
|
|
1429
1429
|
function getCurrentSdkVersion() {
|
|
1430
|
-
return "7.1.0-next.
|
|
1430
|
+
return "7.1.0-next.19";
|
|
1431
1431
|
}
|
|
1432
1432
|
function useFingerprint() {
|
|
1433
1433
|
const fingerprint = useCallback3(() => {
|
|
@@ -8,12 +8,12 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
tahoWallet
|
|
10
10
|
} from "./chunk-TNZJRXUQ.js";
|
|
11
|
-
import {
|
|
12
|
-
tokenPocketWallet
|
|
13
|
-
} from "./chunk-47QF6EET.js";
|
|
14
11
|
import {
|
|
15
12
|
talismanWallet
|
|
16
13
|
} from "./chunk-JTLLKY2O.js";
|
|
14
|
+
import {
|
|
15
|
+
tokenPocketWallet
|
|
16
|
+
} from "./chunk-47QF6EET.js";
|
|
17
17
|
import {
|
|
18
18
|
tokenaryWallet
|
|
19
19
|
} from "./chunk-M2HGGTFE.js";
|
|
@@ -53,21 +53,21 @@ import {
|
|
|
53
53
|
import {
|
|
54
54
|
subWallet
|
|
55
55
|
} from "./chunk-2E4PDCEJ.js";
|
|
56
|
-
import {
|
|
57
|
-
metaMaskWallet
|
|
58
|
-
} from "./chunk-RA7MCWF4.js";
|
|
59
56
|
import {
|
|
60
57
|
mewWallet
|
|
61
58
|
} from "./chunk-CF5HOLH2.js";
|
|
59
|
+
import {
|
|
60
|
+
metaMaskWallet
|
|
61
|
+
} from "./chunk-RA7MCWF4.js";
|
|
62
62
|
import {
|
|
63
63
|
oktoWallet
|
|
64
64
|
} from "./chunk-ADIXAKUL.js";
|
|
65
|
-
import {
|
|
66
|
-
omniWallet
|
|
67
|
-
} from "./chunk-7CUY5G6R.js";
|
|
68
65
|
import {
|
|
69
66
|
okxWallet
|
|
70
67
|
} from "./chunk-U5QP7MI5.js";
|
|
68
|
+
import {
|
|
69
|
+
omniWallet
|
|
70
|
+
} from "./chunk-7CUY5G6R.js";
|
|
71
71
|
import {
|
|
72
72
|
oneInchWallet
|
|
73
73
|
} from "./chunk-OESTDX6I.js";
|
|
@@ -101,15 +101,15 @@ import {
|
|
|
101
101
|
import {
|
|
102
102
|
ledgerWallet
|
|
103
103
|
} from "./chunk-BRBKM4PW.js";
|
|
104
|
-
import {
|
|
105
|
-
bybitWallet
|
|
106
|
-
} from "./chunk-5EAOMOTO.js";
|
|
107
104
|
import {
|
|
108
105
|
clvWallet
|
|
109
106
|
} from "./chunk-HPHADOYD.js";
|
|
110
107
|
import {
|
|
111
108
|
coin98Wallet
|
|
112
109
|
} from "./chunk-RLRQYUYC.js";
|
|
110
|
+
import {
|
|
111
|
+
bybitWallet
|
|
112
|
+
} from "./chunk-5EAOMOTO.js";
|
|
113
113
|
import {
|
|
114
114
|
coinbaseWallet
|
|
115
115
|
} from "./chunk-H4IRCEZN.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "7.1.0-next.
|
|
3
|
+
"version": "7.1.0-next.19",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
"ua-parser-js": "^1.0.37",
|
|
103
103
|
"use-debounce": "^10.0.5",
|
|
104
104
|
"uuid": "^9.0.1",
|
|
105
|
+
"@funkit/api-base": "1.12.22-next.6",
|
|
105
106
|
"@funkit/chains": "0.5.2-next.1",
|
|
106
107
|
"@funkit/fun-relay": "2.2.0-next.6",
|
|
107
|
-
"@funkit/api-base": "1.12.22-next.5",
|
|
108
108
|
"@funkit/utils": "1.1.22-next.2"
|
|
109
109
|
},
|
|
110
110
|
"repository": {
|