@knapsack/monorepo-tools 4.89.4--canary.7063.891af4e.0 → 4.89.4
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 +12 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v4.89.4 (Fri Jan 02 2026)
|
|
2
|
+
|
|
3
|
+
#### 🏠 Internal
|
|
4
|
+
|
|
5
|
+
- KSP-6086 normalize error and log metadata for api domains [#6997](https://github.com/knapsack-labs/app-monorepo/pull/6997) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.89.3 (Thu Dec 11 2025)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/monorepo-tools",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.89.4
|
|
4
|
+
"version": "4.89.4",
|
|
5
5
|
"bin": {
|
|
6
6
|
"monorepo-tools": "./bin.js",
|
|
7
7
|
"get-pkg-dir": "./get-pkg-dir.js"
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@auto-it/npm": "^11.3.6",
|
|
30
|
-
"@knapsack/creator-utils": "4.89.4
|
|
31
|
-
"@knapsack/file-utils": "4.89.4
|
|
30
|
+
"@knapsack/creator-utils": "4.89.4",
|
|
31
|
+
"@knapsack/file-utils": "4.89.4",
|
|
32
32
|
"auto": "^11.3.6",
|
|
33
33
|
"syncpack": "^13.0.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@knapsack/eslint-config-starter": "4.89.4
|
|
37
|
-
"@knapsack/typescript-config-starter": "4.89.4
|
|
36
|
+
"@knapsack/eslint-config-starter": "4.89.4",
|
|
37
|
+
"@knapsack/typescript-config-starter": "4.89.4",
|
|
38
38
|
"@types/node": "^20.19.25",
|
|
39
39
|
"eslint": "^8.57.0",
|
|
40
40
|
"typescript": "^5.9.3"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"directory": "tools/monorepo-tools",
|
|
49
49
|
"type": "git"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "e7672bd822a1814aa3b722b63488de265c8c94a2"
|
|
52
52
|
}
|