@lerna/npm-run-script
Advanced tools
Comparing version 3.0.0-beta.11 to 3.0.0-beta.12
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-beta.12"></a> | ||
# [3.0.0-beta.12](https://github.com/lerna/lerna/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2018-03-30) | ||
### Features | ||
* Add --no-prefix for streaming output ([#1352](https://github.com/lerna/lerna/issues/1352)) ([36c1fad](https://github.com/lerna/lerna/commit/36c1fad)) | ||
<a name="3.0.0-beta.11"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.11](https://github.com/lerna/lerna/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2018-03-29) |
@@ -20,3 +20,3 @@ "use strict"; | ||
function stream(script, { args, npmClient, pkg, reject = true }) { | ||
function stream(script, { args, npmClient, pkg, prefix, reject = true }) { | ||
log.silly("npmRunScript.stream", [script, args, pkg.name]); | ||
@@ -27,3 +27,3 @@ | ||
return ChildProcessUtilities.spawnStreaming(npmClient, argv, opts, pkg.name); | ||
return ChildProcessUtilities.spawnStreaming(npmClient, argv, opts, prefix && pkg.name); | ||
} | ||
@@ -30,0 +30,0 @@ |
{ | ||
"name": "@lerna/npm-run-script", | ||
"version": "3.0.0-beta.11", | ||
"version": "3.0.0-beta.12", | ||
"description": "TODO", | ||
@@ -33,7 +33,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@lerna/child-process": "^3.0.0-beta.11", | ||
"@lerna/child-process": "^3.0.0-beta.12", | ||
"@lerna/get-npm-exec-opts": "^3.0.0-beta.0", | ||
"npmlog": "^4.1.2" | ||
}, | ||
"gitHead": "197a09d58322e86f589ef7839c2438f830d72476" | ||
"gitHead": "05dce5c0e4bca8dc894a99ed28337c85c211b37c" | ||
} |
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
2509