[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.

version

Nate Moore (Feb 14, 2023, 9:56 AM -0600) d366a1f6 430ec9a3

+7 -6
-5
.changeset/cyan-onions-help.md
··· 1 - --- 2 - "@clack/prompts": patch 3 - --- 4 - 5 - Fix CJS `ansi-regex` interop
+6
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 0.2.2 4 + 5 + ### Patch Changes 6 + 7 + - 94b24d9: Fix CJS `ansi-regex` interop 8 + 3 9 ## 0.2.1 4 10 5 11 ### Patch Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.2.1", 3 + "version": "0.2.2", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",