@types/concurrently
Advanced tools
Comparing version 6.0.1 to 6.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for concurrently 6.0 | ||
// Type definitions for concurrently 6.2 | ||
// Project: https://github.com/kimmobrunfeldt/concurrently#readme | ||
@@ -28,2 +28,4 @@ // Definitions by: Michael B. <https://github.com/Blasz> | ||
exitCode: number; | ||
/** indicates if the process was killed as a result of `killOthers` */ | ||
killed: boolean; | ||
} | ||
@@ -30,0 +32,0 @@ interface Options { |
{ | ||
"name": "@types/concurrently", | ||
"version": "6.0.1", | ||
"version": "6.2.0", | ||
"description": "TypeScript definitions for concurrently", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "a5215cf23f759231e018b8212e992e5fa2734611be1dafeae5e45c6e368497a3", | ||
"typesPublisherContentHash": "9d3e291cfc1b14281d4103609e6f8cd425ef03318b24dfd4290ba5b0d2dd5c38", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 06 Mar 2021 07:28:59 GMT | ||
* Last updated: Mon, 24 May 2021 23:01:28 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
5742
66