@inquirer/input
Advanced tools
Comparing version 0.0.26-alpha.0 to 0.0.27-alpha.0
import { AsyncPromptConfig } from '@inquirer/core'; | ||
export declare type InputConfig = AsyncPromptConfig & { | ||
declare type InputConfig = AsyncPromptConfig & { | ||
default?: string; | ||
@@ -4,0 +4,0 @@ transformer?: (value: string, { isFinal }: { |
{ | ||
"name": "@inquirer/input", | ||
"type": "module", | ||
"version": "0.0.26-alpha.0", | ||
"version": "0.0.27-alpha.0", | ||
"description": "Inquirer input text prompt", | ||
@@ -13,6 +13,40 @@ "main": "dist/index.js", | ||
"keywords": [ | ||
"answer", | ||
"answers", | ||
"ask", | ||
"base", | ||
"cli", | ||
"cli", | ||
"command", | ||
"command-line", | ||
"confirm", | ||
"enquirer", | ||
"generate", | ||
"generator", | ||
"hyper", | ||
"input", | ||
"inquire", | ||
"inquirer", | ||
"interface", | ||
"iterm", | ||
"javascript", | ||
"menu", | ||
"node", | ||
"nodejs", | ||
"prompt", | ||
"command-line", | ||
"input" | ||
"promptly", | ||
"prompts", | ||
"question", | ||
"readline", | ||
"scaffold", | ||
"scaffolder", | ||
"scaffolding", | ||
"stdin", | ||
"stdout", | ||
"terminal", | ||
"tty", | ||
"ui", | ||
"yeoman", | ||
"yo", | ||
"zsh" | ||
], | ||
@@ -32,3 +66,3 @@ "author": "Simon Boudrias <admin@simonboudrias.com>", | ||
}, | ||
"gitHead": "6e0a7e28b5ac9fc526cf787e0b6c53cb44bd7ae3" | ||
"gitHead": "0e3ef8e31fc34b5fa5308be95af77ba9f5ede8fa" | ||
} |
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
7209