Comparing version 1.1.1 to 1.1.2
@@ -50,3 +50,3 @@ /// <reference types="node" /> | ||
run(ctx?: Ctx, task?: ListrTaskWrapper<Ctx>): Promise<void>; | ||
prompt(type?: PromptTypes, prompt?: PromptOptions): Promise<any>; | ||
prompt<T = any>(type?: PromptTypes, prompt?: PromptOptions): Promise<T>; | ||
} | ||
@@ -53,0 +53,0 @@ export declare type ListrTaskResult<Ctx> = string | Promise<any> | ListrClass<Ctx> | Readable | Observable<any>; |
{ | ||
"name": "listr2", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Terminal task list reborn!", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
74816