@funkit/api-base 1.12.22-next.6 → 1.12.22
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 +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @funkit/api-base
|
|
2
2
|
|
|
3
|
+
## 1.12.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7a6ca8c: feat(api-base): add tron address type to FunAddress
|
|
8
|
+
- 8a48f13: fix(api-base): encode userId in fetch calls to parse special characters - e.g. external userId and "|"
|
|
9
|
+
- 8b8d030: feat(connect,api-base): pass api key to bluvo requests to frog
|
|
10
|
+
- bb6bfce: chore: added new customers
|
|
11
|
+
- fd2812b: feat(api-base): update logger to use warn on client errors
|
|
12
|
+
- Updated dependencies [7312429]
|
|
13
|
+
- Updated dependencies [6d91583]
|
|
14
|
+
- Updated dependencies [0168375]
|
|
15
|
+
- Updated dependencies [c463492]
|
|
16
|
+
- @funkit/utils@1.1.22
|
|
17
|
+
|
|
3
18
|
## 1.12.22-next.6
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/api-base",
|
|
3
|
-
"version": "1.12.22
|
|
3
|
+
"version": "1.12.22",
|
|
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.22
|
|
14
|
+
"@funkit/utils": "1.1.22"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"viem": "2.x"
|