@funkit/connect 6.14.23-next.0 → 6.14.23-next.2

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.
@@ -217,7 +217,23 @@ export declare const flagConfig: {
217
217
  readonly values: string[];
218
218
  }];
219
219
  readonly value: true;
220
- }, Override<boolean>];
220
+ }, Override<boolean>, {
221
+ readonly if_all: [{
222
+ readonly pct: 2;
223
+ readonly type: "pctRollout";
224
+ readonly key: "userId";
225
+ }, {
226
+ readonly key: "apiKey";
227
+ readonly type: "isAnyOf";
228
+ readonly values: ["Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6"];
229
+ }];
230
+ readonly if_any: [{
231
+ readonly pct: 2;
232
+ readonly type: "pctRollout";
233
+ readonly key: "userId";
234
+ }];
235
+ readonly value: true;
236
+ }];
221
237
  };
222
238
  readonly enable_meld_payment: {
223
239
  readonly type: "boolean";
@@ -14,12 +14,12 @@ import {
14
14
  import {
15
15
  tahoWallet
16
16
  } from "./chunk-ZZZRUXZE.js";
17
- import {
18
- talismanWallet
19
- } from "./chunk-DRO6WYMM.js";
20
17
  import {
21
18
  tokenPocketWallet
22
19
  } from "./chunk-2L43XSW3.js";
20
+ import {
21
+ talismanWallet
22
+ } from "./chunk-DRO6WYMM.js";
23
23
  import {
24
24
  tokenaryWallet
25
25
  } from "./chunk-D6AOOO5F.js";
@@ -101,15 +101,15 @@ import {
101
101
  import {
102
102
  kresusWallet
103
103
  } from "./chunk-MJXPRJZT.js";
104
- import {
105
- bybitWallet
106
- } from "./chunk-2STUC6QL.js";
107
104
  import {
108
105
  clvWallet
109
106
  } from "./chunk-M3NZ6R2E.js";
110
107
  import {
111
108
  coin98Wallet
112
109
  } from "./chunk-OBOVHCEI.js";
110
+ import {
111
+ bybitWallet
112
+ } from "./chunk-2STUC6QL.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": "6.14.23-next.0",
3
+ "version": "6.14.23-next.2",
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.0",
103
- "@funkit/chains": "0.4.4-next.0",
104
- "@funkit/core": "2.3.60-next.0",
102
+ "@funkit/api-base": "1.12.15-next.1",
103
+ "@funkit/chains": "0.4.4-next.1",
104
+ "@funkit/core": "2.3.60-next.2",
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.0"
107
+ "@funkit/wagmi-tools": "3.0.83-next.2"
108
108
  },
109
109
  "repository": {
110
110
  "type": "git",