@backstage/plugin-scaffolder-node-test-utils 0.0.0-nightly-20240827022616 → 0.0.0-nightly-20240828022712

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,13 +1,23 @@
1
1
  # @backstage/plugin-scaffolder-node-test-utils
2
2
 
3
- ## 0.0.0-nightly-20240827022616
3
+ ## 0.0.0-nightly-20240828022712
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240827022616
9
- - @backstage/backend-test-utils@0.0.0-nightly-20240827022616
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240827022616
8
+ - @backstage/backend-common@0.0.0-nightly-20240828022712
9
+ - @backstage/backend-test-utils@0.0.0-nightly-20240828022712
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240828022712
11
+ - @backstage/types@1.1.1
12
+
13
+ ## 0.1.12-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-common@0.25.0-next.0
19
+ - @backstage/backend-test-utils@0.6.0-next.0
20
+ - @backstage/plugin-scaffolder-node@0.4.11-next.0
11
21
  - @backstage/types@1.1.1
12
22
 
13
23
  ## 0.1.10
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-20240827022616",
3
+ "version": "0.0.0-nightly-20240828022712",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "scaffolder",
@@ -40,13 +40,13 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.0.0-nightly-20240827022616",
44
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240827022616",
45
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240827022616",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20240828022712",
44
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240828022712",
45
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240828022712",
46
46
  "@backstage/types": "^1.1.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "^0.0.0-nightly-20240827022616",
49
+ "@backstage/cli": "^0.0.0-nightly-20240828022712",
50
50
  "@types/react": "*"
51
51
  }
52
52
  }