@knapsack/logger 4.89.1--canary.6982.e2b344a.0 → 4.89.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 +29 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
# v4.89.1 (Wed Dec 10 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Merge branch 'latest' into sxa-KSP-7488 ([@sxalexander](https://github.com/sxalexander))
|
|
6
|
+
- Merge remote-tracking branch 'origin/latest' into KSP-6900_mcp_onboarding_pages ([@brittanysmart](https://github.com/brittanysmart))
|
|
7
|
+
- Merge branch 'latest' into sxa-KSP-7485-context-fixture ([@sxalexander](https://github.com/sxalexander))
|
|
8
|
+
- Add as_uri to WWW-Authenticate header and improve oauth error logging ([@sxalexander](https://github.com/sxalexander))
|
|
9
|
+
|
|
10
|
+
#### 🏠 Internal
|
|
11
|
+
|
|
12
|
+
- KSP-7490: Low-Hanging Optimizations for Figma Pipeline [#6996](https://github.com/knapsack-labs/app-monorepo/pull/6996) ([@rizchelwood](https://github.com/rizchelwood))
|
|
13
|
+
- KSP-7450 Info icons do not show anything on hover/click [#6991](https://github.com/knapsack-labs/app-monorepo/pull/6991) ([@jordanjustice](https://github.com/jordanjustice))
|
|
14
|
+
- Native component image upload url generator [#6986](https://github.com/knapsack-labs/app-monorepo/pull/6986) ([@freneticpixel](https://github.com/freneticpixel))
|
|
15
|
+
- KSP-6029 Removed deprecated hideTableOfContents page setting [#6973](https://github.com/knapsack-labs/app-monorepo/pull/6973) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
16
|
+
- Add as_uri to WWW-Authenticate header and improve oauth error logging [#6976](https://github.com/knapsack-labs/app-monorepo/pull/6976) ([@sxalexander](https://github.com/sxalexander))
|
|
17
|
+
- KSP-7489: Add missing metadata in figma requests [#6974](https://github.com/knapsack-labs/app-monorepo/pull/6974) ([@rizchelwood](https://github.com/rizchelwood))
|
|
18
|
+
|
|
19
|
+
#### Authors: 6
|
|
20
|
+
|
|
21
|
+
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
22
|
+
- Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
|
|
23
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
|
24
|
+
- Jordan Justice ([@jordanjustice](https://github.com/jordanjustice))
|
|
25
|
+
- Rizchel Wood ([@rizchelwood](https://github.com/rizchelwood))
|
|
26
|
+
- Sam Alexander ([@sxalexander](https://github.com/sxalexander))
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
1
30
|
# v4.87.9 (Thu Nov 20 2025)
|
|
2
31
|
|
|
3
32
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/logger",
|
|
3
3
|
"description": "Knapsack logger",
|
|
4
|
-
"version": "4.89.1
|
|
4
|
+
"version": "4.89.1",
|
|
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.1
|
|
31
|
-
"@knapsack/utils": "4.89.1
|
|
30
|
+
"@knapsack/core": "4.89.1",
|
|
31
|
+
"@knapsack/utils": "4.89.1",
|
|
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.1
|
|
39
|
-
"@knapsack/prettier-config": "4.89.1
|
|
40
|
-
"@knapsack/typescript-config-starter": "4.89.1
|
|
38
|
+
"@knapsack/eslint-config-starter": "4.89.1",
|
|
39
|
+
"@knapsack/prettier-config": "4.89.1",
|
|
40
|
+
"@knapsack/typescript-config-starter": "4.89.1",
|
|
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": "
|
|
55
|
+
"gitHead": "f9c9b8b9603fac37c2e2263883f6409edf2bb110"
|
|
56
56
|
}
|