@inquirer/checkbox
Advanced tools
@@ -50,3 +50,3 @@ import { Separator, type Theme, type Keybinding } from '@inquirer/core'; | ||
| required?: boolean | undefined; | ||
| validate?: ((choices: readonly Choice<Value>[]) => boolean | string | Promise<string | boolean>) | undefined; | ||
| validate?: ((choices: readonly NormalizedChoice<Value>[]) => boolean | string | Promise<string | boolean>) | undefined; | ||
| theme?: PartialDeep<Theme<CheckboxTheme>> | undefined; | ||
@@ -53,0 +53,0 @@ shortcuts?: CheckboxShortcuts | undefined; |
@@ -50,3 +50,3 @@ import { Separator, type Theme, type Keybinding } from '@inquirer/core'; | ||
| required?: boolean | undefined; | ||
| validate?: ((choices: readonly Choice<Value>[]) => boolean | string | Promise<string | boolean>) | undefined; | ||
| validate?: ((choices: readonly NormalizedChoice<Value>[]) => boolean | string | Promise<string | boolean>) | undefined; | ||
| theme?: PartialDeep<Theme<CheckboxTheme>> | undefined; | ||
@@ -53,0 +53,0 @@ shortcuts?: CheckboxShortcuts | undefined; |
+10
-9
| { | ||
| "name": "@inquirer/checkbox", | ||
| "version": "4.3.0", | ||
| "version": "4.3.1", | ||
| "description": "Inquirer checkbox prompt", | ||
@@ -77,12 +77,13 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@inquirer/ansi": "^1.0.1", | ||
| "@inquirer/core": "^10.3.0", | ||
| "@inquirer/figures": "^1.0.14", | ||
| "@inquirer/type": "^3.0.9", | ||
| "yoctocolors-cjs": "^2.1.2" | ||
| "@inquirer/ansi": "^1.0.2", | ||
| "@inquirer/core": "^10.3.1", | ||
| "@inquirer/figures": "^1.0.15", | ||
| "@inquirer/type": "^3.0.10", | ||
| "yoctocolors-cjs": "^2.1.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@arethetypeswrong/cli": "^0.18.2", | ||
| "@inquirer/testing": "^2.1.51", | ||
| "tshy": "^3.0.2" | ||
| "@inquirer/testing": "^2.1.52", | ||
| "@repo/tsconfig": "0.0.0", | ||
| "tshy": "^3.0.3" | ||
| }, | ||
@@ -112,3 +113,3 @@ "engines": { | ||
| }, | ||
| "gitHead": "87cb01e67a25983bdaf0d74a7685915c0afb5f23" | ||
| "gitHead": "6881993e517e76fa891b72e1f5086fd11f7676ac" | ||
| } |
+0
-10
@@ -7,12 +7,2 @@ # `@inquirer/checkbox` | ||
| # Special Thanks | ||
| <div align="center" markdown="1"> | ||
| [](https://graphite.dev/?utm_source=npmjs&utm_medium=repo&utm_campaign=inquirerjs)<br> | ||
| ### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=npmjs&utm_medium=repo&utm_campaign=inquirerjs) | ||
| </div> | ||
| # Installation | ||
@@ -19,0 +9,0 @@ |
31126
-1.23%4
33.33%189
-5.03%Updated
Updated
Updated
Updated
Updated