@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220227022529 → 0.0.0-nightly-20220302023312
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 +3 -3
- package/package.json +4 -4
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-20220302023312
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
- c7f6424a26: Applied fix from `v0.17.1` of this package which is part of the `v0.69.1` release of Backstage.
|
|
11
11
|
- 8119a9e011: Fix the support for custom defaultBranch values for Bitbucket Cloud at the `publish:bitbucket` scaffolder action.
|
|
12
12
|
- Updated dependencies
|
|
13
|
-
- @backstage/plugin-catalog-backend@0.0.0-nightly-
|
|
14
|
-
- @backstage/integration@0.0.0-nightly-
|
|
13
|
+
- @backstage/plugin-catalog-backend@0.0.0-nightly-20220302023312
|
|
14
|
+
- @backstage/integration@0.0.0-nightly-20220302023312
|
|
15
15
|
|
|
16
16
|
## 0.17.2
|
|
17
17
|
|
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-20220302023312",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@backstage/catalog-model": "^0.11.0",
|
|
40
40
|
"@backstage/config": "^0.1.15",
|
|
41
41
|
"@backstage/errors": "^0.2.2",
|
|
42
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
43
|
-
"@backstage/plugin-catalog-backend": "^0.0.0-nightly-
|
|
42
|
+
"@backstage/integration": "^0.0.0-nightly-20220302023312",
|
|
43
|
+
"@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220302023312",
|
|
44
44
|
"@backstage/plugin-scaffolder-common": "^0.2.2",
|
|
45
45
|
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.2.2",
|
|
46
46
|
"@backstage/types": "^0.1.3",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@backstage/cli": "^0.14.1",
|
|
80
|
-
"@backstage/test-utils": "^0.
|
|
80
|
+
"@backstage/test-utils": "^0.0.0-nightly-20220302023312",
|
|
81
81
|
"@types/command-exists": "^1.2.0",
|
|
82
82
|
"@types/fs-extra": "^9.0.1",
|
|
83
83
|
"@types/git-url-parse": "^9.0.0",
|