@backstage/cli-node 0.0.0-nightly-20260408031702 → 0.0.0-nightly-20260409031723

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/cli-node
2
2
 
3
- ## 0.0.0-nightly-20260408031702
3
+ ## 0.0.0-nightly-20260409031723
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 482ceed: Migrated from `assertError` to `toError` for error handling.
8
8
  - Updated dependencies
9
- - @backstage/errors@0.0.0-nightly-20260408031702
10
- - @backstage/cli-common@0.0.0-nightly-20260408031702
9
+ - @backstage/errors@0.0.0-nightly-20260409031723
10
+ - @backstage/cli-common@0.0.0-nightly-20260409031723
11
11
  - @backstage/types@1.2.2
12
12
 
13
13
  ## 0.3.1-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-node",
3
- "version": "0.0.0-nightly-20260408031702",
3
+ "version": "0.0.0-nightly-20260409031723",
4
4
  "description": "Node.js library for Backstage CLIs",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -32,8 +32,8 @@
32
32
  "test": "backstage-cli package test"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/cli-common": "0.0.0-nightly-20260408031702",
36
- "@backstage/errors": "0.0.0-nightly-20260408031702",
35
+ "@backstage/cli-common": "0.0.0-nightly-20260409031723",
36
+ "@backstage/errors": "0.0.0-nightly-20260409031723",
37
37
  "@backstage/types": "1.2.2",
38
38
  "@manypkg/get-packages": "^1.1.3",
39
39
  "@yarnpkg/lockfile": "^1.1.0",
@@ -48,9 +48,9 @@
48
48
  "zod": "^3.25.76 || ^4.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "0.0.0-nightly-20260408031702",
52
- "@backstage/cli": "0.0.0-nightly-20260408031702",
53
- "@backstage/test-utils": "0.0.0-nightly-20260408031702",
51
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260409031723",
52
+ "@backstage/cli": "0.0.0-nightly-20260409031723",
53
+ "@backstage/test-utils": "0.0.0-nightly-20260409031723",
54
54
  "@types/proper-lockfile": "^4",
55
55
  "@types/yarnpkg__lockfile": "^1.1.4"
56
56
  },