@funkit/api-base 1.9.4 → 1.9.5-next.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @funkit/api-base
2
2
 
3
+ ## 1.9.5-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - b223027: fix: add viem as peer dependency
8
+
9
+ ## 1.9.5-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - d1133df: support withdrawal
14
+ - Updated dependencies [d1133df]
15
+ - @funkit/utils@1.1.4-next.0
16
+
3
17
  ## 1.9.4
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/api-base",
3
- "version": "1.9.4",
3
+ "version": "1.9.5-next.1",
4
4
  "description": "Base API for Funkit",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -11,7 +11,10 @@
11
11
  "dependencies": {
12
12
  "@lifeomic/attempt": "^3.1.0",
13
13
  "big.js": "^6.2.1",
14
- "@funkit/utils": "1.1.3"
14
+ "@funkit/utils": "1.1.4-next.0"
15
+ },
16
+ "peerDependencies": {
17
+ "viem": "2.x"
15
18
  },
16
19
  "devDependencies": {
17
20
  "@types/big.js": "^6.2.2",