@funkit/connect 6.0.7 → 6.2.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 +32 -0
- package/dist/components/FunPayments/FunPaymentMethods.d.ts +3 -0
- package/dist/components/Icons/PayPalIcon.d.ts +5 -0
- package/dist/index.js +1512 -1422
- package/dist/modals/CheckoutModal/InputAmount/InputAmountLoaded.d.ts +3 -0
- package/dist/providers/FunkitConfigContext.d.ts +5 -0
- package/dist/utils/flags/config.d.ts +2 -27
- package/dist/wallets/walletConnectors/chunk-2GJQ4XZQ.js +87 -0
- package/dist/wallets/walletConnectors/chunk-3CICVJUN.js +70 -0
- package/dist/wallets/walletConnectors/chunk-5W7VDOCL.js +99 -0
- package/dist/wallets/walletConnectors/chunk-AFXHGWBH.js +94 -0
- package/dist/wallets/walletConnectors/chunk-CJGUM55H.js +92 -0
- package/dist/wallets/walletConnectors/chunk-CNPKISHN.js +66 -0
- package/dist/wallets/walletConnectors/chunk-EC6CHBSZ.js +110 -0
- package/dist/wallets/walletConnectors/chunk-J3LI3FYZ.js +93 -0
- package/dist/wallets/walletConnectors/chunk-JCHN6A47.js +95 -0
- package/dist/wallets/walletConnectors/chunk-KIDC67XJ.js +96 -0
- package/dist/wallets/walletConnectors/chunk-LNEC5RNX.js +98 -0
- package/dist/wallets/walletConnectors/chunk-Q3H3TRBS.js +100 -0
- package/dist/wallets/walletConnectors/chunk-QLVVUKYB.js +92 -0
- package/dist/wallets/walletConnectors/chunk-RKPCWHXL.js +106 -0
- package/dist/wallets/walletConnectors/chunk-UIASLGLV.js +69 -0
- package/dist/wallets/walletConnectors/chunk-UYGJO62F.js +218 -0
- package/dist/wallets/walletConnectors/chunk-VWCLFMWJ.js +96 -0
- package/dist/wallets/walletConnectors/chunk-ZSI5N4VV.js +103 -0
- package/dist/wallets/walletConnectors/index.js +48 -48
- package/package.json +19 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -46,10 +46,11 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@aws-sdk/client-cloudfront": "3.858.0",
|
|
48
48
|
"@aws-sdk/client-s3": "3.840.0",
|
|
49
|
-
"@chromatic-com/storybook": "^4.
|
|
49
|
+
"@chromatic-com/storybook": "^4.1.1",
|
|
50
50
|
"@meshconnect/node-api": "2.0.14",
|
|
51
|
-
"@storybook/addon-
|
|
52
|
-
"@storybook/
|
|
51
|
+
"@storybook/addon-docs": "^9.1.3",
|
|
52
|
+
"@storybook/addon-links": "^9.1.3",
|
|
53
|
+
"@storybook/react-vite": "^9.1.3",
|
|
53
54
|
"@testing-library/jest-dom": "^6.2.0",
|
|
54
55
|
"@testing-library/react": "^16.0.1",
|
|
55
56
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -60,13 +61,17 @@
|
|
|
60
61
|
"@vanilla-extract/vite-plugin": "^5.0.3",
|
|
61
62
|
"@vitejs/plugin-react": "^4.3.1",
|
|
62
63
|
"autoprefixer": "^10.4.16",
|
|
64
|
+
"buffer": "^6.0.3",
|
|
63
65
|
"jsdom": "^26.1.0",
|
|
64
66
|
"postcss": "^8.4.33",
|
|
67
|
+
"process": "^0.11.10",
|
|
65
68
|
"react": "^18.3.0",
|
|
66
|
-
"storybook": "^9.
|
|
69
|
+
"storybook": "^9.1.3",
|
|
70
|
+
"stream-browserify": "^3.0.0",
|
|
67
71
|
"tsx": "^4.19.2",
|
|
68
|
-
"
|
|
69
|
-
"
|
|
72
|
+
"util": "^0.12.5",
|
|
73
|
+
"vite-plugin-node-polyfills": "^0.24.0",
|
|
74
|
+
"vitest": "^3.0.9"
|
|
70
75
|
},
|
|
71
76
|
"dependencies": {
|
|
72
77
|
"@datadog/browser-logs": "5.22.0",
|
|
@@ -89,12 +94,12 @@
|
|
|
89
94
|
"ua-parser-js": "^1.0.37",
|
|
90
95
|
"use-debounce": "^10.0.5",
|
|
91
96
|
"uuid": "^9.0.1",
|
|
92
|
-
"@funkit/
|
|
93
|
-
"@funkit/
|
|
94
|
-
"@funkit/api-base": "1.9.15",
|
|
95
|
-
"@funkit/wagmi-tools": "3.0.61",
|
|
97
|
+
"@funkit/api-base": "1.9.16",
|
|
98
|
+
"@funkit/core": "2.3.40",
|
|
96
99
|
"@funkit/chains": "0.3.8",
|
|
97
|
-
"@funkit/fun-relay": "1.0.1"
|
|
100
|
+
"@funkit/fun-relay": "1.0.1",
|
|
101
|
+
"@funkit/wagmi-tools": "3.0.62",
|
|
102
|
+
"@funkit/utils": "1.1.8"
|
|
98
103
|
},
|
|
99
104
|
"repository": {
|
|
100
105
|
"type": "git",
|
|
@@ -114,6 +119,8 @@
|
|
|
114
119
|
"lint": "biome check",
|
|
115
120
|
"lint:fix": "biome check --fix",
|
|
116
121
|
"storybook": "storybook dev -p 6006",
|
|
122
|
+
"storybook:fast": "NODE_OPTIONS='--max-old-space-size=4096' storybook dev -p 6006 --no-open",
|
|
123
|
+
"storybook:clean": "rm -rf node_modules/.vite && npm run storybook",
|
|
117
124
|
"build-storybook": "storybook build"
|
|
118
125
|
}
|
|
119
126
|
}
|