@backstage/plugin-scaffolder-node-test-utils 0.0.0-nightly-20240317021146 → 0.0.0-nightly-20240318021018

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-20240317021146
3
+ ## 0.0.0-nightly-20240318021018
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-20240317021146
19
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240317021146
20
- - @backstage/backend-common@0.0.0-nightly-20240317021146
18
+ - @backstage/backend-test-utils@0.0.0-nightly-20240318021018
19
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240318021018
20
+ - @backstage/backend-common@0.0.0-nightly-20240318021018
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-20240317021146",
3
+ "version": "0.0.0-nightly-20240318021018",
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-20240317021146",
35
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240317021146",
36
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240317021146",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240318021018",
35
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240318021018",
36
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240318021018",
37
37
  "@backstage/types": "^1.1.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/cli": "^0.0.0-nightly-20240317021146",
40
+ "@backstage/cli": "^0.0.0-nightly-20240318021018",
41
41
  "@types/react": "*"
42
42
  }
43
43
  }