@rushstack/stream-collator
Advanced tools
Comparing version 3.2.22 to 3.2.23
# Change Log - @rushstack/stream-collator | ||
This log was last generated on Mon, 01 Jun 2020 08:34:17 GMT and should not be manually modified. | ||
This log was last generated on Wed, 10 Jun 2020 20:48:30 GMT and should not be manually modified. | ||
## 3.2.23 | ||
Wed, 10 Jun 2020 20:48:30 GMT | ||
*Version update only* | ||
## 3.2.22 | ||
@@ -6,0 +11,0 @@ Mon, 01 Jun 2020 08:34:17 GMT |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.8.9" | ||
"packageVersion": "7.8.10" | ||
} | ||
] | ||
} |
@@ -72,3 +72,3 @@ "use strict"; | ||
} | ||
const outputBuffer = (stream === ITaskOutputStream.stderr ? taskInfo.stderr : taskInfo.stdout); | ||
const outputBuffer = stream === ITaskOutputStream.stderr ? taskInfo.stderr : taskInfo.stdout; | ||
if (!this._activeTask) { | ||
@@ -75,0 +75,0 @@ this._activeTask = taskName; |
{ | ||
"name": "@rushstack/stream-collator", | ||
"version": "3.2.22", | ||
"version": "3.2.23", | ||
"description": "Display intelligible realtime output from your asynchronous streams", | ||
@@ -19,12 +19,9 @@ "repository": { | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.5": "0.5.2", | ||
"@types/chai": "3.4.34", | ||
"@types/mocha": "5.2.5", | ||
"@microsoft/rush-stack-compiler-3.5": "0.5.3", | ||
"@types/jest": "25.2.1", | ||
"@types/node": "10.17.13", | ||
"chai": "~3.5.0", | ||
"gulp": "~4.0.2", | ||
"mocha": "^5.2.0", | ||
"@microsoft/node-library-build": "6.4.22", | ||
"@microsoft/node-library-build": "6.4.23", | ||
"@rushstack/eslint-config": "0.5.8" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
157250
6
3910