@microsoft/stream-collator
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "2.1.3", | ||
"tag": "@microsoft/stream-collator_v2.1.3", | ||
"date": "Mon, 06 Nov 2017 17:04:18 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.2.5` to `4.2.6`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "2.1.2", | ||
@@ -7,0 +19,0 @@ "tag": "@microsoft/stream-collator_v2.1.2", |
# Change Log - @microsoft/stream-collator | ||
This log was last generated on Thu, 02 Nov 2017 16:05:24 GMT and should not be manually modified. | ||
This log was last generated on Mon, 06 Nov 2017 17:04:18 GMT and should not be manually modified. | ||
## 2.1.3 | ||
Mon, 06 Nov 2017 17:04:18 GMT | ||
*Version update only* | ||
## 2.1.2 | ||
@@ -15,3 +20,3 @@ Thu, 02 Nov 2017 16:05:24 GMT | ||
*Changes not tracked* | ||
*Version update only* | ||
@@ -35,3 +40,3 @@ ## 2.1.0 | ||
*Changes not tracked* | ||
*Version update only* | ||
@@ -41,3 +46,3 @@ ## 2.0.5 | ||
*Changes not tracked* | ||
*Version update only* | ||
@@ -47,3 +52,3 @@ ## 2.0.4 | ||
*Changes not tracked* | ||
*Version update only* | ||
@@ -50,0 +55,0 @@ ## 2.0.3 |
{ | ||
"name": "@microsoft/stream-collator", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Display intelligible realtime output from your asynchronous streams", | ||
@@ -12,5 +12,3 @@ "repository": { | ||
"scripts": { | ||
"build": "gulp", | ||
"test": "gulp test", | ||
"clean": "gulp clean" | ||
"build": "gulp test --clean" | ||
}, | ||
@@ -29,4 +27,4 @@ "license": "MIT", | ||
"mocha": "~3.4.2", | ||
"@microsoft/node-library-build": "4.2.5" | ||
"@microsoft/node-library-build": "4.2.6" | ||
} | ||
} |
78241
911