@types/undertaker
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -61,2 +61,10 @@ // Type definitions for undertaker 1.1 | ||
/** | ||
* Register the task by the taskName. | ||
* @param taskName - Task name. | ||
* @param dependencies - Task dependencies. | ||
* @param fn - Task function. | ||
*/ | ||
task(taskName: string, dependencies: string[], fn: Undertaker.TaskFunction): void; | ||
/** | ||
* Register the task by the name property of the function. | ||
@@ -63,0 +71,0 @@ * @param fn - Task function. |
{ | ||
"name": "@types/undertaker", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "TypeScript definitions for undertaker", | ||
@@ -25,6 +25,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/undertaker-registry": "*" | ||
"@types/undertaker-registry": "*", | ||
"@types/events": "*" | ||
}, | ||
"typesPublisherContentHash": "e9d574f4cb493a421d9c7f5e8ebdd22cc4c63e8285b63de41f0a249f991c82ef", | ||
"typesPublisherContentHash": "c819c01a8845d1ef98ff5fe7f0cc9baaebe0876d9689784990b397a39d94e21e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 16:19:00 GMT | ||
* Last updated: Thu, 28 Dec 2017 02:24:48 GMT | ||
* Dependencies: undertaker-registry, stream, events | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
7671
124
2
+ Added@types/events@*
+ Added@types/events@3.0.3(transitive)