@types/undertaker
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -70,3 +70,3 @@ // Type definitions for undertaker 1.2 | ||
*/ | ||
task(taskName: string): Undertaker.TaskFunctionWrapped; | ||
task(taskName: string): Undertaker.TaskFunctionWrapped | undefined; | ||
@@ -73,0 +73,0 @@ /** |
{ | ||
"name": "@types/undertaker", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "TypeScript definitions for undertaker", | ||
@@ -37,4 +37,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/undertaker", | ||
}, | ||
"typesPublisherContentHash": "48475b16307468d22b3198b14f37858d9be47fde0eaad4184c156c208ca863c0", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "f6158ab9e01b5b1be23aee77d5abbc5ff4e8e102a98c443278d0b5ecbe501a53", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 18:04:49 GMT | ||
* Last updated: Thu, 21 Apr 2022 18:31:43 GMT | ||
* Dependencies: [@types/undertaker-registry](https://npmjs.com/package/@types/undertaker-registry), [@types/async-done](https://npmjs.com/package/@types/async-done), [@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
8484