@funkit/api-base 2.1.2-next.0 → 2.1.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.
- package/CHANGELOG.md +24 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @funkit/api-base
|
|
2
2
|
|
|
3
|
+
## 2.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4f6433f: fix: unit test for deprecated service
|
|
8
|
+
- 78f741f: chore: update ginza config
|
|
9
|
+
- Updated dependencies [b7886e5]
|
|
10
|
+
- Updated dependencies [5aa2e13]
|
|
11
|
+
- @funkit/utils@1.1.25
|
|
12
|
+
|
|
13
|
+
## 2.1.2-next.2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [b7886e5]
|
|
18
|
+
- @funkit/utils@1.1.25-next.0
|
|
19
|
+
|
|
20
|
+
## 2.1.2-next.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 4f6433f: fix: unit test for deprecated service
|
|
25
|
+
|
|
3
26
|
## 2.1.2-next.0
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -370,6 +393,7 @@
|
|
|
370
393
|
This removes all EtherFi-related code including API keys, theme components, customer functions, and UI customizations. The EtherFi integration was marked as obsolete and has been completely removed from the codebase.
|
|
371
394
|
|
|
372
395
|
**Breaking Changes:**
|
|
396
|
+
|
|
373
397
|
- Removed `ETHERFI_API_KEY` constant from `@funkit/api-base`
|
|
374
398
|
- Removed `isEtherFiCustomer` function from `@funkit/connect`
|
|
375
399
|
- Removed `EtherFiIcon` component from `@funkit/connect`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/api-base",
|
|
3
|
-
"version": "2.1.2
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Base API for Funkit",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@lifeomic/attempt": "^3.1.0",
|
|
13
13
|
"big.js": "^6.2.1",
|
|
14
|
-
"@funkit/utils": "1.1.
|
|
14
|
+
"@funkit/utils": "1.1.25"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"viem": "2.x"
|