@bifravst/run
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
declare const run: ({ command, args, input, log, cwd, }: { | ||
@@ -7,5 +8,5 @@ command: string; | ||
log?: { | ||
debug?: (...message: any[]) => void; | ||
stdout?: (...message: any[]) => void; | ||
stderr?: (...message: any[]) => void; | ||
debug?: (...message: string[]) => void; | ||
stdout?: (data: Buffer) => void; | ||
stderr?: (data: Buffer) => void; | ||
}; | ||
@@ -12,0 +13,0 @@ onError?: (code: number) => void; |
{ | ||
"name": "@bifravst/run", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "run() wraps Node.js' spawn()", | ||
@@ -5,0 +5,0 @@ "exports": { |
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
8150
113