@backstage/plugin-scaffolder-node-test-utils 0.0.0-nightly-20250505024007 → 0.0.0-nightly-20250507024112

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 +14 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,24 @@
1
1
  # @backstage/plugin-scaffolder-node-test-utils
2
2
 
3
- ## 0.0.0-nightly-20250505024007
3
+ ## 0.0.0-nightly-20250507024112
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b27c48d: Include optional `user` in `createMockActionContext`
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250505024007
10
- - @backstage/backend-test-utils@0.0.0-nightly-20250505024007
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250505024007
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250507024112
10
+ - @backstage/backend-test-utils@0.0.0-nightly-20250507024112
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250507024112
12
+ - @backstage/types@1.2.1
13
+
14
+ ## 0.2.2-next.2
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/plugin-scaffolder-node@0.8.2-next.2
20
+ - @backstage/backend-test-utils@1.5.0-next.2
21
+ - @backstage/backend-plugin-api@1.3.1-next.1
12
22
  - @backstage/types@1.2.1
13
23
 
14
24
  ## 0.2.2-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node-test-utils",
3
- "version": "0.0.0-nightly-20250505024007",
3
+ "version": "0.0.0-nightly-20250507024112",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "scaffolder",
@@ -40,15 +40,15 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250505024007",
44
- "@backstage/backend-test-utils": "0.0.0-nightly-20250505024007",
45
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250505024007",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250507024112",
44
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250507024112",
45
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250507024112",
46
46
  "@backstage/types": "1.2.1",
47
47
  "winston": "^3.2.1",
48
48
  "winston-transport": "^4.7.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "0.0.0-nightly-20250505024007",
51
+ "@backstage/cli": "0.0.0-nightly-20250507024112",
52
52
  "@types/react": "^18.0.0",
53
53
  "react": "^18.0.2",
54
54
  "react-dom": "^18.0.2",