@funkit/connect 3.0.0-next.7 → 3.0.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/CHANGELOG.md +35 -0
- package/dist/{chunk-Z3QREJ3Q.js → chunk-EUSK63OY.js} +1 -1
- package/dist/components/AccountModal/AccountModal.d.ts +3 -1
- package/dist/components/FunButton/FunButton.css.d.ts +1 -0
- package/dist/components/FunButton/FunIconButton.d.ts +1 -2
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryContent.d.ts +1 -0
- package/dist/components/FunInput/FunTextAreaInput.d.ts +1 -1
- package/dist/components/FunkitProvider/FunkitConfigContext.d.ts +0 -6
- package/dist/components/FunkitProvider/ModalContext.d.ts +2 -1
- package/dist/components/Icons/Spinner.d.ts +2 -3
- package/dist/components/ProfileDetails/ProfileDetails.d.ts +3 -1
- package/dist/hooks/useAnimatedNavigation.d.ts +10 -0
- package/dist/hooks/useCheckoutModalTitle.d.ts +2 -0
- package/dist/hooks/useMesh.d.ts +1 -0
- package/dist/index.css +20 -16
- package/dist/index.js +733 -673
- package/dist/themes/darkTheme.js +1 -1
- package/dist/utils/mesh.d.ts +1 -1
- package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +3 -3
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +3 -3
- package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.js +2 -2
- package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
- package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -2
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +3 -3
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +3 -3
- package/dist/wallets/walletConnectors/index.js +74 -74
- package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +3 -3
- package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +3 -3
- package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +3 -3
- package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
- package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +3 -3
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +3 -3
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +3 -3
- package/package.json +4 -4
- package/dist/wallets/walletConnectors/chunk-2EMZOYQI.js +0 -101
- package/dist/wallets/walletConnectors/chunk-45BGLKK3.js +0 -149
- package/dist/wallets/walletConnectors/chunk-5K4DIMYR.js +0 -95
- package/dist/wallets/walletConnectors/chunk-A6MZY5ZZ.js +0 -81
- package/dist/wallets/walletConnectors/chunk-ARIYPPEC.js +0 -92
- package/dist/wallets/walletConnectors/chunk-AUVBWDIK.js +0 -102
- package/dist/wallets/walletConnectors/chunk-AXPQHNUI.js +0 -71
- package/dist/wallets/walletConnectors/chunk-B7FHT3CB.js +0 -94
- package/dist/wallets/walletConnectors/chunk-BEAW5Y5M.js +0 -60
- package/dist/wallets/walletConnectors/chunk-CW3DUKXK.js +0 -102
- package/dist/wallets/walletConnectors/chunk-E5XC6KBV.js +0 -95
- package/dist/wallets/walletConnectors/chunk-EFIENLEE.js +0 -98
- package/dist/wallets/walletConnectors/chunk-FCHEJLHR.js +0 -101
- package/dist/wallets/walletConnectors/chunk-FLTQRYFS.js +0 -27
- package/dist/wallets/walletConnectors/chunk-HKN7647Q.js +0 -73
- package/dist/wallets/walletConnectors/chunk-IOQWKPOO.js +0 -71
- package/dist/wallets/walletConnectors/chunk-L7QI6PBN.js +0 -108
- package/dist/wallets/walletConnectors/chunk-LPQBQIZL.js +0 -108
- package/dist/wallets/walletConnectors/chunk-LTIIUGMZ.js +0 -96
- package/dist/wallets/walletConnectors/chunk-PIZ2XVGH.js +0 -60
- package/dist/wallets/walletConnectors/chunk-QP2BIVXD.js +0 -73
- package/dist/wallets/walletConnectors/chunk-RXUGTOMT.js +0 -60
- package/dist/wallets/walletConnectors/chunk-UWZQZY4S.js +0 -149
- package/dist/wallets/walletConnectors/chunk-UZEMNN3Q.js +0 -96
- package/dist/wallets/walletConnectors/chunk-VJ5C6RXN.js +0 -98
- package/dist/wallets/walletConnectors/chunk-WMLYUYMP.js +0 -94
package/dist/themes/darkTheme.js
CHANGED
package/dist/utils/mesh.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bifrostWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WRA2DVJ7.js";
|
|
6
|
-
import "../chunk-23WIEY36.js";
|
|
4
|
+
} from "../chunk-KL5Z3XHJ.js";
|
|
7
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
+
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
bifrostWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bitgetWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WRA2DVJ7.js";
|
|
6
|
-
import "../chunk-23WIEY36.js";
|
|
4
|
+
} from "../chunk-IEVZW3XR.js";
|
|
7
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
+
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
bitgetWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
frontierWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WRA2DVJ7.js";
|
|
6
|
-
import "../chunk-23WIEY36.js";
|
|
4
|
+
} from "../chunk-LCOUKF2U.js";
|
|
7
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
+
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
frontierWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
gateWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WRA2DVJ7.js";
|
|
6
|
-
import "../chunk-23WIEY36.js";
|
|
4
|
+
} from "../chunk-YIJ5ULO3.js";
|
|
7
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
+
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
gateWallet
|
|
10
10
|
};
|
|
@@ -2,153 +2,153 @@
|
|
|
2
2
|
import {
|
|
3
3
|
walletConnectWallet
|
|
4
4
|
} from "./chunk-OFU3PEVT.js";
|
|
5
|
-
import {
|
|
6
|
-
trustWallet
|
|
7
|
-
} from "./chunk-LPQBQIZL.js";
|
|
8
5
|
import {
|
|
9
6
|
zealWallet
|
|
10
7
|
} from "./chunk-BUUV6BS4.js";
|
|
11
8
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
9
|
+
trustWallet
|
|
10
|
+
} from "./chunk-X45WXZDO.js";
|
|
14
11
|
import {
|
|
15
12
|
safeheronWallet
|
|
16
13
|
} from "./chunk-FCIRHRFH.js";
|
|
17
14
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
15
|
+
talismanWallet
|
|
16
|
+
} from "./chunk-OTXHQMSG.js";
|
|
17
|
+
import {
|
|
18
|
+
uniswapWallet
|
|
19
|
+
} from "./chunk-QFRZGNNV.js";
|
|
20
|
+
import {
|
|
21
|
+
subWallet
|
|
22
|
+
} from "./chunk-N3ELQYCY.js";
|
|
20
23
|
import {
|
|
21
24
|
tokenPocketWallet
|
|
22
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-ISJYPD3T.js";
|
|
23
26
|
import {
|
|
24
27
|
tokenaryWallet
|
|
25
28
|
} from "./chunk-FAYEL4JP.js";
|
|
26
|
-
import {
|
|
27
|
-
uniswapWallet
|
|
28
|
-
} from "./chunk-QFRZGNNV.js";
|
|
29
29
|
import {
|
|
30
30
|
zerionWallet
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-DBP432DI.js";
|
|
32
32
|
import {
|
|
33
33
|
xdefiWallet
|
|
34
34
|
} from "./chunk-RVIZMVFR.js";
|
|
35
|
-
import {
|
|
36
|
-
rabbyWallet
|
|
37
|
-
} from "./chunk-H5LLXNOI.js";
|
|
38
35
|
import {
|
|
39
36
|
phantomWallet
|
|
40
37
|
} from "./chunk-KEVUI6AA.js";
|
|
41
38
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
39
|
+
rainbowWallet
|
|
40
|
+
} from "./chunk-OHJBALD3.js";
|
|
44
41
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
42
|
+
rabbyWallet
|
|
43
|
+
} from "./chunk-H5LLXNOI.js";
|
|
47
44
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
45
|
+
safeWallet
|
|
46
|
+
} from "./chunk-Z2QCE6O6.js";
|
|
50
47
|
import {
|
|
51
48
|
roninWallet
|
|
52
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-63YLN6R5.js";
|
|
50
|
+
import {
|
|
51
|
+
safepalWallet
|
|
52
|
+
} from "./chunk-AKAT37SI.js";
|
|
53
|
+
import {
|
|
54
|
+
ramperWallet
|
|
55
|
+
} from "./chunk-TKXQYHWJ.js";
|
|
53
56
|
import {
|
|
54
57
|
tahoWallet
|
|
55
58
|
} from "./chunk-6AYBA6IH.js";
|
|
56
59
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
60
|
+
ledgerWallet
|
|
61
|
+
} from "./chunk-ZMHCZCGS.js";
|
|
59
62
|
import {
|
|
60
63
|
okxWallet
|
|
61
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-5HXH52SO.js";
|
|
62
65
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
66
|
+
metaMaskWallet
|
|
67
|
+
} from "./chunk-ODRDT73B.js";
|
|
65
68
|
import {
|
|
66
69
|
oktoWallet
|
|
67
|
-
} from "./chunk-
|
|
68
|
-
import {
|
|
69
|
-
omniWallet
|
|
70
|
-
} from "./chunk-PIZ2XVGH.js";
|
|
70
|
+
} from "./chunk-MBQTOALG.js";
|
|
71
71
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
72
|
+
mewWallet
|
|
73
|
+
} from "./chunk-CVYXTHZ6.js";
|
|
74
74
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
75
|
+
oneInchWallet
|
|
76
|
+
} from "./chunk-I7MKK24W.js";
|
|
77
77
|
import {
|
|
78
78
|
oneKeyWallet
|
|
79
79
|
} from "./chunk-ZP2SV6KN.js";
|
|
80
80
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
81
|
+
omniWallet
|
|
82
|
+
} from "./chunk-II6YBG2B.js";
|
|
83
83
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
84
|
+
enkryptWallet
|
|
85
|
+
} from "./chunk-JJ4DXD7R.js";
|
|
86
86
|
import {
|
|
87
87
|
frontierWallet
|
|
88
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-LCOUKF2U.js";
|
|
89
89
|
import {
|
|
90
90
|
frameWallet
|
|
91
91
|
} from "./chunk-KPVNJO3R.js";
|
|
92
|
+
import {
|
|
93
|
+
imTokenWallet
|
|
94
|
+
} from "./chunk-BMJOLT2N.js";
|
|
92
95
|
import {
|
|
93
96
|
kresusWallet
|
|
94
97
|
} from "./chunk-QQJKQCII.js";
|
|
98
|
+
import {
|
|
99
|
+
gateWallet
|
|
100
|
+
} from "./chunk-YIJ5ULO3.js";
|
|
95
101
|
import {
|
|
96
102
|
injectedWallet
|
|
97
103
|
} from "./chunk-E5NYR4SS.js";
|
|
98
104
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
105
|
+
coinbaseWallet
|
|
106
|
+
} from "./chunk-PNEDRY6O.js";
|
|
101
107
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
108
|
+
dawnWallet
|
|
109
|
+
} from "./chunk-KCTWDMQP.js";
|
|
104
110
|
import {
|
|
105
111
|
bybitWallet
|
|
106
|
-
} from "./chunk-
|
|
107
|
-
import {
|
|
108
|
-
bitverseWallet
|
|
109
|
-
} from "./chunk-BQEOIDHP.js";
|
|
112
|
+
} from "./chunk-3AZNOY75.js";
|
|
110
113
|
import {
|
|
111
114
|
coreWallet
|
|
112
|
-
} from "./chunk-
|
|
113
|
-
import {
|
|
114
|
-
bitgetWallet
|
|
115
|
-
} from "./chunk-FCHEJLHR.js";
|
|
115
|
+
} from "./chunk-MOOW2AOC.js";
|
|
116
116
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
119
|
-
import {
|
|
120
|
-
enkryptWallet
|
|
121
|
-
} from "./chunk-JJ4DXD7R.js";
|
|
117
|
+
clvWallet
|
|
118
|
+
} from "./chunk-UHHA5V52.js";
|
|
122
119
|
import {
|
|
123
120
|
foxWallet
|
|
124
|
-
} from "./chunk-
|
|
121
|
+
} from "./chunk-WAOREEBE.js";
|
|
122
|
+
import {
|
|
123
|
+
bitskiWallet
|
|
124
|
+
} from "./chunk-OCCT5PIN.js";
|
|
125
125
|
import {
|
|
126
126
|
desigWallet
|
|
127
127
|
} from "./chunk-44CHUPEQ.js";
|
|
128
|
+
import {
|
|
129
|
+
bifrostWallet
|
|
130
|
+
} from "./chunk-KL5Z3XHJ.js";
|
|
128
131
|
import {
|
|
129
132
|
argentWallet
|
|
130
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-ZHFISYEQ.js";
|
|
131
134
|
import {
|
|
132
|
-
|
|
133
|
-
} from "./chunk-
|
|
135
|
+
bitgetWallet
|
|
136
|
+
} from "./chunk-IEVZW3XR.js";
|
|
134
137
|
import {
|
|
135
|
-
|
|
136
|
-
} from "./chunk-
|
|
138
|
+
bitverseWallet
|
|
139
|
+
} from "./chunk-BQEOIDHP.js";
|
|
137
140
|
import {
|
|
138
|
-
|
|
139
|
-
} from "./chunk-
|
|
141
|
+
bloomWallet
|
|
142
|
+
} from "./chunk-J64P6XK3.js";
|
|
143
|
+
import "./chunk-RETKWSKD.js";
|
|
140
144
|
import {
|
|
141
|
-
|
|
142
|
-
} from "./chunk-
|
|
143
|
-
import "./chunk-WRA2DVJ7.js";
|
|
145
|
+
braveWallet
|
|
146
|
+
} from "./chunk-NUEOWEZS.js";
|
|
144
147
|
import {
|
|
145
|
-
|
|
146
|
-
} from "./chunk-
|
|
148
|
+
coin98Wallet
|
|
149
|
+
} from "./chunk-ZXGMW3OS.js";
|
|
147
150
|
import "./chunk-23WIEY36.js";
|
|
148
|
-
import
|
|
149
|
-
coinbaseWallet
|
|
150
|
-
} from "./chunk-PNEDRY6O.js";
|
|
151
|
-
import "./chunk-RETKWSKD.js";
|
|
151
|
+
import "./chunk-WRA2DVJ7.js";
|
|
152
152
|
export {
|
|
153
153
|
argentWallet,
|
|
154
154
|
bifrostWallet,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
metaMaskWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WRA2DVJ7.js";
|
|
6
|
-
import "../chunk-23WIEY36.js";
|
|
4
|
+
} from "../chunk-ODRDT73B.js";
|
|
7
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
+
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
metaMaskWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
okxWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WRA2DVJ7.js";
|
|
6
|
-
import "../chunk-23WIEY36.js";
|
|
4
|
+
} from "../chunk-5HXH52SO.js";
|
|
7
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
+
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
okxWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
rainbowWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WRA2DVJ7.js";
|
|
6
|
-
import "../chunk-23WIEY36.js";
|
|
4
|
+
} from "../chunk-OHJBALD3.js";
|
|
7
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
+
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
rainbowWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
tokenPocketWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WRA2DVJ7.js";
|
|
6
|
-
import "../chunk-23WIEY36.js";
|
|
4
|
+
} from "../chunk-ISJYPD3T.js";
|
|
7
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
+
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
tokenPocketWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
trustWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WRA2DVJ7.js";
|
|
6
|
-
import "../chunk-23WIEY36.js";
|
|
4
|
+
} from "../chunk-X45WXZDO.js";
|
|
7
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
+
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
trustWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
zerionWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WRA2DVJ7.js";
|
|
6
|
-
import "../chunk-23WIEY36.js";
|
|
4
|
+
} from "../chunk-DBP432DI.js";
|
|
7
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
+
import "../chunk-23WIEY36.js";
|
|
7
|
+
import "../chunk-WRA2DVJ7.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|
|
10
10
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"react-virtuoso": "4.10.1",
|
|
80
80
|
"ua-parser-js": "^1.0.37",
|
|
81
81
|
"uuid": "^9.0.1",
|
|
82
|
-
"@funkit/api-base": "1.0.2
|
|
83
|
-
"@funkit/core": "2.1.2
|
|
84
|
-
"@funkit/wagmi-tools": "3.0.4
|
|
82
|
+
"@funkit/api-base": "1.0.2",
|
|
83
|
+
"@funkit/core": "2.1.2",
|
|
84
|
+
"@funkit/wagmi-tools": "3.0.4"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|