@rushstack/stream-collator
Advanced tools
Comparing version 3.2.33 to 3.2.34
# Change Log - @rushstack/stream-collator | ||
This log was last generated on Wed, 05 Aug 2020 18:27:32 GMT and should not be manually modified. | ||
This log was last generated on Wed, 12 Aug 2020 00:10:05 GMT and should not be manually modified. | ||
## 3.2.34 | ||
Wed, 12 Aug 2020 00:10:05 GMT | ||
### Patches | ||
- Updated project to build with Heft | ||
## 3.2.33 | ||
@@ -6,0 +13,0 @@ Wed, 05 Aug 2020 18:27:32 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.9.2" | ||
"packageVersion": "7.9.3" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/stream-collator", | ||
"version": "3.2.33", | ||
"version": "3.2.34", | ||
"description": "Display intelligible realtime output from your asynchronous streams", | ||
@@ -12,3 +12,3 @@ "repository": { | ||
"scripts": { | ||
"build": "gulp test --clean" | ||
"build": "heft test --clean" | ||
}, | ||
@@ -20,9 +20,8 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.5": "0.8.2", | ||
"@microsoft/rush-stack-compiler-3.5": "0.8.3", | ||
"@types/jest": "25.2.1", | ||
"@types/node": "10.17.13", | ||
"gulp": "~4.0.2", | ||
"@microsoft/node-library-build": "6.4.33", | ||
"@rushstack/eslint-config": "1.0.3" | ||
"@rushstack/eslint-config": "1.0.4", | ||
"@rushstack/heft": "0.4.5" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
163519
5
4086