-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve end prompt and borders logic
- Loading branch information
Showing
14 changed files
with
101 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reliverse/prompts", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"author": "blefnk", | ||
"type": "module", | ||
"description": "@reliverse/prompts is a powerful library that enables seamless, typesafe, and resilient prompts for command-line applications. Crafted with simplicity and elegance, it provides developers with an intuitive and robust way to build interactive CLIs.", | ||
|
@@ -42,22 +42,14 @@ | |
"url": "https://github.com/reliverse/prompts/issues", | ||
"email": "[email protected]" | ||
}, | ||
"files": [ | ||
"package.json", | ||
"README.md", | ||
"LICENSE.md", | ||
"dist-npm" | ||
], | ||
"files": ["package.json", "README.md", "LICENSE.md", "dist-npm"], | ||
"homepage": "https://github.com/reliverse/prompts", | ||
"keywords": [ | ||
"cli", | ||
"reliverse" | ||
], | ||
"keywords": ["cli", "reliverse"], | ||
"license": "MIT", | ||
"dependencies": { | ||
"@alcalzone/ansi-tokenize": "^0.1.3", | ||
"@figliolia/chalk-animation": "^1.0.4", | ||
"@reliverse/relinka": "^1.2.5", | ||
"@reliverse/relinka": "^1.2.8", | ||
"@sinclair/typebox": "^0.34.13", | ||
"ansi-diff-stream": "^1.2.1", | ||
"ansi-escapes": "^7.0.0", | ||
|
@@ -115,22 +107,22 @@ | |
"zod": "^3.24.1" | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.17.2", | ||
"@arethetypeswrong/cli": "^0.17.3", | ||
"@biomejs/biome": "1.9.4", | ||
"@cspell/dict-npm": "^5.1.22", | ||
"@eslint/js": "^9.18.0", | ||
"@eslint/json": "^0.9.0", | ||
"@eslint/markdown": "^6.2.1", | ||
"@faker-js/faker": "^9.3.0", | ||
"@stylistic/eslint-plugin": "^2.12.1", | ||
"@stylistic/eslint-plugin": "^2.13.0", | ||
"@types/ansi-diff-stream": "^1.2.3", | ||
"@types/bun": "^1.1.16", | ||
"@types/chalk-animation": "^1.6.3", | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/figlet": "^1.7.0", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/mute-stream": "^0.0.4", | ||
"@types/node": "^22.10.5", | ||
"@types/node": "^22.10.6", | ||
"@types/sentencer": "^0.2.3", | ||
"@types/signal-exit": "^3.0.4", | ||
"@types/strip-comments": "^2.0.4", | ||
|
@@ -149,8 +141,8 @@ | |
"strip-comments": "^2.0.1", | ||
"tsx": "^4.19.2", | ||
"typescript": "^5.7.3", | ||
"typescript-eslint": "^8.19.1", | ||
"unbuild": "^3.3.0", | ||
"typescript-eslint": "^8.20.0", | ||
"unbuild": "^3.3.1", | ||
"vitest": "^2.1.8" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.