@backstage/plugin-scaffolder-backend-module-cookiecutter 0.2.34-next.2 → 0.2.34

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 +30 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-cookiecutter
2
2
 
3
+ ## 0.2.34
4
+
5
+ ### Patch Changes
6
+
7
+ - e9a5228: Exporting a default module for the new Backend System
8
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
9
+ - 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
10
+ Updated dependency `@types/fs-extra` to `^11.0.0`.
11
+ - Updated dependencies
12
+ - @backstage/backend-common@0.21.0
13
+ - @backstage/backend-plugin-api@0.6.10
14
+ - @backstage/integration@1.9.0
15
+ - @backstage/plugin-scaffolder-node@0.3.0
16
+ - @backstage/config@1.1.1
17
+ - @backstage/errors@1.2.3
18
+ - @backstage/types@1.1.1
19
+
20
+ ## 0.2.34-next.3
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/backend-common@0.21.0-next.3
26
+ - @backstage/integration@1.9.0-next.1
27
+ - @backstage/plugin-scaffolder-node@0.3.0-next.3
28
+ - @backstage/backend-plugin-api@0.6.10-next.3
29
+ - @backstage/config@1.1.1
30
+ - @backstage/errors@1.2.3
31
+ - @backstage/types@1.1.1
32
+
3
33
  ## 0.2.34-next.2
4
34
 
5
35
  ### Patch Changes
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.2.34-next.2",
4
+ "version": "0.2.34",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,23 +35,23 @@
35
35
  "clean": "backstage-cli package clean"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.21.0-next.2",
39
- "@backstage/backend-plugin-api": "^0.6.10-next.2",
38
+ "@backstage/backend-common": "^0.21.0",
39
+ "@backstage/backend-plugin-api": "^0.6.10",
40
40
  "@backstage/config": "^1.1.1",
41
41
  "@backstage/errors": "^1.2.3",
42
- "@backstage/integration": "^1.9.0-next.0",
43
- "@backstage/plugin-scaffolder-node": "^0.3.0-next.2",
42
+ "@backstage/integration": "^1.9.0",
43
+ "@backstage/plugin-scaffolder-node": "^0.3.0",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "command-exists": "^1.2.9",
46
- "fs-extra": "10.1.0",
46
+ "fs-extra": "^11.2.0",
47
47
  "winston": "^3.2.1",
48
48
  "yn": "^4.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.3.0-next.2",
52
- "@backstage/cli": "^0.25.2-next.2",
51
+ "@backstage/backend-test-utils": "^0.3.0",
52
+ "@backstage/cli": "^0.25.2",
53
53
  "@types/command-exists": "^1.2.0",
54
- "@types/fs-extra": "^9.0.1"
54
+ "@types/fs-extra": "^11.0.0"
55
55
  },
56
56
  "files": [
57
57
  "dist"