@microsoft/stream-collator
Advanced tools
Comparing version 2.2.10 to 2.2.12
@@ -5,2 +5,26 @@ { | ||
{ | ||
"version": "2.2.12", | ||
"tag": "@microsoft/stream-collator_v2.2.12", | ||
"date": "Fri, 16 Feb 2018 22:05:23 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.3.11` to `4.3.12`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "2.2.11", | ||
"tag": "@microsoft/stream-collator_v2.2.11", | ||
"date": "Fri, 16 Feb 2018 17:05:11 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.3.10` to `4.3.11`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "2.2.10", | ||
@@ -7,0 +31,0 @@ "tag": "@microsoft/stream-collator_v2.2.10", |
# Change Log - @microsoft/stream-collator | ||
This log was last generated on Wed, 07 Feb 2018 17:05:11 GMT and should not be manually modified. | ||
This log was last generated on Fri, 16 Feb 2018 22:05:23 GMT and should not be manually modified. | ||
## 2.2.12 | ||
Fri, 16 Feb 2018 22:05:23 GMT | ||
*Version update only* | ||
## 2.2.11 | ||
Fri, 16 Feb 2018 17:05:11 GMT | ||
*Version update only* | ||
## 2.2.10 | ||
@@ -6,0 +16,0 @@ Wed, 07 Feb 2018 17:05:11 GMT |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import * as stream from 'stream'; | ||
@@ -2,0 +3,0 @@ import * as Stream from 'stream'; |
{ | ||
"name": "@microsoft/stream-collator", | ||
"version": "2.2.10", | ||
"version": "2.2.12", | ||
"description": "Display intelligible realtime output from your asynchronous streams", | ||
@@ -26,4 +26,4 @@ "repository": { | ||
"mocha": "~3.4.2", | ||
"@microsoft/node-library-build": "4.3.10" | ||
"@microsoft/node-library-build": "4.3.12" | ||
} | ||
} |
90741
1349