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

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,13 +1,13 @@
1
1
  # @backstage/cli-node
2
2
 
3
- ## 0.0.0-nightly-20241216023741
3
+ ## 0.0.0-nightly-20241217023754
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - af665ea: add PackageManager and Lockfile interfaces for future use
8
8
  - cbfc69e: Internal refactor
9
9
  - Updated dependencies
10
- - @backstage/errors@0.0.0-nightly-20241216023741
10
+ - @backstage/errors@0.0.0-nightly-20241217023754
11
11
  - @backstage/cli-common@0.1.15
12
12
  - @backstage/types@1.2.0
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-node",
3
- "version": "0.0.0-nightly-20241216023741",
3
+ "version": "0.0.0-nightly-20241217023754",
4
4
  "description": "Node.js library for Backstage CLIs",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@backstage/cli-common": "0.1.15",
35
- "@backstage/errors": "0.0.0-nightly-20241216023741",
35
+ "@backstage/errors": "0.0.0-nightly-20241217023754",
36
36
  "@backstage/types": "1.2.0",
37
37
  "@manypkg/get-packages": "^1.1.3",
38
38
  "@yarnpkg/parsers": "^3.0.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-20241216023741",
45
- "@backstage/cli": "0.0.0-nightly-20241216023741",
46
- "@backstage/test-utils": "0.0.0-nightly-20241216023741"
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"
47
47
  },
48
48
  "typesVersions": {
49
49
  "*": {