@backstage/plugin-scaffolder-backend 3.2.0 → 3.2.1-next.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 +20 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 3.2.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 79453c0: Updated dependency `wait-for-expect` to `^4.0.0`.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-plugin-api@1.8.1-next.0
|
|
10
|
+
- @backstage/plugin-permission-node@0.10.12-next.0
|
|
11
|
+
- @backstage/backend-openapi-utils@0.6.8-next.0
|
|
12
|
+
- @backstage/plugin-catalog-node@2.1.1-next.0
|
|
13
|
+
- @backstage/plugin-events-node@0.4.21-next.0
|
|
14
|
+
- @backstage/plugin-scaffolder-node@0.13.1-next.0
|
|
15
|
+
- @backstage/catalog-model@1.7.7
|
|
16
|
+
- @backstage/config@1.3.6
|
|
17
|
+
- @backstage/errors@1.2.7
|
|
18
|
+
- @backstage/integration@2.0.0
|
|
19
|
+
- @backstage/types@1.2.2
|
|
20
|
+
- @backstage/plugin-permission-common@0.9.7
|
|
21
|
+
- @backstage/plugin-scaffolder-common@2.0.0
|
|
22
|
+
|
|
3
23
|
## 3.2.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
3
|
-
"version": "3.2.0",
|
|
3
|
+
"version": "3.2.1-next.0",
|
|
4
4
|
"description": "The Backstage backend plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -77,19 +77,19 @@
|
|
|
77
77
|
"test": "backstage-cli package test"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@backstage/backend-openapi-utils": "
|
|
81
|
-
"@backstage/backend-plugin-api": "
|
|
82
|
-
"@backstage/catalog-model": "
|
|
83
|
-
"@backstage/config": "
|
|
84
|
-
"@backstage/errors": "
|
|
85
|
-
"@backstage/integration": "
|
|
86
|
-
"@backstage/plugin-catalog-node": "
|
|
87
|
-
"@backstage/plugin-events-node": "
|
|
88
|
-
"@backstage/plugin-permission-common": "
|
|
89
|
-
"@backstage/plugin-permission-node": "
|
|
90
|
-
"@backstage/plugin-scaffolder-common": "
|
|
91
|
-
"@backstage/plugin-scaffolder-node": "
|
|
92
|
-
"@backstage/types": "
|
|
80
|
+
"@backstage/backend-openapi-utils": "0.6.8-next.0",
|
|
81
|
+
"@backstage/backend-plugin-api": "1.8.1-next.0",
|
|
82
|
+
"@backstage/catalog-model": "1.7.7",
|
|
83
|
+
"@backstage/config": "1.3.6",
|
|
84
|
+
"@backstage/errors": "1.2.7",
|
|
85
|
+
"@backstage/integration": "2.0.0",
|
|
86
|
+
"@backstage/plugin-catalog-node": "2.1.1-next.0",
|
|
87
|
+
"@backstage/plugin-events-node": "0.4.21-next.0",
|
|
88
|
+
"@backstage/plugin-permission-common": "0.9.7",
|
|
89
|
+
"@backstage/plugin-permission-node": "0.10.12-next.0",
|
|
90
|
+
"@backstage/plugin-scaffolder-common": "2.0.0",
|
|
91
|
+
"@backstage/plugin-scaffolder-node": "0.13.1-next.0",
|
|
92
|
+
"@backstage/types": "1.2.2",
|
|
93
93
|
"@opentelemetry/api": "^1.9.0",
|
|
94
94
|
"@types/luxon": "^3.0.0",
|
|
95
95
|
"express": "^4.22.0",
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
"zod-to-json-schema": "^3.25.1"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
|
-
"@backstage/backend-defaults": "
|
|
119
|
-
"@backstage/backend-test-utils": "
|
|
120
|
-
"@backstage/cli": "
|
|
121
|
-
"@backstage/plugin-scaffolder-node-test-utils": "
|
|
122
|
-
"@backstage/repo-tools": "
|
|
118
|
+
"@backstage/backend-defaults": "0.16.1-next.0",
|
|
119
|
+
"@backstage/backend-test-utils": "1.11.2-next.0",
|
|
120
|
+
"@backstage/cli": "0.36.1-next.0",
|
|
121
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.3.10-next.0",
|
|
122
|
+
"@backstage/repo-tools": "0.17.1-next.0",
|
|
123
123
|
"@types/express": "^4.17.6",
|
|
124
124
|
"@types/fs-extra": "^11.0.0",
|
|
125
125
|
"@types/nunjucks": "^3.1.4",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"esbuild": "^0.27.0",
|
|
129
129
|
"strip-ansi": "^7.1.0",
|
|
130
130
|
"supertest": "^7.0.0",
|
|
131
|
-
"wait-for-expect": "^
|
|
131
|
+
"wait-for-expect": "^4.0.0"
|
|
132
132
|
},
|
|
133
133
|
"configSchema": "config.d.ts"
|
|
134
134
|
}
|