@travetto/exec
Advanced tools
Comparing version 0.4.5 to 0.5.0
@@ -11,3 +11,3 @@ { | ||
"dependencies": { | ||
"@travetto/base": "^0.4.7", | ||
"@travetto/base": "^0.5.0", | ||
"@types/generic-pool": "^3.1.6", | ||
@@ -31,4 +31,4 @@ "generic-pool": "^3.4.2" | ||
}, | ||
"version": "0.4.5", | ||
"gitHead": "57ee4da983bfa3f2a7e3dac6a24ed0f4af5f71c2" | ||
"version": "0.5.0", | ||
"gitHead": "a8c58104a586baa6203f38c9517fbb5a60ecec5c" | ||
} |
@@ -11,3 +11,2 @@ import * as child_process from 'child_process'; | ||
function exec(command: string, opts?: WithOpts<child_process.SpawnOptions>) { | ||
@@ -14,0 +13,0 @@ return ExecUtil.spawn(command, { shell: false, ...opts })[1]; |
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
31339
+ Added@travetto/base@0.5.9(transitive)
- Removed@travetto/base@0.4.7(transitive)
Updated@travetto/base@^0.5.0