@cto.ai/inquirer
Advanced tools
Comparing version 6.3.5 to 6.3.6
@@ -278,3 +278,3 @@ // Type definitions for Inquirer.js 6.x | ||
source: SourceResult[] | string[] | ||
source: (_: A, input: string) => Promise<SourceResult[] | string[]> | ||
suggestOnly?: boolean | ||
@@ -281,0 +281,0 @@ |
{ | ||
"name": "@cto.ai/inquirer", | ||
"version": "6.3.5", | ||
"version": "6.3.6", | ||
"description": "A collection of common interactive command line user interfaces.", | ||
@@ -5,0 +5,0 @@ "author": "Simon Boudrias <admin@simonboudrias.com>", |
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
110074