@backstage/plugin-scaffolder-backend 0.0.0-nightly-2021102922210 → 0.0.0-nightly-2021103021730

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 +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-2021102922210
3
+ ## 0.0.0-nightly-2021103021730
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b055a6addc: Align on usage of `cross-fetch` vs `node-fetch` in frontend vs backend packages, and remove some unnecessary imports of either one of them
8
8
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-2021102922210
10
- - @backstage/plugin-catalog-backend@0.0.0-nightly-2021102922210
11
- - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.0.0-nightly-2021102922210
12
- - @backstage/backend-common@0.0.0-nightly-2021102922210
9
+ - @backstage/integration@0.0.0-nightly-2021103021730
10
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-2021103021730
11
+ - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.0.0-nightly-2021103021730
12
+ - @backstage/backend-common@0.0.0-nightly-2021103021730
13
13
 
14
14
  ## 0.15.14
15
15
 
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-2021102922210",
4
+ "version": "0.0.0-nightly-2021103021730",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,15 +31,15 @@
31
31
  "build:assets": "node scripts/build-nunjucks.js"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.0.0-nightly-2021102922210",
34
+ "@backstage/backend-common": "^0.0.0-nightly-2021103021730",
35
35
  "@backstage/catalog-client": "^0.5.2",
36
36
  "@backstage/catalog-model": "^0.9.7",
37
37
  "@backstage/config": "^0.1.11",
38
38
  "@backstage/errors": "^0.1.5",
39
- "@backstage/integration": "^0.0.0-nightly-2021102922210",
40
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-2021102922210",
39
+ "@backstage/integration": "^0.0.0-nightly-2021103021730",
40
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-2021103021730",
41
41
  "@backstage/plugin-scaffolder-common": "^0.1.1",
42
- "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.0.0-nightly-2021102922210",
42
+ "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.0.0-nightly-2021103021730",
43
43
  "@backstage/types": "^0.1.1",
44
44
  "@gitbeaker/core": "^34.6.0",
45
45
  "@gitbeaker/node": "^34.6.0",
@@ -73,7 +73,7 @@
73
73
  "vm2": "^3.9.5"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "^0.0.0-nightly-2021102922210",
76
+ "@backstage/cli": "^0.0.0-nightly-2021103021730",
77
77
  "@backstage/test-utils": "^0.1.23",
78
78
  "@types/command-exists": "^1.2.0",
79
79
  "@types/fs-extra": "^9.0.1",