@backstage/plugin-scaffolder-backend 1.19.2-next.0 → 1.19.2-next.2
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 +48 -0
- package/alpha/package.json +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.19.2-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-node@1.6.0-next.2
|
|
9
|
+
- @backstage/plugin-catalog-backend@1.16.0-next.2
|
|
10
|
+
- @backstage/backend-common@0.20.0-next.2
|
|
11
|
+
- @backstage/plugin-auth-node@0.4.2-next.2
|
|
12
|
+
- @backstage/catalog-client@1.5.0-next.1
|
|
13
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.2
|
|
14
|
+
- @backstage/backend-plugin-api@0.6.8-next.2
|
|
15
|
+
- @backstage/backend-tasks@0.5.13-next.2
|
|
16
|
+
- @backstage/catalog-model@1.4.3
|
|
17
|
+
- @backstage/config@1.1.1
|
|
18
|
+
- @backstage/errors@1.2.3
|
|
19
|
+
- @backstage/integration@1.8.0-next.1
|
|
20
|
+
- @backstage/types@1.1.1
|
|
21
|
+
- @backstage/plugin-catalog-common@1.0.18
|
|
22
|
+
- @backstage/plugin-permission-common@0.7.10
|
|
23
|
+
- @backstage/plugin-permission-node@0.7.19-next.2
|
|
24
|
+
- @backstage/plugin-scaffolder-common@1.4.3
|
|
25
|
+
- @backstage/plugin-scaffolder-node@0.2.9-next.2
|
|
26
|
+
|
|
27
|
+
## 1.19.2-next.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
- @backstage/plugin-catalog-backend@1.15.1-next.1
|
|
33
|
+
- @backstage/catalog-client@1.5.0-next.0
|
|
34
|
+
- @backstage/integration@1.8.0-next.1
|
|
35
|
+
- @backstage/backend-common@0.20.0-next.1
|
|
36
|
+
- @backstage/backend-plugin-api@0.6.8-next.1
|
|
37
|
+
- @backstage/backend-tasks@0.5.13-next.1
|
|
38
|
+
- @backstage/catalog-model@1.4.3
|
|
39
|
+
- @backstage/config@1.1.1
|
|
40
|
+
- @backstage/errors@1.2.3
|
|
41
|
+
- @backstage/types@1.1.1
|
|
42
|
+
- @backstage/plugin-auth-node@0.4.2-next.1
|
|
43
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.1
|
|
44
|
+
- @backstage/plugin-catalog-common@1.0.18
|
|
45
|
+
- @backstage/plugin-catalog-node@1.5.1-next.1
|
|
46
|
+
- @backstage/plugin-permission-common@0.7.10
|
|
47
|
+
- @backstage/plugin-permission-node@0.7.19-next.1
|
|
48
|
+
- @backstage/plugin-scaffolder-common@1.4.3
|
|
49
|
+
- @backstage/plugin-scaffolder-node@0.2.9-next.1
|
|
50
|
+
|
|
3
51
|
## 1.19.2-next.0
|
|
4
52
|
|
|
5
53
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
3
3
|
"description": "The Backstage backend plugin that helps you create new things",
|
|
4
|
-
"version": "1.19.2-next.
|
|
4
|
+
"version": "1.19.2-next.2",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-common": "^0.20.0-next.
|
|
48
|
-
"@backstage/backend-plugin-api": "^0.6.8-next.
|
|
49
|
-
"@backstage/backend-tasks": "^0.5.13-next.
|
|
50
|
-
"@backstage/catalog-client": "^1.
|
|
47
|
+
"@backstage/backend-common": "^0.20.0-next.2",
|
|
48
|
+
"@backstage/backend-plugin-api": "^0.6.8-next.2",
|
|
49
|
+
"@backstage/backend-tasks": "^0.5.13-next.2",
|
|
50
|
+
"@backstage/catalog-client": "^1.5.0-next.1",
|
|
51
51
|
"@backstage/catalog-model": "^1.4.3",
|
|
52
52
|
"@backstage/config": "^1.1.1",
|
|
53
53
|
"@backstage/errors": "^1.2.3",
|
|
54
|
-
"@backstage/integration": "^1.8.0-next.
|
|
55
|
-
"@backstage/plugin-auth-node": "^0.4.2-next.
|
|
56
|
-
"@backstage/plugin-catalog-backend": "^1.
|
|
57
|
-
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.5-next.
|
|
54
|
+
"@backstage/integration": "^1.8.0-next.1",
|
|
55
|
+
"@backstage/plugin-auth-node": "^0.4.2-next.2",
|
|
56
|
+
"@backstage/plugin-catalog-backend": "^1.16.0-next.2",
|
|
57
|
+
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.5-next.2",
|
|
58
58
|
"@backstage/plugin-catalog-common": "^1.0.18",
|
|
59
|
-
"@backstage/plugin-catalog-node": "^1.
|
|
59
|
+
"@backstage/plugin-catalog-node": "^1.6.0-next.2",
|
|
60
60
|
"@backstage/plugin-permission-common": "^0.7.10",
|
|
61
|
-
"@backstage/plugin-permission-node": "^0.7.19-next.
|
|
61
|
+
"@backstage/plugin-permission-node": "^0.7.19-next.2",
|
|
62
62
|
"@backstage/plugin-scaffolder-common": "^1.4.3",
|
|
63
|
-
"@backstage/plugin-scaffolder-node": "^0.2.9-next.
|
|
63
|
+
"@backstage/plugin-scaffolder-node": "^0.2.9-next.2",
|
|
64
64
|
"@backstage/types": "^1.1.1",
|
|
65
65
|
"@gitbeaker/core": "^35.6.0",
|
|
66
66
|
"@gitbeaker/node": "^35.1.0",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"zod": "^3.21.4"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@backstage/backend-test-utils": "^0.2.9-next.
|
|
103
|
-
"@backstage/cli": "^0.
|
|
102
|
+
"@backstage/backend-test-utils": "^0.2.9-next.2",
|
|
103
|
+
"@backstage/cli": "^0.25.0-next.2",
|
|
104
104
|
"@types/command-exists": "^1.2.0",
|
|
105
105
|
"@types/fs-extra": "^9.0.1",
|
|
106
106
|
"@types/git-url-parse": "^9.0.0",
|