@backstage/cli-node 0.0.0-nightly-20260308031310 → 0.0.0-nightly-20260310030847

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 +2 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/cli-node
2
2
 
3
- ## 0.0.0-nightly-20260308031310
3
+ ## 0.0.0-nightly-20260310030847
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,7 +10,7 @@
10
10
  - 3c811bf: Added `hasBackstageYarnPlugin` and `SuccessCache` exports, moved from `@backstage/cli`.
11
11
  - a9d23c4: Properly support `package.json` `workspaces` field
12
12
  - Updated dependencies
13
- - @backstage/cli-common@0.0.0-nightly-20260308031310
13
+ - @backstage/cli-common@0.0.0-nightly-20260310030847
14
14
  - @backstage/errors@1.2.7
15
15
  - @backstage/types@1.2.2
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-node",
3
- "version": "0.0.0-nightly-20260308031310",
3
+ "version": "0.0.0-nightly-20260310030847",
4
4
  "description": "Node.js library for Backstage CLIs",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -31,7 +31,7 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/cli-common": "0.0.0-nightly-20260308031310",
34
+ "@backstage/cli-common": "0.0.0-nightly-20260310030847",
35
35
  "@backstage/errors": "1.2.7",
36
36
  "@backstage/types": "1.2.2",
37
37
  "@manypkg/get-packages": "^1.1.3",
@@ -43,9 +43,9 @@
43
43
  "zod": "^3.25.76"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "0.0.0-nightly-20260308031310",
47
- "@backstage/cli": "0.0.0-nightly-20260308031310",
48
- "@backstage/test-utils": "0.0.0-nightly-20260308031310",
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260310030847",
47
+ "@backstage/cli": "0.0.0-nightly-20260310030847",
48
+ "@backstage/test-utils": "0.0.0-nightly-20260310030847",
49
49
  "@types/yarnpkg__lockfile": "^1.1.4"
50
50
  },
51
51
  "typesVersions": {