@knapsack/renderer-twig 4.89.7--canary.ebdec8e.0 → 4.89.7--canary.0192cf9.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 +0 -60
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,63 +1,3 @@
1
- # v4.89.4 (Mon Jan 05 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
-
13
- # v4.89.3 (Thu Dec 11 2025)
14
-
15
- #### 🐛 Bug Fix
16
-
17
- - KSP-6536 Fixed align token metrics counting with UI logic for variables and collections [#6778](https://github.com/knapsack-labs/app-monorepo/pull/6778) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
18
- - Merge remote-tracking branch 'origin/feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
19
- - Merge branch 'latest' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
20
-
21
- #### Authors: 1
22
-
23
- - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
24
-
25
- ---
26
-
27
- # v4.89.1 (Wed Dec 10 2025)
28
-
29
- ### Release Notes
30
-
31
- #### Update twig renderer package version ([#6975](https://github.com/knapsack-labs/app-monorepo/pull/6975))
32
-
33
- No user-facing changes in this release. This update includes internal dependency maintenance.
34
-
35
- <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub>
36
-
37
- <!-- end of auto-generated comment: release notes by coderabbit.ai -->
38
-
39
- ---
40
-
41
- #### 🐛 Bug Fix
42
-
43
- - Merge remote-tracking branch 'origin/latest' into KSP-6900_mcp_onboarding_pages ([@brittanysmart](https://github.com/brittanysmart))
44
- - Merge branch 'latest' into sxa-KSP-7485-context-fixture ([@sxalexander](https://github.com/sxalexander))
45
- - Merge branch 'latest' into sxa-KSP-7488 ([@sxalexander](https://github.com/sxalexander))
46
-
47
- #### 🏠 Internal
48
-
49
- - KSP-6029 Removed deprecated hideTableOfContents page setting [#6973](https://github.com/knapsack-labs/app-monorepo/pull/6973) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
50
- - Update twig renderer package version [#6975](https://github.com/knapsack-labs/app-monorepo/pull/6975) ([@rizchelwood](https://github.com/rizchelwood))
51
-
52
- #### Authors: 4
53
-
54
- - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
55
- - Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
56
- - Rizchel Wood ([@rizchelwood](https://github.com/rizchelwood))
57
- - Sam Alexander ([@sxalexander](https://github.com/sxalexander))
58
-
59
- ---
60
-
61
1
  # v4.87.9 (Thu Nov 20 2025)
62
2
 
63
3
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-twig",
3
3
  "description": "Render Twig",
4
- "version": "4.89.7--canary.ebdec8e.0",
4
+ "version": "4.89.7--canary.0192cf9.0",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "exports": {
@@ -25,16 +25,16 @@
25
25
  "author": "Knapsack (https://www.knapsack.cloud)",
26
26
  "dependencies": {
27
27
  "@basalt/twig-renderer": "^3.2.8",
28
- "@knapsack/app": "4.89.7--canary.ebdec8e.0",
29
- "@knapsack/file-utils": "4.89.7--canary.ebdec8e.0",
30
- "@knapsack/types": "4.89.7--canary.ebdec8e.0",
31
- "@knapsack/utils": "4.89.7--canary.ebdec8e.0",
28
+ "@knapsack/app": "4.89.7--canary.0192cf9.0",
29
+ "@knapsack/file-utils": "4.89.7--canary.0192cf9.0",
30
+ "@knapsack/types": "4.89.7--canary.0192cf9.0",
31
+ "@knapsack/utils": "4.89.7--canary.0192cf9.0",
32
32
  "ejs": "^3.1.10",
33
33
  "zod": "^4.1.12"
34
34
  },
35
35
  "devDependencies": {
36
- "@knapsack/eslint-config-starter": "4.89.7--canary.ebdec8e.0",
37
- "@knapsack/typescript-config-starter": "4.89.7--canary.ebdec8e.0",
36
+ "@knapsack/eslint-config-starter": "4.89.7--canary.0192cf9.0",
37
+ "@knapsack/typescript-config-starter": "4.89.7--canary.0192cf9.0",
38
38
  "eslint": "^8.57.0",
39
39
  "typescript": "^5.9.3",
40
40
  "vitest": "^3.2.4"
@@ -47,5 +47,5 @@
47
47
  "directory": "apps/client/renderers/renderer-twig",
48
48
  "type": "git"
49
49
  },
50
- "gitHead": "ebdec8ed98f2599dbd1e7b4ae383f70a8ef11c00"
50
+ "gitHead": "0192cf9184834ff90a2d29f874056b4694c05f34"
51
51
  }