🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@backstage/cli-node

Package Overview
Dependencies
Maintainers
3
Versions
528
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/cli-node - npm Package Compare versions

Comparing version
0.2.16-next.1
to
0.2.16
+8
-0
CHANGELOG.md
# @backstage/cli-node
## 0.2.16
### Patch Changes
- 4e8c726: Updated to use new utilities from `@backstage/cli-common`.
- Updated dependencies
- @backstage/cli-common@0.1.16
## 0.2.16-next.1

@@ -4,0 +12,0 @@

+2
-1

@@ -306,2 +306,3 @@ import { Package } from '@manypkg/get-packages';

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 };
export { GitUtils, Lockfile, PackageGraph, PackageRoles, isMonoRepo, packageFeatureType };
export type { BackstagePackage, BackstagePackageFeatureType, BackstagePackageJson, LockfileDiff, LockfileDiffEntry, LockfileQueryEntry, PackageGraphNode, PackageOutputType, PackagePlatform, PackageRole, PackageRoleInfo };
{
"name": "@backstage/cli-node",
"version": "0.2.16-next.1",
"version": "0.2.16",
"description": "Node.js library for Backstage CLIs",

@@ -34,5 +34,5 @@ "backstage": {

"dependencies": {
"@backstage/cli-common": "0.1.16-next.1",
"@backstage/errors": "1.2.7",
"@backstage/types": "1.2.2",
"@backstage/cli-common": "^0.1.16",
"@backstage/errors": "^1.2.7",
"@backstage/types": "^1.2.2",
"@manypkg/get-packages": "^1.1.3",

@@ -45,5 +45,5 @@ "@yarnpkg/parsers": "^3.0.0",

"devDependencies": {
"@backstage/backend-test-utils": "1.10.1-next.0",
"@backstage/cli": "0.34.6-next.1",
"@backstage/test-utils": "1.7.14-next.0"
"@backstage/backend-test-utils": "^1.10.2",
"@backstage/cli": "^0.35.0",
"@backstage/test-utils": "^1.7.14"
},

@@ -50,0 +50,0 @@ "typesVersions": {