@backstage/plugin-scaffolder-backend-module-cookiecutter 0.0.0-nightly-20220710025142 → 0.0.0-nightly-20220713025014

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