@types/concurrently
Advanced tools
Comparing version 5.2.1 to 6.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for concurrently 5.2 | ||
// Type definitions for concurrently 6.0 | ||
// Project: https://github.com/kimmobrunfeldt/concurrently#readme | ||
@@ -7,3 +7,2 @@ // Definitions by: Michael B. <https://github.com/Blasz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/// <reference types="node" /> | ||
@@ -19,2 +18,3 @@ | ||
command: string; | ||
cwd?: Options['cwd']; | ||
env?: NodeJS.ProcessEnv; | ||
@@ -25,2 +25,7 @@ name?: string; | ||
interface Options { | ||
/** | ||
* The working directory to be used by all commands. Can be overridden per command. | ||
* @default process.cwd() | ||
*/ | ||
cwd?: string; | ||
/** the default input target when reading from `inputStream`. Default: `0`. */ | ||
@@ -27,0 +32,0 @@ defaultInputTarget?: number; |
{ | ||
"name": "@types/concurrently", | ||
"version": "5.2.1", | ||
"version": "6.0.0", | ||
"description": "TypeScript definitions for concurrently", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "555f307677b60b576b2bc0b8ee2bf4028637723dce51d02bc7349c39430ca782", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "362012b3ef6f5f138fe3584591a50c59459752fa9b0237f4b4199c584c9bdcc1", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 31 May 2020 08:10:21 GMT | ||
* Last updated: Sun, 21 Feb 2021 20:47:15 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
5435
57