@microsoft/stream-collator
Advanced tools
Comparing version 2.2.12 to 2.2.13
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "2.2.13", | ||
"tag": "@microsoft/stream-collator_v2.2.13", | ||
"date": "Sat, 17 Feb 2018 02:53:49 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.3.12` to `4.3.13`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "2.2.12", | ||
@@ -7,0 +19,0 @@ "tag": "@microsoft/stream-collator_v2.2.12", |
# Change Log - @microsoft/stream-collator | ||
This log was last generated on Fri, 16 Feb 2018 22:05:23 GMT and should not be manually modified. | ||
This log was last generated on Sat, 17 Feb 2018 02:53:49 GMT and should not be manually modified. | ||
## 2.2.13 | ||
Sat, 17 Feb 2018 02:53:49 GMT | ||
*Version update only* | ||
## 2.2.12 | ||
@@ -6,0 +11,0 @@ Fri, 16 Feb 2018 22:05:23 GMT |
/// <reference types="node" /> | ||
import * as stream from 'stream'; | ||
import * as Stream from 'stream'; | ||
import * as stream_2 from 'stream'; | ||
@@ -13,3 +11,3 @@ /** | ||
*/ | ||
export declare class DualTaskStream extends stream.Readable implements NodeJS.ReadableStream, NodeJS.EventEmitter { | ||
export declare class DualTaskStream extends Stream.Readable implements NodeJS.ReadableStream, NodeJS.EventEmitter { | ||
stdout: PersistentStream; | ||
@@ -104,5 +102,5 @@ stderr: PersistentStream; | ||
*/ | ||
export declare class PersistentStream extends stream.Transform { | ||
export declare class PersistentStream extends Stream.Transform { | ||
private _buffer; | ||
constructor(opts?: stream.TransformOptions); | ||
constructor(opts?: Stream.TransformOptions); | ||
_transform(chunk: Buffer | String, encoding: string, done: (err?: Object, data?: Object) => void): void; | ||
@@ -109,0 +107,0 @@ readAll(): string; |
{ | ||
"name": "@microsoft/stream-collator", | ||
"version": "2.2.12", | ||
"version": "2.2.13", | ||
"description": "Display intelligible realtime output from your asynchronous streams", | ||
@@ -26,4 +26,4 @@ "repository": { | ||
"mocha": "~3.4.2", | ||
"@microsoft/node-library-build": "4.3.12" | ||
"@microsoft/node-library-build": "4.3.13" | ||
} | ||
} |
91079
1359