cli-truncate
Advanced tools
+1
-1
@@ -117,3 +117,3 @@ export type Options = { | ||
| columns: number, | ||
| options?: Options | ||
| options?: Options, | ||
| ): string; |
+4
-4
| { | ||
| "name": "cli-truncate", | ||
| "version": "5.2.0", | ||
| "version": "6.0.0", | ||
| "description": "Truncate a string to a specific width in the terminal", | ||
@@ -20,3 +20,3 @@ "license": "MIT", | ||
| "engines": { | ||
| "node": ">=20" | ||
| "node": ">=22" | ||
| }, | ||
@@ -45,3 +45,3 @@ "scripts": { | ||
| "dependencies": { | ||
| "slice-ansi": "^8.0.0", | ||
| "slice-ansi": "^9.0.0", | ||
| "string-width": "^8.2.0" | ||
@@ -52,4 +52,4 @@ }, | ||
| "tsd": "^0.33.0", | ||
| "xo": "^1.2.2" | ||
| "xo": "^2.0.2" | ||
| } | ||
| } |
+0
-1
@@ -148,3 +148,2 @@ # cli-truncate | ||
| //=> 'unico' | ||
| ``` | ||
@@ -151,0 +150,0 @@ |
154
-0.65%+ Added
- Removed
Updated