@pnpm/render-peer-issues
Advanced tools
Comparing version 1.1.2 to 2.0.0
@@ -10,3 +10,2 @@ "use strict"; | ||
function default_1(peerDependencyIssuesByProjects, opts) { | ||
var _a; | ||
const projects = {}; | ||
@@ -35,3 +34,3 @@ for (const [projectId, { bad, missing, conflicts, intersections }] of Object.entries(peerDependencyIssuesByProjects)) { | ||
newline: '\n ', | ||
width: ((_a = opts === null || opts === void 0 ? void 0 : opts.width) !== null && _a !== void 0 ? _a : process.stdout.columns) - 2, | ||
width: (opts?.width ?? process.stdout.columns) - 2, | ||
}; | ||
@@ -38,0 +37,0 @@ return Object.entries(projects) |
{ | ||
"name": "@pnpm/render-peer-issues", | ||
"description": "Visualizes peer dependency issues", | ||
"version": "1.1.2", | ||
"version": "2.0.0", | ||
"bugs": { | ||
@@ -15,7 +15,7 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"keywords": [ | ||
"pnpm6" | ||
"pnpm7" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=12.17" | ||
"node": ">=14.19" | ||
}, | ||
@@ -26,3 +26,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/main/packages/render-peer-issues", | ||
"dependencies": { | ||
"@pnpm/types": "7.10.0", | ||
"@pnpm/types": "8.0.0", | ||
"archy": "^1.0.0", | ||
@@ -33,6 +33,9 @@ "chalk": "^4.1.0", | ||
"devDependencies": { | ||
"@pnpm/render-peer-issues": "1.1.2", | ||
"@pnpm/render-peer-issues": "2.0.0", | ||
"@types/archy": "0.0.31", | ||
"strip-ansi": "^6.0.0" | ||
}, | ||
"exports": { | ||
".": "./lib/index.js" | ||
}, | ||
"scripts": { | ||
@@ -39,0 +42,0 @@ "_test": "jest", |
Sorry, the diff of this file is not supported yet
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
10553
96
+ Added@pnpm/types@8.0.0(transitive)
- Removed@pnpm/types@7.10.0(transitive)
Updated@pnpm/types@8.0.0