@backstage/cli-node 0.0.0-nightly-20241217023754 → 0.0.0-nightly-20250103023114

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 +11 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,22 @@
1
1
  # @backstage/cli-node
2
2
 
3
- ## 0.0.0-nightly-20241217023754
3
+ ## 0.0.0-nightly-20250103023114
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/types@0.0.0-nightly-20250103023114
9
+ - @backstage/cli-common@0.1.15
10
+ - @backstage/errors@0.0.0-nightly-20250103023114
11
+
12
+ ## 0.2.11
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - af665ea: add PackageManager and Lockfile interfaces for future use
8
17
  - cbfc69e: Internal refactor
9
18
  - Updated dependencies
10
- - @backstage/errors@0.0.0-nightly-20241217023754
19
+ - @backstage/errors@1.2.6
11
20
  - @backstage/cli-common@0.1.15
12
21
  - @backstage/types@1.2.0
13
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-node",
3
- "version": "0.0.0-nightly-20241217023754",
3
+ "version": "0.0.0-nightly-20250103023114",
4
4
  "description": "Node.js library for Backstage CLIs",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@backstage/cli-common": "0.1.15",
35
- "@backstage/errors": "0.0.0-nightly-20241217023754",
36
- "@backstage/types": "1.2.0",
35
+ "@backstage/errors": "0.0.0-nightly-20250103023114",
36
+ "@backstage/types": "0.0.0-nightly-20250103023114",
37
37
  "@manypkg/get-packages": "^1.1.3",
38
38
  "@yarnpkg/parsers": "^3.0.0",
39
39
  "fs-extra": "^11.2.0",
@@ -41,9 +41,9 @@
41
41
  "zod": "^3.22.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-test-utils": "0.0.0-nightly-20241217023754",
45
- "@backstage/cli": "0.0.0-nightly-20241217023754",
46
- "@backstage/test-utils": "0.0.0-nightly-20241217023754"
44
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250103023114",
45
+ "@backstage/cli": "0.0.0-nightly-20250103023114",
46
+ "@backstage/test-utils": "0.0.0-nightly-20250103023114"
47
47
  },
48
48
  "typesVersions": {
49
49
  "*": {