@backstage/plugin-scaffolder-backend 0.0.0-nightly-2021101122259 → 0.0.0-nightly-2021101222132

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-2021101122259
3
+ ## 0.15.12
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -45,10 +45,10 @@
45
45
 
46
46
  - a794c341ca: Fix a bug where only file mode 775 is considered an executable
47
47
  - Updated dependencies
48
- - @backstage/backend-common@0.0.0-nightly-2021101122259
49
- - @backstage/catalog-client@0.0.0-nightly-2021101122259
50
- - @backstage/plugin-catalog-backend@0.0.0-nightly-2021101122259
51
- - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.0.0-nightly-2021101122259
48
+ - @backstage/backend-common@0.9.9
49
+ - @backstage/catalog-client@0.5.1
50
+ - @backstage/plugin-catalog-backend@0.17.3
51
+ - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.4
52
52
 
53
53
  ## 0.15.11
54
54
 
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-2021101122259",
4
+ "version": "0.0.0-nightly-2021101222132",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,16 +30,16 @@
30
30
  "clean": "backstage-cli clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/backend-common": "^0.0.0-nightly-2021101122259",
34
- "@backstage/catalog-client": "^0.0.0-nightly-2021101122259",
35
- "@backstage/catalog-model": "^0.9.6",
33
+ "@backstage/backend-common": "^0.0.0-nightly-2021101222132",
34
+ "@backstage/catalog-client": "^0.0.0-nightly-2021101222132",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-2021101222132",
36
36
  "@backstage/config": "^0.1.11",
37
- "@backstage/errors": "^0.1.4",
38
- "@backstage/integration": "^0.6.9",
39
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-2021101122259",
40
- "@backstage/plugin-scaffolder-common": "^0.1.1",
41
- "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.0.0-nightly-2021101122259",
42
- "@backstage/types": "^0.1.1",
37
+ "@backstage/errors": "^0.0.0-nightly-2021101222132",
38
+ "@backstage/integration": "^0.0.0-nightly-2021101222132",
39
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-2021101222132",
40
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-2021101222132",
41
+ "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.0.0-nightly-2021101222132",
42
+ "@backstage/types": "^0.0.0-nightly-2021101222132",
43
43
  "@gitbeaker/core": "^30.2.0",
44
44
  "@gitbeaker/node": "^30.2.0",
45
45
  "@octokit/rest": "^18.5.3",
@@ -71,8 +71,8 @@
71
71
  "yaml": "^1.10.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "^0.0.0-nightly-2021101122259",
75
- "@backstage/test-utils": "^0.0.0-nightly-2021101122259",
74
+ "@backstage/cli": "^0.0.0-nightly-2021101222132",
75
+ "@backstage/test-utils": "^0.0.0-nightly-2021101222132",
76
76
  "@types/command-exists": "^1.2.0",
77
77
  "@types/fs-extra": "^9.0.1",
78
78
  "@types/git-url-parse": "^9.0.0",