widest-line
Advanced tools
Comparing version
{ | ||
"name": "widest-line", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "Get the visual width of the widest line in a string - the number of columns required to display it", | ||
@@ -14,5 +14,8 @@ "license": "MIT", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=18" | ||
}, | ||
@@ -51,9 +54,9 @@ "scripts": { | ||
"dependencies": { | ||
"string-width": "^5.0.1" | ||
"string-width": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.15.0", | ||
"tsd": "^0.17.0", | ||
"xo": "^0.39.1" | ||
"ava": "^5.3.1", | ||
"tsd": "^0.29.0", | ||
"xo": "^0.56.0" | ||
} | ||
} |
3378
1.32%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated