@knapsack/logger 4.89.4--canary.7062.b8a41e9.0 → 4.89.5

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 +20 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # v4.89.4 (Mon Jan 05 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Added missing log normalization ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
6
+ - Fixed figma evt log names ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
7
+ - added standardized api log types ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
8
+
9
+ #### 🏠 Internal
10
+
11
+ - KSP 7597 Asset Sets form does not show post-save state correctly [#7051](https://github.com/knapsack-labs/app-monorepo/pull/7051) ([@jordanjustice](https://github.com/jordanjustice))
12
+ - 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))
13
+
14
+ #### Authors: 2
15
+
16
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
17
+ - Jordan Justice ([@jordanjustice](https://github.com/jordanjustice))
18
+
19
+ ---
20
+
1
21
  # v4.89.3 (Thu Dec 11 2025)
2
22
 
3
23
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/logger",
3
3
  "description": "Knapsack logger",
4
- "version": "4.89.4--canary.7062.b8a41e9.0",
4
+ "version": "4.89.5",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -27,17 +27,17 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@clack/prompts": "^0.11.0",
30
- "@knapsack/core": "4.89.4--canary.7062.b8a41e9.0",
31
- "@knapsack/utils": "4.89.4--canary.7062.b8a41e9.0",
30
+ "@knapsack/core": "4.89.5",
31
+ "@knapsack/utils": "4.89.5",
32
32
  "@vercel/functions": "^2.2.13",
33
33
  "picocolors": "^1.1.1",
34
34
  "pretty-error": "^4.0.0",
35
35
  "prettyjson": "^1.2.5"
36
36
  },
37
37
  "devDependencies": {
38
- "@knapsack/eslint-config-starter": "4.89.4--canary.7062.b8a41e9.0",
39
- "@knapsack/prettier-config": "4.89.4--canary.7062.b8a41e9.0",
40
- "@knapsack/typescript-config-starter": "4.89.4--canary.7062.b8a41e9.0",
38
+ "@knapsack/eslint-config-starter": "4.89.5",
39
+ "@knapsack/prettier-config": "4.89.5",
40
+ "@knapsack/typescript-config-starter": "4.89.5",
41
41
  "@types/node": "^20.19.25",
42
42
  "@types/prettyjson": "^0.0.33",
43
43
  "eslint": "^8.57.0",
@@ -52,5 +52,5 @@
52
52
  "directory": "libs/logger",
53
53
  "type": "git"
54
54
  },
55
- "gitHead": "b8a41e905dbc0b24cd2292b6180ed28227173e38"
55
+ "gitHead": "55eb070d9346a31bf1338d977da0cf9cc999e6a6"
56
56
  }