@dotcom-tool-kit/logger
Advanced tools
Comparing version 1.6.0-beta.4 to 1.6.0
@@ -5,4 +5,4 @@ /// <reference types="node" /> | ||
export declare function hookConsole(logger: Logger, processName: string): () => void; | ||
export declare function hookFork(logger: Logger, process: string, child: ChildProcess, logStdErr?: boolean): void; | ||
export declare function hookFork(logger: Logger, process: string, child: Pick<ChildProcess, 'stdout' | 'stderr'>, logStdErr?: boolean): void; | ||
export declare function waitOnExit(process: string, child: ChildProcess): Promise<void>; | ||
//# sourceMappingURL=helpers.d.ts.map |
{ | ||
"name": "@dotcom-tool-kit/logger", | ||
"version": "1.6.0-beta.4", | ||
"version": "1.6.0", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "main": "lib", | ||
"dependencies": { | ||
"@dotcom-tool-kit/error": "^1.6.0-beta.4", | ||
"@dotcom-tool-kit/error": "^1.6.0", | ||
"ansi-colors": "^4.1.1", | ||
@@ -29,0 +29,0 @@ "ansi-regex": "^5.0.1", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
15228
1