@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220214021635 → 0.0.0-nightly-20220215022550

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 +8 -8
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20220214021635
3
+ ## 0.0.0-nightly-20220215022550
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,13 +9,13 @@
9
9
  instance.
10
10
  - 216725b434: Updated to use new names for `parseLocationRef` and `stringifyLocationRef`
11
11
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20220214021635
13
- - @backstage/catalog-client@0.0.0-nightly-20220214021635
14
- - @backstage/errors@0.0.0-nightly-20220214021635
15
- - @backstage/integration@0.0.0-nightly-20220214021635
16
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220214021635
17
- - @backstage/catalog-model@0.0.0-nightly-20220214021635
18
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220214021635
12
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220215022550
13
+ - @backstage/backend-common@0.0.0-nightly-20220215022550
14
+ - @backstage/catalog-client@0.0.0-nightly-20220215022550
15
+ - @backstage/errors@0.0.0-nightly-20220215022550
16
+ - @backstage/integration@0.0.0-nightly-20220215022550
17
+ - @backstage/catalog-model@0.0.0-nightly-20220215022550
18
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220215022550
19
19
 
20
20
  ## 0.15.24
21
21
 
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-20220214021635",
4
+ "version": "0.0.0-nightly-20220215022550",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,14 +31,14 @@
31
31
  "build:assets": "node scripts/build-nunjucks.js"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.0.0-nightly-20220214021635",
35
- "@backstage/catalog-client": "^0.0.0-nightly-20220214021635",
36
- "@backstage/catalog-model": "^0.0.0-nightly-20220214021635",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20220215022550",
35
+ "@backstage/catalog-client": "^0.0.0-nightly-20220215022550",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20220215022550",
37
37
  "@backstage/config": "^0.1.13",
38
- "@backstage/errors": "^0.0.0-nightly-20220214021635",
39
- "@backstage/integration": "^0.0.0-nightly-20220214021635",
40
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220214021635",
41
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220214021635",
38
+ "@backstage/errors": "^0.0.0-nightly-20220215022550",
39
+ "@backstage/integration": "^0.0.0-nightly-20220215022550",
40
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220215022550",
41
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220215022550",
42
42
  "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.1.11",
43
43
  "@backstage/types": "^0.1.1",
44
44
  "@gitbeaker/core": "^34.6.0",
@@ -73,8 +73,8 @@
73
73
  "vm2": "^3.9.6"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "^0.0.0-nightly-20220214021635",
77
- "@backstage/test-utils": "^0.0.0-nightly-20220214021635",
76
+ "@backstage/cli": "^0.0.0-nightly-20220215022550",
77
+ "@backstage/test-utils": "^0.0.0-nightly-20220215022550",
78
78
  "@types/command-exists": "^1.2.0",
79
79
  "@types/fs-extra": "^9.0.1",
80
80
  "@types/git-url-parse": "^9.0.0",