@backstage/plugin-scaffolder-node-test-utils 0.0.0-nightly-20240314033554 → 0.0.0-nightly-20240315021107

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-node-test-utils
2
2
 
3
- ## 0.0.0-nightly-20240314033554
3
+ ## 0.0.0-nightly-20240315021107
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,9 +15,9 @@
15
15
  - 563dfd0: Fix issue with package bundling, should be `dist/index.cjs.js` instead of `dist/index.esm.js`.
16
16
  - bbd1fe1: Made "checkpoint" on scaffolder action context non-optional
17
17
  - Updated dependencies
18
- - @backstage/backend-test-utils@0.0.0-nightly-20240314033554
19
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240314033554
20
- - @backstage/backend-common@0.0.0-nightly-20240314033554
18
+ - @backstage/backend-test-utils@0.0.0-nightly-20240315021107
19
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240315021107
20
+ - @backstage/backend-common@0.0.0-nightly-20240315021107
21
21
  - @backstage/types@1.1.1
22
22
 
23
23
  ## 0.1.0-next.2
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-20240314033554",
3
+ "version": "0.0.0-nightly-20240315021107",
4
4
  "backstage": {
5
5
  "role": "node-library"
6
6
  },
@@ -31,13 +31,13 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.0.0-nightly-20240314033554",
35
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240314033554",
36
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240314033554",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240315021107",
35
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240315021107",
36
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240315021107",
37
37
  "@backstage/types": "^1.1.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/cli": "^0.0.0-nightly-20240314033554",
40
+ "@backstage/cli": "^0.0.0-nightly-20240315021107",
41
41
  "@types/react": "*"
42
42
  }
43
43
  }