@types/concurrently
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for concurrently 5.1 | ||
// Type definitions for concurrently 5.2 | ||
// Project: https://github.com/kimmobrunfeldt/concurrently#readme | ||
@@ -27,2 +27,7 @@ // Definitions by: Michael B. <https://github.com/Blasz> | ||
killOthers?: Array<'success' | 'failure'>; | ||
/** | ||
* how many processes should run at once | ||
* @default 0 | ||
*/ | ||
maxProcesses?: number; | ||
/** a Writable stream to write logs to. Default: `process.stdout` */ | ||
@@ -29,0 +34,0 @@ outputStream?: NodeJS.WritableStream; |
{ | ||
"name": "@types/concurrently", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "TypeScript definitions for concurrently", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "343361b14d11967e859ebdb17be1e286a20f0b0a9ca0b257eb281858673a6faa", | ||
"typesPublisherContentHash": "32e1b0218287f15d8932aedb50e17608a7fcce13b6558a3d7455e79364ff64b7", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 06 Feb 2020 23:10:15 GMT | ||
* Last updated: Sun, 26 Apr 2020 16:21:48 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Michael B. (https://github.com/Blasz), and Piotr Błażejewicz (https://github.com/peterblazejewicz). | ||
These definitions were written by [Michael B.](https://github.com/Blasz), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4963
49