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

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-cookiecutter
2
2
 
3
+ ## 0.2.34-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.0-next.3
9
+ - @backstage/integration@1.9.0-next.1
10
+ - @backstage/plugin-scaffolder-node@0.3.0-next.3
11
+ - @backstage/backend-plugin-api@0.6.10-next.3
12
+ - @backstage/config@1.1.1
13
+ - @backstage/errors@1.2.3
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.2.34-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.21.0-next.2
23
+ - @backstage/backend-plugin-api@0.6.10-next.2
24
+ - @backstage/plugin-scaffolder-node@0.3.0-next.2
25
+ - @backstage/config@1.1.1
26
+ - @backstage/errors@1.2.3
27
+ - @backstage/integration@1.9.0-next.0
28
+ - @backstage/types@1.1.1
29
+
3
30
  ## 0.2.34-next.1
4
31
 
5
32
  ### Patch Changes
package/README.md CHANGED
@@ -10,7 +10,7 @@ You need to configure the action in your backend:
10
10
 
11
11
  ```bash
12
12
  # From your Backstage root directory
13
- yarn add --cwd packages/backend @backstage/plugin-scaffolder-backend-module-cookiecutter
13
+ yarn --cwd packages/backend add @backstage/plugin-scaffolder-backend-module-cookiecutter
14
14
  ```
15
15
 
16
16
  Configure the action:
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.1",
4
+ "version": "0.2.34-next.3",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,12 +35,12 @@
35
35
  "clean": "backstage-cli package clean"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.21.0-next.1",
39
- "@backstage/backend-plugin-api": "^0.6.10-next.1",
38
+ "@backstage/backend-common": "^0.21.0-next.3",
39
+ "@backstage/backend-plugin-api": "^0.6.10-next.3",
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.1",
42
+ "@backstage/integration": "^1.9.0-next.1",
43
+ "@backstage/plugin-scaffolder-node": "^0.3.0-next.3",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "command-exists": "^1.2.9",
46
46
  "fs-extra": "10.1.0",
@@ -48,8 +48,8 @@
48
48
  "yn": "^4.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.3.0-next.1",
52
- "@backstage/cli": "^0.25.2-next.1",
51
+ "@backstage/backend-test-utils": "^0.3.0-next.3",
52
+ "@backstage/cli": "^0.25.2-next.3",
53
53
  "@types/command-exists": "^1.2.0",
54
54
  "@types/fs-extra": "^9.0.1"
55
55
  },