@backstage/cli-node 0.2.16-next.1 → 0.2.16

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @backstage/cli-node
2
2
 
3
+ ## 0.2.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e8c726: Updated to use new utilities from `@backstage/cli-common`.
8
+ - Updated dependencies
9
+ - @backstage/cli-common@0.1.16
10
+
3
11
  ## 0.2.16-next.1
4
12
 
5
13
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -303,4 +303,5 @@ declare class Lockfile {
303
303
  getDependencyTreeHash(startName: string): string;
304
304
  }
305
305
 
306
- export { type BackstagePackage, type BackstagePackageFeatureType, type BackstagePackageJson, GitUtils, Lockfile, type LockfileDiff, type LockfileDiffEntry, type LockfileQueryEntry, PackageGraph, type PackageGraphNode, type PackageOutputType, type PackagePlatform, type PackageRole, type PackageRoleInfo, PackageRoles, isMonoRepo, packageFeatureType };
306
+ export { GitUtils, Lockfile, PackageGraph, PackageRoles, isMonoRepo, packageFeatureType };
307
+ export type { BackstagePackage, BackstagePackageFeatureType, BackstagePackageJson, LockfileDiff, LockfileDiffEntry, LockfileQueryEntry, PackageGraphNode, PackageOutputType, PackagePlatform, PackageRole, PackageRoleInfo };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli-node",
3
- "version": "0.2.16-next.1",
3
+ "version": "0.2.16",
4
4
  "description": "Node.js library for Backstage CLIs",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -31,9 +31,9 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/cli-common": "0.1.16-next.1",
35
- "@backstage/errors": "1.2.7",
36
- "@backstage/types": "1.2.2",
34
+ "@backstage/cli-common": "^0.1.16",
35
+ "@backstage/errors": "^1.2.7",
36
+ "@backstage/types": "^1.2.2",
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": "1.10.1-next.0",
45
- "@backstage/cli": "0.34.6-next.1",
46
- "@backstage/test-utils": "1.7.14-next.0"
44
+ "@backstage/backend-test-utils": "^1.10.2",
45
+ "@backstage/cli": "^0.35.0",
46
+ "@backstage/test-utils": "^1.7.14"
47
47
  },
48
48
  "typesVersions": {
49
49
  "*": {