@reliverse/rempts 1.7.42 → 1.7.43
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.
- package/LICENSE +1 -1
- package/bin/libs/confirm/confirm-mod.js +2 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) Nazar Kornienko (blefnk), Reliverse
|
|
3
|
+
Copyright (c) Nazar Kornienko (blefnk), Bleverse, Reliverse
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { re } from "@reliverse/relico";
|
|
2
2
|
import { stdin as input, stdout as output } from "node:process";
|
|
3
3
|
import readline from "node:readline/promises";
|
|
4
4
|
import { bar, msg } from "../msg-fmt/messages.js";
|
|
@@ -148,7 +148,7 @@ export async function confirmPrompt(options) {
|
|
|
148
148
|
deleteLastLine();
|
|
149
149
|
msg({
|
|
150
150
|
type: "M_NULL",
|
|
151
|
-
title: `${
|
|
151
|
+
title: `${formattedBar} ${effectiveDefault ? "y" : "n"}`
|
|
152
152
|
});
|
|
153
153
|
result = effectiveDefault;
|
|
154
154
|
} else if (answer === "y" || answer === "yes") {
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"@orpc/server": "^1.7.5",
|
|
7
7
|
"@reliverse/pathkit": "^1.3.4",
|
|
8
8
|
"@reliverse/reliarg": "^1.0.3",
|
|
9
|
-
"@reliverse/relico": "^1.
|
|
9
|
+
"@reliverse/relico": "^1.2.0",
|
|
10
10
|
"@reliverse/relifso": "^1.4.5",
|
|
11
11
|
"@reliverse/relinka": "^1.5.3",
|
|
12
12
|
"@reliverse/runtime": "^1.0.3",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"license": "MIT",
|
|
45
45
|
"name": "@reliverse/rempts",
|
|
46
46
|
"type": "module",
|
|
47
|
-
"version": "1.7.
|
|
47
|
+
"version": "1.7.43",
|
|
48
48
|
"author": "reliverse",
|
|
49
49
|
"bugs": {
|
|
50
50
|
"email": "blefnk@gmail.com",
|