@funkit/connect 1.1.4 → 1.1.5

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @funkit/connect
2
2
 
3
+ ## 1.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 82e2501: chore: upgrade privy sdk deps & adapt to breaking changes
8
+ - 610e8f1: fix: remove funkit/shared deps
9
+
3
10
  ## 1.1.4
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -15205,7 +15205,8 @@ var FunkitWeb2Provider = ({
15205
15205
  if (isNotNullish(embeddedWallet)) {
15206
15206
  return await privy.embeddedWallet.getProvider(embeddedWallet);
15207
15207
  } else {
15208
- return await privy.embeddedWallet.create();
15208
+ const { provider } = await privy.embeddedWallet.create();
15209
+ return provider;
15209
15210
  }
15210
15211
  } catch (e) {
15211
15212
  logger.error("getPrivyUserEmbeddedWallet:error", e);
@@ -16963,7 +16964,7 @@ function setFunkitConnectVersion({ version }) {
16963
16964
  localStorage.setItem(storageKey6, version);
16964
16965
  }
16965
16966
  function getCurrentSdkVersion() {
16966
- return "1.1.4";
16967
+ return "1.1.5";
16967
16968
  }
16968
16969
  function useFingerprint() {
16969
16970
  const fingerprint = useCallback33(() => {
@@ -1,153 +1,153 @@
1
1
  "use client";
2
2
  import {
3
- zerionWallet
4
- } from "./chunk-7CQPABJG.js";
3
+ rabbyWallet
4
+ } from "./chunk-XPEBP6XV.js";
5
5
  import {
6
- zealWallet
7
- } from "./chunk-DPXMP5KS.js";
6
+ xdefiWallet
7
+ } from "./chunk-L734HTUS.js";
8
8
  import {
9
9
  walletConnectWallet
10
10
  } from "./chunk-ASPRR7T3.js";
11
- import {
12
- safeheronWallet
13
- } from "./chunk-63NPZXAL.js";
14
11
  import {
15
12
  talismanWallet
16
13
  } from "./chunk-H273OTQA.js";
14
+ import {
15
+ oneInchWallet
16
+ } from "./chunk-LCPIZUR3.js";
17
+ import {
18
+ trustWallet
19
+ } from "./chunk-Z2DGDHHZ.js";
17
20
  import {
18
21
  tokenaryWallet
19
22
  } from "./chunk-ENZLEAG2.js";
20
23
  import {
21
- tahoWallet
22
- } from "./chunk-H76YCX2M.js";
24
+ tokenPocketWallet
25
+ } from "./chunk-2UXZAUWT.js";
23
26
  import {
24
27
  uniswapWallet
25
28
  } from "./chunk-XRSY4JVH.js";
26
29
  import {
27
- trustWallet
28
- } from "./chunk-Z2DGDHHZ.js";
30
+ zealWallet
31
+ } from "./chunk-DPXMP5KS.js";
29
32
  import {
30
- tokenPocketWallet
31
- } from "./chunk-2UXZAUWT.js";
33
+ zerionWallet
34
+ } from "./chunk-7CQPABJG.js";
32
35
  import {
33
- xdefiWallet
34
- } from "./chunk-L734HTUS.js";
36
+ ramperWallet
37
+ } from "./chunk-ZOL6ZMTJ.js";
35
38
  import {
36
39
  roninWallet
37
40
  } from "./chunk-LVRXH33E.js";
38
41
  import {
39
- oneKeyWallet
40
- } from "./chunk-4WOV4ITL.js";
41
- import {
42
- imTokenWallet
43
- } from "./chunk-5MVV7OVS.js";
44
- import {
45
- rabbyWallet
46
- } from "./chunk-XPEBP6XV.js";
42
+ safeheronWallet
43
+ } from "./chunk-63NPZXAL.js";
47
44
  import {
48
45
  safeWallet
49
46
  } from "./chunk-D3DCQ72J.js";
50
47
  import {
51
- ramperWallet
52
- } from "./chunk-ZOL6ZMTJ.js";
48
+ rainbowWallet
49
+ } from "./chunk-O5NKWWEG.js";
53
50
  import {
54
51
  safepalWallet
55
52
  } from "./chunk-SYELB4QO.js";
56
53
  import {
57
54
  subWallet
58
55
  } from "./chunk-ZBAQFL6G.js";
56
+ import {
57
+ tahoWallet
58
+ } from "./chunk-H76YCX2M.js";
59
+ import {
60
+ mewWallet
61
+ } from "./chunk-PWYTDYBE.js";
59
62
  import {
60
63
  injectedWallet
61
64
  } from "./chunk-KIHCNUU3.js";
62
65
  import {
63
- okxWallet
64
- } from "./chunk-NGXIHASN.js";
66
+ metaMaskWallet
67
+ } from "./chunk-3WZRNEZH.js";
65
68
  import {
66
69
  oktoWallet
67
70
  } from "./chunk-WKHTUEF5.js";
68
- import {
69
- metaMaskWallet
70
- } from "./chunk-3WZRNEZH.js";
71
71
  import {
72
72
  omniWallet
73
73
  } from "./chunk-SVN7OEQR.js";
74
74
  import {
75
- oneInchWallet
76
- } from "./chunk-LCPIZUR3.js";
75
+ okxWallet
76
+ } from "./chunk-NGXIHASN.js";
77
+ import {
78
+ oneKeyWallet
79
+ } from "./chunk-4WOV4ITL.js";
77
80
  import {
78
81
  phantomWallet
79
82
  } from "./chunk-KGBLSE7L.js";
80
83
  import {
81
- rainbowWallet
82
- } from "./chunk-O5NKWWEG.js";
83
- import {
84
- frameWallet
85
- } from "./chunk-XXFJVY73.js";
84
+ foxWallet
85
+ } from "./chunk-Q4RLUJJD.js";
86
86
  import {
87
87
  frontierWallet
88
88
  } from "./chunk-AM4SSLAP.js";
89
89
  import {
90
- foxWallet
91
- } from "./chunk-Q4RLUJJD.js";
90
+ imTokenWallet
91
+ } from "./chunk-5MVV7OVS.js";
92
92
  import {
93
93
  gateWallet
94
94
  } from "./chunk-V45EXW7A.js";
95
+ import {
96
+ kresusWallet
97
+ } from "./chunk-X6T3CICZ.js";
95
98
  import {
96
99
  ledgerWallet
97
100
  } from "./chunk-Y6VY6E3L.js";
98
101
  import {
99
- kresusWallet
100
- } from "./chunk-X6T3CICZ.js";
102
+ coreWallet
103
+ } from "./chunk-JLQ5HJYV.js";
101
104
  import {
102
- mewWallet
103
- } from "./chunk-PWYTDYBE.js";
105
+ bybitWallet
106
+ } from "./chunk-ZUAHWUEL.js";
104
107
  import {
105
- braveWallet
106
- } from "./chunk-ABYQAXUX.js";
108
+ coin98Wallet
109
+ } from "./chunk-4FQLUQNA.js";
107
110
  import {
108
111
  clvWallet
109
112
  } from "./chunk-MIWCKFYE.js";
110
- import {
111
- coreWallet
112
- } from "./chunk-JLQ5HJYV.js";
113
113
  import {
114
114
  coinbaseWallet
115
115
  } from "./chunk-XBUTWYE4.js";
116
116
  import {
117
- coin98Wallet
118
- } from "./chunk-4FQLUQNA.js";
119
- import {
120
- desigWallet
121
- } from "./chunk-P4JLZ42R.js";
117
+ dawnWallet
118
+ } from "./chunk-4XQDKOGF.js";
122
119
  import {
123
120
  enkryptWallet
124
121
  } from "./chunk-FLY7F4XA.js";
125
122
  import {
126
- dawnWallet
127
- } from "./chunk-4XQDKOGF.js";
123
+ desigWallet
124
+ } from "./chunk-P4JLZ42R.js";
125
+ import {
126
+ frameWallet
127
+ } from "./chunk-XXFJVY73.js";
128
128
  import {
129
129
  argentWallet
130
130
  } from "./chunk-NZ5G23JP.js";
131
+ import {
132
+ bitgetWallet
133
+ } from "./chunk-ZNXQ4V6G.js";
131
134
  import {
132
135
  bifrostWallet
133
136
  } from "./chunk-6LTLPR2Q.js";
134
137
  import {
135
- bloomWallet
136
- } from "./chunk-NTGZF5BY.js";
138
+ bitskiWallet
139
+ } from "./chunk-C67TQJ6W.js";
137
140
  import {
138
141
  bitverseWallet
139
142
  } from "./chunk-NL4I7WOT.js";
140
143
  import {
141
- bitskiWallet
142
- } from "./chunk-C67TQJ6W.js";
143
- import {
144
- bitgetWallet
145
- } from "./chunk-ZNXQ4V6G.js";
144
+ bloomWallet
145
+ } from "./chunk-NTGZF5BY.js";
146
146
  import "./chunk-ZOLACFTK.js";
147
- import {
148
- bybitWallet
149
- } from "./chunk-ZUAHWUEL.js";
150
147
  import "./chunk-ZDU3JFGR.js";
148
+ import {
149
+ braveWallet
150
+ } from "./chunk-ABYQAXUX.js";
151
151
  import "./chunk-QII6PY2D.js";
152
152
  export {
153
153
  argentWallet,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -63,7 +63,7 @@
63
63
  "@datadog/browser-logs": "^5.12.0",
64
64
  "@meshconnect/web-link-sdk": "^2.0.1",
65
65
  "@moonpay/moonpay-react": "^1.6.1",
66
- "@privy-io/js-sdk-core": "^0.18.1",
66
+ "@privy-io/js-sdk-core": "^0.21.0",
67
67
  "@tanstack/react-query": "^5.28.8",
68
68
  "@types/uuid": "^9.0.8",
69
69
  "@vanilla-extract/css": "1.14.0",
@@ -76,8 +76,7 @@
76
76
  "ua-parser-js": "^1.0.37",
77
77
  "uuid": "^9.0.1",
78
78
  "@funkit/core": "1.0.13",
79
- "@funkit/wagmi-tools": "1.0.15",
80
- "@funkit/shared": "0.0.3"
79
+ "@funkit/wagmi-tools": "1.0.15"
81
80
  },
82
81
  "repository": {
83
82
  "type": "git",