@praise166/vire 0.1.2 → 0.1.4
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/dist/vire.js +2 -3
- package/package.json +2 -2
package/dist/vire.js
CHANGED
|
@@ -477,10 +477,9 @@ function quoteCommand(parts) {
|
|
|
477
477
|
function startBot(binary, token, login) {
|
|
478
478
|
console.clear();
|
|
479
479
|
console.log(boxen([
|
|
480
|
-
`${chalk.bold.green('vire
|
|
480
|
+
`${chalk.bold.green('warm welcomes from vire ❧')}`,
|
|
481
481
|
`${chalk.dim('user:')} ${login.username}`,
|
|
482
482
|
`${chalk.dim('requests:')} 0`,
|
|
483
|
-
`${chalk.dim('safety:')} use ,global all false to disable autonuke`,
|
|
484
483
|
].join('\n'), { ...panelOptions, borderColor: 'cyan' }));
|
|
485
484
|
return new Promise((resolve, reject) => {
|
|
486
485
|
const child = spawn(binary, [], {
|
|
@@ -494,7 +493,7 @@ function startBot(binary, token, login) {
|
|
|
494
493
|
NO_COLOR: '1',
|
|
495
494
|
},
|
|
496
495
|
});
|
|
497
|
-
ora().succeed('vire
|
|
496
|
+
ora().succeed('vire is online');
|
|
498
497
|
let started = true;
|
|
499
498
|
child.stdout.setEncoding('utf8');
|
|
500
499
|
child.stderr.setEncoding('utf8');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praise166/vire",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@inquirer/prompts": "^7.3.2",
|
|
25
|
-
"@praise166/vire": "^0.1.
|
|
25
|
+
"@praise166/vire": "^0.1.3",
|
|
26
26
|
"boxen": "^8.0.1",
|
|
27
27
|
"chalk": "^5.4.1",
|
|
28
28
|
"dotenv": "^16.4.7",
|