@backstage/plugin-scaffolder-backend 1.21.0-next.2 → 1.21.0-next.3
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 +29 -0
- package/alpha/package.json +1 -1
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.21.0-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.21.0-next.3
|
|
9
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13-next.3
|
|
10
|
+
- @backstage/integration@1.9.0-next.1
|
|
11
|
+
- @backstage/backend-tasks@0.5.15-next.3
|
|
12
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.3
|
|
13
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0-next.1
|
|
14
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0-next.1
|
|
15
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.0-next.3
|
|
16
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.2-next.3
|
|
17
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.2.0-next.3
|
|
18
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.2-next.3
|
|
19
|
+
- @backstage/plugin-catalog-node@1.6.2-next.3
|
|
20
|
+
- @backstage/plugin-auth-node@0.4.4-next.3
|
|
21
|
+
- @backstage/plugin-permission-node@0.7.21-next.3
|
|
22
|
+
- @backstage/plugin-scaffolder-node@0.3.0-next.3
|
|
23
|
+
- @backstage/backend-plugin-api@0.6.10-next.3
|
|
24
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
25
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
26
|
+
- @backstage/config@1.1.1
|
|
27
|
+
- @backstage/errors@1.2.3
|
|
28
|
+
- @backstage/types@1.1.1
|
|
29
|
+
- @backstage/plugin-permission-common@0.7.12
|
|
30
|
+
- @backstage/plugin-scaffolder-common@1.5.0-next.1
|
|
31
|
+
|
|
3
32
|
## 1.21.0-next.2
|
|
4
33
|
|
|
5
34
|
### 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.21.0-next.
|
|
4
|
+
"version": "1.21.0-next.3",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -44,28 +44,28 @@
|
|
|
44
44
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-common": "^0.21.0-next.
|
|
48
|
-
"@backstage/backend-plugin-api": "^0.6.10-next.
|
|
49
|
-
"@backstage/backend-tasks": "^0.5.15-next.
|
|
47
|
+
"@backstage/backend-common": "^0.21.0-next.3",
|
|
48
|
+
"@backstage/backend-plugin-api": "^0.6.10-next.3",
|
|
49
|
+
"@backstage/backend-tasks": "^0.5.15-next.3",
|
|
50
50
|
"@backstage/catalog-client": "^1.6.0-next.1",
|
|
51
51
|
"@backstage/catalog-model": "^1.4.4-next.0",
|
|
52
52
|
"@backstage/config": "^1.1.1",
|
|
53
53
|
"@backstage/errors": "^1.2.3",
|
|
54
|
-
"@backstage/integration": "^1.9.0-next.
|
|
55
|
-
"@backstage/plugin-auth-node": "^0.4.4-next.
|
|
56
|
-
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.7-next.
|
|
57
|
-
"@backstage/plugin-catalog-node": "^1.6.2-next.
|
|
54
|
+
"@backstage/integration": "^1.9.0-next.1",
|
|
55
|
+
"@backstage/plugin-auth-node": "^0.4.4-next.3",
|
|
56
|
+
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.7-next.3",
|
|
57
|
+
"@backstage/plugin-catalog-node": "^1.6.2-next.3",
|
|
58
58
|
"@backstage/plugin-permission-common": "^0.7.12",
|
|
59
|
-
"@backstage/plugin-permission-node": "^0.7.21-next.
|
|
60
|
-
"@backstage/plugin-scaffolder-backend-module-azure": "^0.1.2-next.
|
|
61
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket": "^0.2.0-next.
|
|
62
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.0-next.
|
|
63
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.0-next.
|
|
64
|
-
"@backstage/plugin-scaffolder-backend-module-gerrit": "^0.1.2-next.
|
|
65
|
-
"@backstage/plugin-scaffolder-backend-module-github": "^0.2.0-next.
|
|
66
|
-
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.2.13-next.
|
|
59
|
+
"@backstage/plugin-permission-node": "^0.7.21-next.3",
|
|
60
|
+
"@backstage/plugin-scaffolder-backend-module-azure": "^0.1.2-next.3",
|
|
61
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket": "^0.2.0-next.3",
|
|
62
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.0-next.1",
|
|
63
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.0-next.1",
|
|
64
|
+
"@backstage/plugin-scaffolder-backend-module-gerrit": "^0.1.2-next.3",
|
|
65
|
+
"@backstage/plugin-scaffolder-backend-module-github": "^0.2.0-next.3",
|
|
66
|
+
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.2.13-next.3",
|
|
67
67
|
"@backstage/plugin-scaffolder-common": "^1.5.0-next.1",
|
|
68
|
-
"@backstage/plugin-scaffolder-node": "^0.3.0-next.
|
|
68
|
+
"@backstage/plugin-scaffolder-node": "^0.3.0-next.3",
|
|
69
69
|
"@backstage/types": "^1.1.1",
|
|
70
70
|
"@types/express": "^4.17.6",
|
|
71
71
|
"@types/luxon": "^3.0.0",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"zod": "^3.22.4"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@backstage/backend-test-utils": "^0.3.0-next.
|
|
94
|
-
"@backstage/cli": "^0.25.2-next.
|
|
93
|
+
"@backstage/backend-test-utils": "^0.3.0-next.3",
|
|
94
|
+
"@backstage/cli": "^0.25.2-next.3",
|
|
95
95
|
"@types/fs-extra": "^9.0.1",
|
|
96
96
|
"@types/nunjucks": "^3.1.4",
|
|
97
97
|
"@types/supertest": "^2.0.8",
|