@backstage/plugin-scaffolder-node-test-utils 0.0.0-nightly-20250624024329 → 0.0.0-nightly-20250625024619

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 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,24 @@
1
1
  # @backstage/plugin-scaffolder-node-test-utils
2
2
 
3
- ## 0.0.0-nightly-20250624024329
3
+ ## 0.0.0-nightly-20250625024619
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - dbde180: An internal refactor which adds additional types to experimental checkpoints
8
8
  - Updated dependencies
9
- - @backstage/backend-test-utils@0.0.0-nightly-20250624024329
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250624024329
9
+ - @backstage/backend-test-utils@0.0.0-nightly-20250625024619
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250625024619
11
+ - @backstage/backend-plugin-api@1.4.0
12
+ - @backstage/types@1.2.1
13
+
14
+ ## 0.3.1-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - dbde180: An internal refactor which adds additional types to experimental checkpoints
19
+ - Updated dependencies
20
+ - @backstage/backend-test-utils@1.7.0-next.0
21
+ - @backstage/plugin-scaffolder-node@0.9.1-next.0
11
22
  - @backstage/backend-plugin-api@1.4.0
12
23
  - @backstage/types@1.2.1
13
24
 
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-20250624024329",
3
+ "version": "0.0.0-nightly-20250625024619",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "scaffolder",
@@ -41,14 +41,14 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@backstage/backend-plugin-api": "1.4.0",
44
- "@backstage/backend-test-utils": "0.0.0-nightly-20250624024329",
45
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250624024329",
44
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250625024619",
45
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250625024619",
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-20250624024329",
51
+ "@backstage/cli": "0.0.0-nightly-20250625024619",
52
52
  "@types/react": "^18.0.0",
53
53
  "react": "^18.0.2",
54
54
  "react-dom": "^18.0.2",