@travetto/exec
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -10,3 +10,3 @@ { | ||
"dependencies": { | ||
"@travetto/pool": "^0.2.8" | ||
"@travetto/pool": "^0.2.9" | ||
}, | ||
@@ -32,4 +32,4 @@ "description": "Common wrapper around process execution with high level docker support.", | ||
}, | ||
"version": "0.2.8", | ||
"gitHead": "c95e2ecde79b8e83963a50e2a08ca3a5d931784d" | ||
"version": "0.2.9", | ||
"gitHead": "7ed52d82f4b1d5b977f982edf2b9357edf4f0f90" | ||
} |
import * as cp from 'child_process'; | ||
import { ExecutionOptions, ExecutionResult } from './types'; | ||
import { BaseError } from '@travetto/base'; | ||
import { ExecutionOptions, ExecutionResult } from './types'; | ||
export type WithOpts<T> = T & ExecutionOptions; | ||
@@ -6,0 +7,0 @@ |
@@ -6,3 +6,2 @@ { | ||
"strict": true, | ||
"noStrictGenericChecks": true, | ||
"strictPropertyInitialization": false, | ||
@@ -19,2 +18,2 @@ "sourceMap": true, | ||
} | ||
} | ||
} |
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
24971
Updated@travetto/pool@^0.2.9