@pnpm/list
Advanced tools
Comparing version 5.0.19 to 5.0.20
# @pnpm/list | ||
## 5.0.20 | ||
### Patch Changes | ||
- f1dc3c872: format package name in ls comand | ||
## 5.0.19 | ||
@@ -4,0 +10,0 @@ |
@@ -44,3 +44,3 @@ "use strict"; | ||
label += pkg.path; | ||
let output = `${label}\n`; | ||
let output = `${chalk.bold.underline(label)}\n`; | ||
const useColumns = opts.depth === 0 && !opts.long && !opts.search; | ||
@@ -47,0 +47,0 @@ for (const dependenciesField of [...types_1.DEPENDENCIES_FIELDS.sort(), 'unsavedDependencies']) { |
{ | ||
"name": "@pnpm/list", | ||
"version": "5.0.19", | ||
"version": "5.0.20", | ||
"description": "List installed packages in a symlinked `node_modules`", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24750