@backstage/plugin-scaffolder-backend 0.0.0-nightly-20221031025738 → 0.0.0-nightly-20221102025507
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 -14
- package/alpha/package.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20221102025507
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -45,19 +45,25 @@
|
|
|
45
45
|
|
|
46
46
|
- 7573b65232: Internal refactor of imports to avoid circular dependencies
|
|
47
47
|
- Updated dependencies
|
|
48
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
49
|
-
- @backstage/plugin-catalog-backend@0.0.0-nightly-
|
|
50
|
-
- @backstage/integration@0.0.0-nightly-
|
|
51
|
-
- @backstage/backend-tasks@0.0.0-nightly-
|
|
52
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
53
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
54
|
-
- @backstage/types@0.0.0-nightly-
|
|
55
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
56
|
-
- @backstage/plugin-catalog-node@0.0.0-nightly-
|
|
57
|
-
- @backstage/catalog-client@0.0.0-nightly-
|
|
58
|
-
- @backstage/config@0.0.0-nightly-
|
|
59
|
-
- @backstage/errors@0.0.0-nightly-
|
|
60
|
-
- @backstage/plugin-scaffolder-common@0.0.0-nightly-
|
|
48
|
+
- @backstage/backend-common@0.0.0-nightly-20221102025507
|
|
49
|
+
- @backstage/plugin-catalog-backend@0.0.0-nightly-20221102025507
|
|
50
|
+
- @backstage/integration@0.0.0-nightly-20221102025507
|
|
51
|
+
- @backstage/backend-tasks@0.0.0-nightly-20221102025507
|
|
52
|
+
- @backstage/catalog-model@0.0.0-nightly-20221102025507
|
|
53
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20221102025507
|
|
54
|
+
- @backstage/types@0.0.0-nightly-20221102025507
|
|
55
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20221102025507
|
|
56
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20221102025507
|
|
57
|
+
- @backstage/catalog-client@0.0.0-nightly-20221102025507
|
|
58
|
+
- @backstage/config@0.0.0-nightly-20221102025507
|
|
59
|
+
- @backstage/errors@0.0.0-nightly-20221102025507
|
|
60
|
+
- @backstage/plugin-scaffolder-common@0.0.0-nightly-20221102025507
|
|
61
|
+
|
|
62
|
+
## 1.8.0-next.1
|
|
63
|
+
|
|
64
|
+
### Minor Changes
|
|
65
|
+
|
|
66
|
+
- 5921b5ce49: - The GitLab Project ID for the `publish:gitlab:merge-request` action is now passed through the query parameter `project` in the `repoUrl`. It still allows people to not use the `projectid` and use the `repoUrl` with the `owner` and `repo` query parameters instead. This makes it easier to publish to repositories instead of writing the full path to the project.
|
|
61
67
|
|
|
62
68
|
## 1.8.0-next.0
|
|
63
69
|
|
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": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20221102025507",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
39
|
-
"@backstage/backend-tasks": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/catalog-client": "^0.0.0-nightly-
|
|
41
|
-
"@backstage/catalog-model": "^0.0.0-nightly-
|
|
42
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
43
|
-
"@backstage/errors": "^0.0.0-nightly-
|
|
44
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
45
|
-
"@backstage/plugin-auth-node": "^0.0.0-nightly-
|
|
46
|
-
"@backstage/plugin-catalog-backend": "^0.0.0-nightly-
|
|
47
|
-
"@backstage/plugin-catalog-node": "^0.0.0-nightly-
|
|
48
|
-
"@backstage/plugin-scaffolder-common": "^0.0.0-nightly-
|
|
49
|
-
"@backstage/types": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/backend-common": "^0.0.0-nightly-20221102025507",
|
|
38
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20221102025507",
|
|
39
|
+
"@backstage/backend-tasks": "^0.0.0-nightly-20221102025507",
|
|
40
|
+
"@backstage/catalog-client": "^0.0.0-nightly-20221102025507",
|
|
41
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20221102025507",
|
|
42
|
+
"@backstage/config": "^0.0.0-nightly-20221102025507",
|
|
43
|
+
"@backstage/errors": "^0.0.0-nightly-20221102025507",
|
|
44
|
+
"@backstage/integration": "^0.0.0-nightly-20221102025507",
|
|
45
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20221102025507",
|
|
46
|
+
"@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221102025507",
|
|
47
|
+
"@backstage/plugin-catalog-node": "^0.0.0-nightly-20221102025507",
|
|
48
|
+
"@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20221102025507",
|
|
49
|
+
"@backstage/types": "^0.0.0-nightly-20221102025507",
|
|
50
50
|
"@gitbeaker/core": "^35.6.0",
|
|
51
51
|
"@gitbeaker/node": "^35.1.0",
|
|
52
52
|
"@octokit/webhooks": "^10.0.0",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"zod": "^3.11.6"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
85
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
84
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20221102025507",
|
|
85
|
+
"@backstage/cli": "^0.0.0-nightly-20221102025507",
|
|
86
86
|
"@types/command-exists": "^1.2.0",
|
|
87
87
|
"@types/fs-extra": "^9.0.1",
|
|
88
88
|
"@types/git-url-parse": "^9.0.0",
|