@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220220022427 → 0.0.0-nightly-20220221022454

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20220220022427
3
+ ## 0.0.0-nightly-20220221022454
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -34,12 +34,12 @@
34
34
  - **DEPRECATED** - `DispatchResult` has been deprecated in favour of `TaskBrokerDispatchResult`
35
35
  - df61ca71dd: Implemented required `getProcessorName` method for catalog processor.
36
36
  - Updated dependencies
37
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220220022427
38
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220220022427
39
- - @backstage/catalog-model@0.0.0-nightly-20220220022427
40
- - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.0.0-nightly-20220220022427
41
- - @backstage/integration@0.0.0-nightly-20220220022427
42
- - @backstage/catalog-client@0.0.0-nightly-20220220022427
37
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220221022454
38
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220221022454
39
+ - @backstage/catalog-model@0.0.0-nightly-20220221022454
40
+ - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.0.0-nightly-20220221022454
41
+ - @backstage/integration@0.0.0-nightly-20220221022454
42
+ - @backstage/catalog-client@0.0.0-nightly-20220221022454
43
43
 
44
44
  ## 0.16.1
45
45
 
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-20220220022427",
4
+ "version": "0.0.0-nightly-20220221022454",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,14 +35,14 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@backstage/backend-common": "^0.10.8",
38
- "@backstage/catalog-client": "^0.0.0-nightly-20220220022427",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20220220022427",
38
+ "@backstage/catalog-client": "^0.0.0-nightly-20220221022454",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20220221022454",
40
40
  "@backstage/config": "^0.1.14",
41
41
  "@backstage/errors": "^0.2.1",
42
- "@backstage/integration": "^0.0.0-nightly-20220220022427",
43
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220220022427",
44
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220220022427",
45
- "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.0.0-nightly-20220220022427",
42
+ "@backstage/integration": "^0.0.0-nightly-20220221022454",
43
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220221022454",
44
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220221022454",
45
+ "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.0.0-nightly-20220221022454",
46
46
  "@backstage/types": "^0.1.2",
47
47
  "@gitbeaker/core": "^34.6.0",
48
48
  "@gitbeaker/node": "^35.1.0",
@@ -75,7 +75,7 @@
75
75
  "vm2": "^3.9.6"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.0.0-nightly-20220220022427",
78
+ "@backstage/cli": "^0.0.0-nightly-20220221022454",
79
79
  "@backstage/test-utils": "^0.2.5",
80
80
  "@types/command-exists": "^1.2.0",
81
81
  "@types/fs-extra": "^9.0.1",