[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

github-actions[bot] (Mar 5, 2023, 4:27 PM UTC) 3e3eb8fb d611766e

+18 -10
-6
.changeset/good-islands-provide.md
··· 1 - --- 2 - '@clack/core': patch 3 - '@clack/prompts': patch 4 - --- 5 - 6 - Fix line duplication bug by automatically wrapping prompts to `process.stdout.columns`
+6
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 0.3.1 4 + 5 + ### Patch Changes 6 + 7 + - 58a1df1: Fix line duplication bug by automatically wrapping prompts to `process.stdout.columns` 8 + 3 9 ## 0.3.0 4 10 5 11 ### Minor Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "0.3.0", 3 + "version": "0.3.1", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",
+8
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 0.6.2 4 + 5 + ### Patch Changes 6 + 7 + - 58a1df1: Fix line duplication bug by automatically wrapping prompts to `process.stdout.columns` 8 + - Updated dependencies [58a1df1] 9 + - @clack/core@0.3.1 10 + 3 11 ## 0.6.1 4 12 5 13 ### Patch Changes
+2 -2
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.6.1", 3 + "version": "0.6.2", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs", ··· 53 53 "prepack": "pnpm build" 54 54 }, 55 55 "dependencies": { 56 - "@clack/core": "^0.3.0", 56 + "@clack/core": "^0.3.1", 57 57 "picocolors": "^1.0.0", 58 58 "sisteransi": "^1.0.5" 59 59 },
+1 -1
pnpm-lock.yaml
··· 59 59 60 60 packages/prompts: 61 61 specifiers: 62 - '@clack/core': ^0.3.0 62 + '@clack/core': ^0.3.1 63 63 is-unicode-supported: ^1.3.0 64 64 picocolors: ^1.0.0 65 65 sisteransi: ^1.0.5