@funkit/api-base 2.1.2-next.0 → 2.1.2-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.
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @funkit/api-base
|
|
2
2
|
|
|
3
|
+
## 2.1.2-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b7886e5]
|
|
8
|
+
- @funkit/utils@1.1.25-next.0
|
|
9
|
+
|
|
10
|
+
## 2.1.2-next.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 4f6433f: fix: unit test for deprecated service
|
|
15
|
+
|
|
3
16
|
## 2.1.2-next.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -370,6 +383,7 @@
|
|
|
370
383
|
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
384
|
|
|
372
385
|
**Breaking Changes:**
|
|
386
|
+
|
|
373
387
|
- Removed `ETHERFI_API_KEY` constant from `@funkit/api-base`
|
|
374
388
|
- Removed `isEtherFiCustomer` function from `@funkit/connect`
|
|
375
389
|
- 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-next.
|
|
3
|
+
"version": "2.1.2-next.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-next.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"viem": "2.x"
|