@funkit/api-base 1.12.13 → 1.12.15-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @funkit/api-base
2
2
 
3
+ ## 1.12.15-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: no changes, just triggering release
8
+ - c76619e: Migrate from Lerna to Turborepo for improved build performance and developer experience. This change removes automatic builds during package installation (`prepare` scripts) and introduces intelligent caching. No changes to public APIs or package functionality.
9
+ - Updated dependencies
10
+ - Updated dependencies [c76619e]
11
+ - @funkit/utils@1.1.17-next.0
12
+
13
+ ## 1.12.14
14
+
15
+ ### Patch Changes
16
+
17
+ - 62ea9d1: fix: fix versioning issue
18
+ - Updated dependencies [62ea9d1]
19
+ - @funkit/utils@1.1.16
20
+
3
21
  ## 1.12.13
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/api-base",
3
- "version": "1.12.13",
3
+ "version": "1.12.15-next.0",
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.15"
14
+ "@funkit/utils": "1.1.17-next.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "viem": "2.x"