@funkit/connect 6.14.23-next.0 → 6.14.23-next.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/CHANGELOG.md +9 -0
- package/dist/index.js +4 -4
- package/dist/wallets/walletConnectors/index.js +9 -9
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
lightTheme
|
|
4
|
-
} from "./chunk-XH2UUILF.js";
|
|
5
2
|
import {
|
|
6
3
|
darkTheme
|
|
7
4
|
} from "./chunk-3SMGLDNF.js";
|
|
5
|
+
import {
|
|
6
|
+
lightTheme
|
|
7
|
+
} from "./chunk-XH2UUILF.js";
|
|
8
8
|
import {
|
|
9
9
|
systemFontStack
|
|
10
10
|
} from "./chunk-WCUXJAGT.js";
|
|
@@ -1471,7 +1471,7 @@ function setFunkitConnectVersion({ version }) {
|
|
|
1471
1471
|
localStorage.setItem(storageKey, version);
|
|
1472
1472
|
}
|
|
1473
1473
|
function getCurrentSdkVersion() {
|
|
1474
|
-
return "6.14.23-next.
|
|
1474
|
+
return "6.14.23-next.1";
|
|
1475
1475
|
}
|
|
1476
1476
|
function useFingerprint() {
|
|
1477
1477
|
const fingerprint = useCallback2(() => {
|
|
@@ -62,33 +62,33 @@ import {
|
|
|
62
62
|
import {
|
|
63
63
|
metaMaskWallet
|
|
64
64
|
} from "./chunk-2HYNUNAS.js";
|
|
65
|
-
import {
|
|
66
|
-
mewWallet
|
|
67
|
-
} from "./chunk-OL5ZO7E4.js";
|
|
68
65
|
import {
|
|
69
66
|
oktoWallet
|
|
70
67
|
} from "./chunk-ADIXAKUL.js";
|
|
68
|
+
import {
|
|
69
|
+
mewWallet
|
|
70
|
+
} from "./chunk-OL5ZO7E4.js";
|
|
71
71
|
import {
|
|
72
72
|
okxWallet
|
|
73
73
|
} from "./chunk-TDIEHTMB.js";
|
|
74
74
|
import {
|
|
75
75
|
omniWallet
|
|
76
76
|
} from "./chunk-7CUY5G6R.js";
|
|
77
|
-
import {
|
|
78
|
-
oneInchWallet
|
|
79
|
-
} from "./chunk-OESTDX6I.js";
|
|
80
77
|
import {
|
|
81
78
|
oneKeyWallet
|
|
82
79
|
} from "./chunk-SHBUZ7U7.js";
|
|
80
|
+
import {
|
|
81
|
+
oneInchWallet
|
|
82
|
+
} from "./chunk-OESTDX6I.js";
|
|
83
83
|
import {
|
|
84
84
|
foxWallet
|
|
85
85
|
} from "./chunk-7QONTUXT.js";
|
|
86
|
-
import {
|
|
87
|
-
frameWallet
|
|
88
|
-
} from "./chunk-IFON7E6U.js";
|
|
89
86
|
import {
|
|
90
87
|
frontierWallet
|
|
91
88
|
} from "./chunk-TCAGNB4B.js";
|
|
89
|
+
import {
|
|
90
|
+
frameWallet
|
|
91
|
+
} from "./chunk-IFON7E6U.js";
|
|
92
92
|
import {
|
|
93
93
|
gateWallet
|
|
94
94
|
} from "./chunk-FKJJQNKX.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "6.14.23-next.
|
|
3
|
+
"version": "6.14.23-next.1",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"ua-parser-js": "^1.0.37",
|
|
100
100
|
"use-debounce": "^10.0.5",
|
|
101
101
|
"uuid": "^9.0.1",
|
|
102
|
-
"@funkit/api-base": "1.12.15-next.
|
|
102
|
+
"@funkit/api-base": "1.12.15-next.1",
|
|
103
103
|
"@funkit/chains": "0.4.4-next.0",
|
|
104
|
-
"@funkit/core": "2.3.60-next.
|
|
104
|
+
"@funkit/core": "2.3.60-next.1",
|
|
105
105
|
"@funkit/fun-relay": "2.1.10-next.0",
|
|
106
106
|
"@funkit/utils": "1.1.17-next.0",
|
|
107
|
-
"@funkit/wagmi-tools": "3.0.83-next.
|
|
107
|
+
"@funkit/wagmi-tools": "3.0.83-next.1"
|
|
108
108
|
},
|
|
109
109
|
"repository": {
|
|
110
110
|
"type": "git",
|