[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release

authored by

github-actions[bot] and committed by
Nate Moore
(Feb 21, 2023, 7:50 AM -0600) 214701c3 755dc11f

+21 -16
-6
.changeset/dull-tools-cry.md
··· 1 - --- 2 - '@clack/core': patch 3 - '@clack/prompts': patch 4 - --- 5 - 6 - Multiselect: return `Value[]` instead of `Option[]`.
-6
.changeset/long-bees-turn.md
··· 1 - --- 2 - '@clack/prompts': patch 3 - '@clack/core': patch 4 - --- 5 - 6 - Add a password prompt to `@clack/prompts`
+7
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 0.1.9 4 + 5 + ### Patch Changes 6 + 7 + - 1251132: Multiselect: return `Value[]` instead of `Option[]`. 8 + - 8994382: Add a password prompt to `@clack/prompts` 9 + 3 10 ## 0.1.8 4 11 5 12 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "0.1.8", 3 + "version": "0.1.9", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",
+10
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 0.4.5 4 + 5 + ### Patch Changes 6 + 7 + - 1251132: Multiselect: return `Value[]` instead of `Option[]`. 8 + - 8994382: Add a password prompt to `@clack/prompts` 9 + - Updated dependencies [1251132] 10 + - Updated dependencies [8994382] 11 + - @clack/core@0.1.9 12 + 3 13 ## 0.4.4 4 14 5 15 ### Patch Changes
+2 -2
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.4.4", 3 + "version": "0.4.5", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs", ··· 52 52 "build": "unbuild" 53 53 }, 54 54 "dependencies": { 55 - "@clack/core": "^0.1.8", 55 + "@clack/core": "^0.1.9", 56 56 "picocolors": "^1.0.0", 57 57 "sisteransi": "^1.0.5" 58 58 },
+1 -1
pnpm-lock.yaml
··· 46 46 47 47 packages/prompts: 48 48 specifiers: 49 - '@clack/core': ^0.1.8 49 + '@clack/core': ^0.1.9 50 50 is-unicode-supported: ^1.3.0 51 51 picocolors: ^1.0.0 52 52 sisteransi: ^1.0.5