Comparing version 5.0.0 to 5.0.1
@@ -127,3 +127,3 @@ 'use strict'; | ||
const alignedLinesArray = alignedLines.split('\n'); | ||
const longestLength = Math.max(...alignedLinesArray.map(s => s.length)); | ||
const longestLength = Math.max(...alignedLinesArray.map(s => stringWidth(s))); | ||
@@ -130,0 +130,0 @@ for (const alignedLine of alignedLinesArray) { |
{ | ||
"name": "boxen", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Create boxes in the terminal", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
13976