@backstage/plugin-scaffolder-backend-module-cookiecutter 0.0.0-nightly-2021112922954 → 0.0.0-nightly-2021113022546

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-cookiecutter
2
2
 
3
- ## 0.0.0-nightly-2021112922954
3
+ ## 0.0.0-nightly-2021113022546
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-2021112922954
9
- - @backstage/plugin-scaffolder-backend@0.0.0-nightly-2021112922954
10
- - @backstage/integration@0.0.0-nightly-2021112922954
8
+ - @backstage/backend-common@0.0.0-nightly-2021113022546
9
+ - @backstage/plugin-scaffolder-backend@0.0.0-nightly-2021113022546
10
+ - @backstage/integration@0.0.0-nightly-2021113022546
11
11
 
12
12
  ## 0.1.6
13
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-cookiecutter",
3
3
  "description": "A module for the scaffolder backend that lets you template projects using cookiecutter",
4
- "version": "0.0.0-nightly-2021112922954",
4
+ "version": "0.0.0-nightly-2021113022546",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -20,10 +20,10 @@
20
20
  "clean": "backstage-cli clean"
21
21
  },
22
22
  "dependencies": {
23
- "@backstage/backend-common": "^0.0.0-nightly-2021112922954",
23
+ "@backstage/backend-common": "^0.0.0-nightly-2021113022546",
24
24
  "@backstage/errors": "^0.1.4",
25
- "@backstage/integration": "^0.0.0-nightly-2021112922954",
26
- "@backstage/plugin-scaffolder-backend": "^0.0.0-nightly-2021112922954",
25
+ "@backstage/integration": "^0.0.0-nightly-2021113022546",
26
+ "@backstage/plugin-scaffolder-backend": "^0.0.0-nightly-2021113022546",
27
27
  "@backstage/config": "^0.1.11",
28
28
  "@backstage/types": "^0.1.1",
29
29
  "command-exists": "^1.2.9",
@@ -32,7 +32,7 @@
32
32
  "yn": "^4.0.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/cli": "^0.0.0-nightly-2021112922954",
35
+ "@backstage/cli": "^0.0.0-nightly-2021113022546",
36
36
  "@types/fs-extra": "^9.0.1",
37
37
  "@types/mock-fs": "^4.13.0",
38
38
  "@types/jest": "^26.0.7",