[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 (#77)

authored by

Nate Moore and committed by
GitHub
(Feb 23, 2023, 6:28 AM -0600) ab1c7f66 0c4c54d8

+18 -14
-5
.changeset/mean-pots-check.md
··· 1 - --- 2 - '@clack/prompts': patch 3 - --- 4 - 5 - Update default `password` mask
-5
.changeset/sour-lies-do.md
··· 1 - --- 2 - "@clack/core": patch 3 - --- 4 - 5 - fix `readline` hang on Windows
+6
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 0.2.1 4 + 5 + ### Patch Changes 6 + 7 + - ec812b6: fix `readline` hang on Windows 8 + 3 9 ## 0.2.0 4 10 5 11 ### Minor Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "0.2.0", 3 + "version": "0.2.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.5.1 4 + 5 + ### Patch Changes 6 + 7 + - cc11917: Update default `password` mask 8 + - Updated dependencies [ec812b6] 9 + - @clack/core@0.2.1 10 + 3 11 ## 0.5.0 4 12 5 13 ### Minor Changes
+2 -2
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.5.0", 3 + "version": "0.5.1", 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.2.0", 55 + "@clack/core": "^0.2.1", 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.2.0 49 + '@clack/core': ^0.2.1 50 50 is-unicode-supported: ^1.3.0 51 51 picocolors: ^1.0.0 52 52 sisteransi: ^1.0.5