@microsoft/stream-collator
Advanced tools
Comparing version 3.0.92 to 3.1.0
# Change Log - @microsoft/stream-collator | ||
This log was last generated on Fri, 20 Sep 2019 21:27:22 GMT and should not be manually modified. | ||
This log was last generated on Mon, 23 Sep 2019 15:14:55 GMT and should not be manually modified. | ||
## 3.1.0 | ||
Mon, 23 Sep 2019 15:14:55 GMT | ||
### Minor changes | ||
- Remove unnecessary dependency on @types/node | ||
## 3.0.92 | ||
@@ -6,0 +13,0 @@ Fri, 20 Sep 2019 21:27:22 GMT |
{ | ||
"name": "@microsoft/stream-collator", | ||
"version": "3.0.92", | ||
"version": "3.1.0", | ||
"description": "Display intelligible realtime output from your asynchronous streams", | ||
@@ -16,14 +16,14 @@ "repository": { | ||
"dependencies": { | ||
"@types/node": "8.5.8", | ||
"colors": "~1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.4": "0.1.24", | ||
"@microsoft/rush-stack-compiler-3.4": "0.2.0", | ||
"@types/chai": "3.4.34", | ||
"@types/mocha": "5.2.5", | ||
"@types/node": "8.10.54", | ||
"chai": "~3.5.0", | ||
"gulp": "~4.0.2", | ||
"mocha": "^5.2.0", | ||
"@microsoft/node-library-build": "6.1.11" | ||
"@microsoft/node-library-build": "6.2.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
130612
1
3169
8
- Removed@types/node@8.5.8
- Removed@types/node@8.5.8(transitive)