@types/undertaker
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -17,3 +17,3 @@ // Type definitions for undertaker 1.1 | ||
interface TaskFunction extends TaskFunctionParams { | ||
(done?: (error?: any) => void): void | Duplex | NodeJS.Process | Promise<never> | any; | ||
(done: (error?: any) => void): void | Duplex | NodeJS.Process | Promise<never> | any; | ||
} | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "@types/undertaker", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for undertaker", | ||
@@ -26,4 +26,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "08bd769c2bafcd0be8e56df77460efd76a2feee9dc1a64ab07c051f943e7baa1", | ||
"typesPublisherContentHash": "e01f2b73b2b461d6d9bb2479370d39d915743ddc0b876d410a461ecc48049193", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 02 Jun 2017 13:55:42 GMT | ||
* Last updated: Tue, 06 Jun 2017 14:18:37 GMT | ||
* Dependencies: undertaker-registry, stream, events | ||
@@ -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
7637