@clack/prompts
Advanced tools
Comparing version 0.6.1 to 0.6.2
# @clack/prompts | ||
## 0.6.2 | ||
### Patch Changes | ||
- 58a1df1: Fix line duplication bug by automatically wrapping prompts to `process.stdout.columns` | ||
- Updated dependencies [58a1df1] | ||
- @clack/core@0.3.1 | ||
## 0.6.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@clack/prompts", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"type": "module", | ||
@@ -52,3 +52,3 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@clack/core": "^0.3.0", | ||
"@clack/core": "^0.3.1", | ||
"picocolors": "^1.0.0", | ||
@@ -58,3 +58,2 @@ "sisteransi": "^1.0.5" | ||
"devDependencies": { | ||
"unbuild": "^1.1.1", | ||
"is-unicode-supported": "^1.3.0" | ||
@@ -61,0 +60,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43200
1
Updated@clack/core@^0.3.1