@backstage/plugin-scaffolder-backend 4.0.3 → 4.0.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.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 4.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 640372d: Software template inline conditionals without an `else` branch now render an empty string when their condition is false, matching Nunjucks behavior.
|
|
8
|
+
|
|
9
|
+
## 4.0.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 913634d: Restored support for intrinsic string, number, array, `Map`, and `Set` methods in software templates.
|
|
14
|
+
|
|
3
15
|
## 4.0.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "The Backstage backend plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"lodash": "^4.17.21",
|
|
99
99
|
"logform": "^2.3.2",
|
|
100
100
|
"luxon": "^3.0.0",
|
|
101
|
-
"nunjitsu": "^0.
|
|
101
|
+
"nunjitsu": "^0.6.1",
|
|
102
102
|
"p-queue": "^6.6.2",
|
|
103
103
|
"prom-client": "^15.0.0",
|
|
104
104
|
"triple-beam": "^1.4.1",
|