@poppinss/prompts
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -145,3 +145,3 @@ "use strict"; | ||
builder.addProp('initial', options.default); | ||
builder.addProp('hint', options.hint); | ||
builder.addProp('hint', options.hint || 'Press <ENTER> to select'); | ||
builder.addProp('result', options.result); | ||
@@ -175,3 +175,3 @@ builder.addProp('format', options.format); | ||
builder.addProp('format', options.format); | ||
builder.addProp('hint', options.hint); | ||
builder.addProp('hint', options.hint || 'Press <SPACE> to select'); | ||
builder.addProp('validate', options.validate); | ||
@@ -187,3 +187,3 @@ builder.addProp('prefix', colors.dim(exports.icons.pointer)); | ||
} | ||
return colors.grey(state.symbols.radio.off); | ||
return colors.dim(state.symbols.radio.off); | ||
}); | ||
@@ -210,3 +210,3 @@ builder.addProp('choices', choices.map((choice) => { | ||
builder.addProp('result', options.result); | ||
builder.addProp('hint', options.hint); | ||
builder.addProp('hint', options.hint || '(Type to filter) or (Press <ENTER> to select)'); | ||
builder.addProp('format', options.format); | ||
@@ -213,0 +213,0 @@ builder.addProp('validate', options.validate); |
{ | ||
"name": "@poppinss/prompts", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Module on top of enquirer with API to fake prompts during testing", | ||
@@ -42,3 +42,3 @@ "main": "build/index.js", | ||
"@adonisjs/mrm-preset": "^2.4.0", | ||
"@adonisjs/require-ts": "^1.0.0", | ||
"@adonisjs/require-ts": "^1.0.4", | ||
"@types/node": "^14.11.2", | ||
@@ -45,0 +45,0 @@ "commitizen": "^4.2.1", |
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
41593