@knapsack/renderer-twig 4.79.0--canary.5638.d4186e8.0 → 4.79.0--canary.5638.c88fa22.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.
- package/CHANGELOG.md +15 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
# v4.78.9 (Fri Apr 18 2025)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- fix(deps): update typescript [#6005](https://github.com/knapsack-labs/app-monorepo/pull/6005) ([@renovate[bot]](https://github.com/renovate[bot]) [@EvanLovely](https://github.com/EvanLovely) [@mabry1985](https://github.com/mabry1985))
|
6
|
+
- chore(deps): update dependency datadog-cdk-constructs-v2 to ^1.24.0 [#5829](https://github.com/knapsack-labs/app-monorepo/pull/5829) ([@renovate[bot]](https://github.com/renovate[bot]))
|
7
|
+
|
8
|
+
#### Authors: 3
|
9
|
+
|
10
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
11
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
12
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
13
|
+
|
14
|
+
---
|
15
|
+
|
1
16
|
# v4.78.8 (Thu Apr 10 2025)
|
2
17
|
|
3
18
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/renderer-twig",
|
3
3
|
"description": "Render Twig",
|
4
|
-
"version": "4.79.0--canary.5638.
|
4
|
+
"version": "4.79.0--canary.5638.c88fa22.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.4",
|
28
|
-
"@knapsack/app": "4.79.0--canary.5638.
|
29
|
-
"@knapsack/file-utils": "4.79.0--canary.5638.
|
30
|
-
"@knapsack/types": "4.79.0--canary.5638.
|
28
|
+
"@knapsack/app": "4.79.0--canary.5638.c88fa22.0",
|
29
|
+
"@knapsack/file-utils": "4.79.0--canary.5638.c88fa22.0",
|
30
|
+
"@knapsack/types": "4.79.0--canary.5638.c88fa22.0",
|
31
31
|
"ejs": "^3.1.10"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
|
-
"@knapsack/eslint-config-starter": "4.79.0--canary.5638.
|
35
|
-
"@knapsack/typescript-config-starter": "4.79.0--canary.5638.
|
34
|
+
"@knapsack/eslint-config-starter": "4.79.0--canary.5638.c88fa22.0",
|
35
|
+
"@knapsack/typescript-config-starter": "4.79.0--canary.5638.c88fa22.0",
|
36
36
|
"eslint": "^8.57.0",
|
37
|
-
"typescript": "^5.
|
37
|
+
"typescript": "^5.8.3",
|
38
38
|
"vitest": "^3.1.1"
|
39
39
|
},
|
40
40
|
"publishConfig": {
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"directory": "apps/client/renderers/renderer-twig",
|
46
46
|
"type": "git"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "c88fa2282a13e4baa456dba9195ea058ee318bb8"
|
49
49
|
}
|