@backstage/plugin-scaffolder-backend-module-cookiecutter 0.0.0-nightly-20221018030035 → 0.0.0-nightly-20221021024853

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 +18 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,27 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-cookiecutter
2
2
 
3
- ## 0.0.0-nightly-20221018030035
3
+ ## 0.0.0-nightly-20221021024853
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20221018030035
9
- - @backstage/plugin-scaffolder-backend@0.0.0-nightly-20221018030035
10
- - @backstage/config@0.0.0-nightly-20221018030035
11
- - @backstage/errors@0.0.0-nightly-20221018030035
12
- - @backstage/integration@0.0.0-nightly-20221018030035
8
+ - @backstage/backend-common@0.0.0-nightly-20221021024853
9
+ - @backstage/integration@0.0.0-nightly-20221021024853
10
+ - @backstage/plugin-scaffolder-backend@0.0.0-nightly-20221021024853
11
+ - @backstage/config@0.0.0-nightly-20221021024853
12
+ - @backstage/errors@0.0.0-nightly-20221021024853
13
+ - @backstage/types@1.0.0
14
+
15
+ ## 0.2.12
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.15.2
21
+ - @backstage/plugin-scaffolder-backend@1.7.0
22
+ - @backstage/config@1.0.3
23
+ - @backstage/errors@1.1.2
24
+ - @backstage/integration@1.3.2
13
25
  - @backstage/types@1.0.0
14
26
 
15
27
  ## 0.2.12-next.2
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-20221018030035",
4
+ "version": "0.0.0-nightly-20221021024853",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,11 +23,11 @@
23
23
  "clean": "backstage-cli package clean"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.0.0-nightly-20221018030035",
27
- "@backstage/config": "^0.0.0-nightly-20221018030035",
28
- "@backstage/errors": "^0.0.0-nightly-20221018030035",
29
- "@backstage/integration": "^0.0.0-nightly-20221018030035",
30
- "@backstage/plugin-scaffolder-backend": "^0.0.0-nightly-20221018030035",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20221021024853",
27
+ "@backstage/config": "^0.0.0-nightly-20221021024853",
28
+ "@backstage/errors": "^0.0.0-nightly-20221021024853",
29
+ "@backstage/integration": "^0.0.0-nightly-20221021024853",
30
+ "@backstage/plugin-scaffolder-backend": "^0.0.0-nightly-20221021024853",
31
31
  "@backstage/types": "^1.0.0",
32
32
  "command-exists": "^1.2.9",
33
33
  "fs-extra": "10.1.0",
@@ -35,7 +35,7 @@
35
35
  "yn": "^4.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.0.0-nightly-20221018030035",
38
+ "@backstage/cli": "^0.0.0-nightly-20221021024853",
39
39
  "@types/command-exists": "^1.2.0",
40
40
  "@types/fs-extra": "^9.0.1",
41
41
  "@types/mock-fs": "^4.13.0",