@types/concurrently
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -12,3 +12,3 @@ // Type definitions for concurrently 6.0 | ||
options?: concurrently.Options, | ||
): Promise<null>; | ||
): Promise<concurrently.ExitInfos[]>; | ||
@@ -23,2 +23,9 @@ declare namespace concurrently { | ||
} | ||
interface ExitInfos { | ||
command: CommandObj; | ||
/** process completion index */ | ||
index: number; | ||
/** process exit code */ | ||
exitCode: number; | ||
} | ||
interface Options { | ||
@@ -25,0 +32,0 @@ /** |
{ | ||
"name": "@types/concurrently", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "TypeScript definitions for concurrently", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "362012b3ef6f5f138fe3584591a50c59459752fa9b0237f4b4199c584c9bdcc1", | ||
"typeScriptVersion": "3.4" | ||
"typesPublisherContentHash": "a5215cf23f759231e018b8212e992e5fa2734611be1dafeae5e45c6e368497a3", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 21 Feb 2021 20:47:15 GMT | ||
* Last updated: Sat, 06 Mar 2021 07:28:59 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
5638
64