@backstage/plugin-scaffolder-backend 1.22.5-next.0 → 1.22.5-next.1
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 +23 -0
- package/alpha/package.json +1 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.22.5-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-scaffolder-common@1.5.2-next.1
|
|
9
|
+
- @backstage/backend-common@0.22.0-next.1
|
|
10
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16-next.1
|
|
11
|
+
- @backstage/plugin-scaffolder-node@0.4.4-next.1
|
|
12
|
+
- @backstage/backend-tasks@0.5.23-next.1
|
|
13
|
+
- @backstage/plugin-auth-node@0.4.13-next.1
|
|
14
|
+
- @backstage/plugin-permission-node@0.7.29-next.1
|
|
15
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.2.8-next.1
|
|
16
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.3.4-next.1
|
|
17
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.10-next.1
|
|
18
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8-next.1
|
|
19
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8-next.1
|
|
20
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8-next.1
|
|
21
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.10-next.1
|
|
22
|
+
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.8-next.1
|
|
23
|
+
- @backstage/plugin-catalog-node@1.11.2-next.1
|
|
24
|
+
- @backstage/backend-plugin-api@0.6.18-next.1
|
|
25
|
+
|
|
3
26
|
## 1.22.5-next.0
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
3
|
-
"version": "1.22.5-next.
|
|
3
|
+
"version": "1.22.5-next.1",
|
|
4
4
|
"description": "The Backstage backend plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin"
|
|
@@ -51,29 +51,29 @@
|
|
|
51
51
|
"test": "backstage-cli package test"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@backstage/backend-common": "^0.
|
|
55
|
-
"@backstage/backend-plugin-api": "^0.6.18-next.
|
|
56
|
-
"@backstage/backend-tasks": "^0.5.23-next.
|
|
54
|
+
"@backstage/backend-common": "^0.22.0-next.1",
|
|
55
|
+
"@backstage/backend-plugin-api": "^0.6.18-next.1",
|
|
56
|
+
"@backstage/backend-tasks": "^0.5.23-next.1",
|
|
57
57
|
"@backstage/catalog-client": "^1.6.5-next.0",
|
|
58
58
|
"@backstage/catalog-model": "^1.5.0-next.0",
|
|
59
59
|
"@backstage/config": "^1.2.0",
|
|
60
60
|
"@backstage/errors": "^1.2.4",
|
|
61
61
|
"@backstage/integration": "^1.10.0",
|
|
62
|
-
"@backstage/plugin-auth-node": "^0.4.13-next.
|
|
63
|
-
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.16-next.
|
|
64
|
-
"@backstage/plugin-catalog-node": "^1.11.2-next.
|
|
62
|
+
"@backstage/plugin-auth-node": "^0.4.13-next.1",
|
|
63
|
+
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.16-next.1",
|
|
64
|
+
"@backstage/plugin-catalog-node": "^1.11.2-next.1",
|
|
65
65
|
"@backstage/plugin-permission-common": "^0.7.13",
|
|
66
|
-
"@backstage/plugin-permission-node": "^0.7.29-next.
|
|
67
|
-
"@backstage/plugin-scaffolder-backend-module-azure": "^0.1.10-next.
|
|
68
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket": "^0.2.8-next.
|
|
69
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.8-next.
|
|
70
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.8-next.
|
|
71
|
-
"@backstage/plugin-scaffolder-backend-module-gerrit": "^0.1.10-next.
|
|
72
|
-
"@backstage/plugin-scaffolder-backend-module-gitea": "^0.1.8-next.
|
|
73
|
-
"@backstage/plugin-scaffolder-backend-module-github": "^0.2.8-next.
|
|
74
|
-
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.3.4-next.
|
|
75
|
-
"@backstage/plugin-scaffolder-common": "^1.5.2-next.
|
|
76
|
-
"@backstage/plugin-scaffolder-node": "^0.4.4-next.
|
|
66
|
+
"@backstage/plugin-permission-node": "^0.7.29-next.1",
|
|
67
|
+
"@backstage/plugin-scaffolder-backend-module-azure": "^0.1.10-next.1",
|
|
68
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket": "^0.2.8-next.1",
|
|
69
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.8-next.1",
|
|
70
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.8-next.1",
|
|
71
|
+
"@backstage/plugin-scaffolder-backend-module-gerrit": "^0.1.10-next.1",
|
|
72
|
+
"@backstage/plugin-scaffolder-backend-module-gitea": "^0.1.8-next.1",
|
|
73
|
+
"@backstage/plugin-scaffolder-backend-module-github": "^0.2.8-next.1",
|
|
74
|
+
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.3.4-next.1",
|
|
75
|
+
"@backstage/plugin-scaffolder-common": "^1.5.2-next.1",
|
|
76
|
+
"@backstage/plugin-scaffolder-node": "^0.4.4-next.1",
|
|
77
77
|
"@backstage/types": "^1.1.1",
|
|
78
78
|
"@types/express": "^4.17.6",
|
|
79
79
|
"@types/luxon": "^3.0.0",
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"zod": "^3.22.4"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@backstage/backend-test-utils": "^0.3.8-next.
|
|
103
|
+
"@backstage/backend-test-utils": "^0.3.8-next.1",
|
|
104
104
|
"@backstage/cli": "^0.26.5-next.0",
|
|
105
|
-
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.4-next.
|
|
105
|
+
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.4-next.1",
|
|
106
106
|
"@types/fs-extra": "^11.0.0",
|
|
107
107
|
"@types/nunjucks": "^3.1.4",
|
|
108
108
|
"@types/supertest": "^2.0.8",
|