@reliverse/rempts 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ export const errorHandler = (error, customMessage) => {
|
|
|
9
9
|
} else {
|
|
10
10
|
relinka(
|
|
11
11
|
"error",
|
|
12
|
-
"\u2502 If this issue is related to @reliverse/
|
|
12
|
+
"\u2502 If this issue is related to @reliverse/rempts itself, please\n\u2502 report the details at https://github.com/reliverse/rempts/issues"
|
|
13
13
|
);
|
|
14
14
|
}
|
|
15
15
|
relinka("error", `\u2570${separator}`);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getUserPkgManager } from "@reliverse/runtime";
|
|
2
2
|
export const pm = await getUserPkgManager();
|
|
3
3
|
export const reliversePrompts = {
|
|
4
|
-
name: "@reliverse/
|
|
4
|
+
name: "@reliverse/rempts",
|
|
5
5
|
version: "1.6.0",
|
|
6
|
-
description: "@reliverse/
|
|
6
|
+
description: "@reliverse/rempts 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."
|
|
7
7
|
};
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "@reliverse/
|
|
2
|
+
"description": "@reliverse/rempts is your modern, type-safe toolkit for building delightful CLI experiences. It's fast, flexible, and built with developer joy in mind. Forget the clutter — this is how CLI should feel.",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"name": "@reliverse/rempts",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "1.6.
|
|
6
|
+
"version": "1.6.1",
|
|
7
7
|
"author": "reliverse",
|
|
8
8
|
"bugs": {
|
|
9
9
|
"email": "blefnk@gmail.com",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@figliolia/chalk-animation": "^1.0.4",
|
|
22
|
-
"@reliverse/reliarg": "^1.0.
|
|
22
|
+
"@reliverse/reliarg": "^1.0.3",
|
|
23
23
|
"@reliverse/relico": "^1.1.0",
|
|
24
24
|
"@reliverse/relinka": "^1.3.8",
|
|
25
25
|
"@reliverse/runtime": "^1.0.3",
|