@funkit/api-base 1.12.14 → 1.12.15-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.
- package/CHANGELOG.md +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @funkit/api-base
|
|
2
2
|
|
|
3
|
+
## 1.12.15-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 62338fb: chore: test pre-release ci
|
|
8
|
+
|
|
9
|
+
## 1.12.15-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- chore: no changes, just triggering release
|
|
14
|
+
- 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.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- Updated dependencies [c76619e]
|
|
17
|
+
- @funkit/utils@1.1.17-next.0
|
|
18
|
+
|
|
3
19
|
## 1.12.14
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/api-base",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.15-next.1",
|
|
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.17-next.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"viem": "2.x"
|