@lerna-lite/npmlog
Advanced tools
@@ -0,3 +1,3 @@ | ||
| import { stripVTControlCharacters } from 'node:util'; | ||
| import stringWidth from 'fast-string-width'; | ||
| import { stripVTControlCharacters } from 'node:util'; | ||
| export function wideTruncate(str, target) { | ||
@@ -4,0 +4,0 @@ if (stringWidth(str) === 0) { |
+1
-1
@@ -0,3 +1,3 @@ | ||
| import { EventEmitter } from 'node:events'; | ||
| import type { WriteStream } from 'node:tty'; | ||
| import { EventEmitter } from 'node:events'; | ||
| export declare class Logger extends EventEmitter { | ||
@@ -4,0 +4,0 @@ private _stream; |
+2
-2
| { | ||
| "name": "@lerna-lite/npmlog", | ||
| "description": "Lerna-Lite npmlog reimplementation of the now deprecated npm/npmlog", | ||
| "version": "4.9.4", | ||
| "version": "4.10.0", | ||
| "files": [ | ||
@@ -40,3 +40,3 @@ "/dist" | ||
| }, | ||
| "gitHead": "77a13ca70bea856b699ea611f5de69a74ceb8410" | ||
| "gitHead": "659f24a146637a8ac3add02ab97890ac6d68f1b3" | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
109316
0