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

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 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-cookiecutter
2
2
 
3
+ ## 0.2.38
4
+
5
+ ### Patch Changes
6
+
7
+ - e9663a9: Move away from using `ctx.logStream`
8
+ - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context.
9
+
10
+ It will help to maintain tests in a long run during structural changes of action context.
11
+
12
+ - Updated dependencies
13
+ - @backstage/plugin-scaffolder-node@0.4.0
14
+ - @backstage/backend-common@0.21.4
15
+ - @backstage/integration@1.9.1
16
+ - @backstage/config@1.2.0
17
+ - @backstage/errors@1.2.4
18
+ - @backstage/backend-plugin-api@0.6.14
19
+ - @backstage/types@1.1.1
20
+
3
21
  ## 0.2.38-next.2
4
22
 
5
23
  ### 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.38-next.2",
4
+ "version": "0.2.38",
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.4-next.2",
39
- "@backstage/backend-plugin-api": "^0.6.14-next.2",
40
- "@backstage/config": "^1.2.0-next.1",
41
- "@backstage/errors": "^1.2.4-next.0",
42
- "@backstage/integration": "^1.9.1-next.2",
43
- "@backstage/plugin-scaffolder-node": "^0.4.0-next.2",
38
+ "@backstage/backend-common": "^0.21.4",
39
+ "@backstage/backend-plugin-api": "^0.6.14",
40
+ "@backstage/config": "^1.2.0",
41
+ "@backstage/errors": "^1.2.4",
42
+ "@backstage/integration": "^1.9.1",
43
+ "@backstage/plugin-scaffolder-node": "^0.4.0",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "command-exists": "^1.2.9",
46
46
  "fs-extra": "^11.2.0",
@@ -48,9 +48,9 @@
48
48
  "yn": "^4.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.3.4-next.2",
52
- "@backstage/cli": "^0.25.3-next.2",
53
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.0-next.2",
51
+ "@backstage/backend-test-utils": "^0.3.4",
52
+ "@backstage/cli": "^0.26.0",
53
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.0",
54
54
  "@types/command-exists": "^1.2.0",
55
55
  "@types/fs-extra": "^11.0.0"
56
56
  },