@types/listr
Advanced tools
Comparing version 0.14.1 to 0.14.2
@@ -28,2 +28,3 @@ // Type definitions for listr 0.14 | ||
type: string; | ||
data?: string | boolean; | ||
} | ||
@@ -46,8 +47,8 @@ | ||
check: (ctx: Ctx) => void; | ||
hasSubtasks: boolean; | ||
isPending: boolean; | ||
isSkipped: boolean; | ||
isCompleted: boolean; | ||
isEnabled: boolean; | ||
hasFailed: boolean; | ||
hasSubtasks(): boolean; | ||
isPending(): boolean; | ||
isSkipped(): boolean; | ||
isCompleted(): boolean; | ||
isEnabled(): boolean; | ||
hasFailed(): boolean; | ||
run: (ctx: Ctx, wrapper: ListrTaskWrapper<Ctx>) => Promise<void>; | ||
@@ -54,0 +55,0 @@ } |
{ | ||
"name": "@types/listr", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"description": "TypeScript definitions for listr", | ||
@@ -35,4 +35,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "a144069e99394740fdf4d69e4ac66fae7663701a444bd6c965d30bd790b9ff20", | ||
"typesPublisherContentHash": "c9f3a3abeb6f77d14ea7ae34e89dfce2b1e7e9eeee755bc17c2704ed601baf20", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 19 Jul 2019 17:51:31 GMT | ||
* Last updated: Tue, 30 Jul 2019 22:22:38 GMT | ||
* Dependencies: @types/rxjs, @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
5863
75