@listr2/prompt-adapter-enquirer
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -33,6 +33,6 @@ var __defProp = Object.defineProperty; | ||
return { | ||
onCancel: () => { | ||
onCancel: /* @__PURE__ */ __name(() => { | ||
this.error = new PromptError("Cancelled prompt."); | ||
return true; | ||
}, | ||
}, "onCancel"), | ||
...option, | ||
@@ -39,0 +39,0 @@ stdout: settings?.stdout ?? this.wrapper.stdout(ListrTaskEventType.PROMPT) |
{ | ||
"name": "@listr2/prompt-adapter-enquirer", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Listr2 prompt adapter for enquirer.", | ||
@@ -74,3 +74,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"listr2": "8.2.1", | ||
"listr2": "8.2.2", | ||
"enquirer": "^2.4.1" | ||
@@ -77,0 +77,0 @@ }, |
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
23481