jagproject 15.0.0 → 16.1.0
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/lib/index.js +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -12,7 +12,7 @@ const name = (pkg.name || "Jagoan Project").toString();
|
|
|
12
12
|
// Konfigurasi tampilan (silakan ubah sesuai kebutuhan)
|
|
13
13
|
const CONTACT = "6282252509320";
|
|
14
14
|
const YOUTUBE = "@jagoanproject";
|
|
15
|
-
const STATUS = "
|
|
15
|
+
const STATUS = "SC MD update setiap hari, Hubungi Admin sekrang.!!! 😱";
|
|
16
16
|
|
|
17
17
|
// Utils: lebar box otomatis mengikuti terminal, dengan batas aman
|
|
18
18
|
const termWidth = Math.max(60, Math.min(process.stdout.columns || 80, 100));
|
|
@@ -67,7 +67,7 @@ console.log(chalk.redBright.bold(title));
|
|
|
67
67
|
padLine(`${chalk.magentaBright("Youtube")} : ${chalk.whiteBright(YOUTUBE)}`),
|
|
68
68
|
padLine(`${chalk.blueBright("Kontak")} : ${chalk.whiteBright(CONTACT)}`),
|
|
69
69
|
padLine(""),
|
|
70
|
-
padLine(chalk.gray("Tip: di bailyes ini
|
|
70
|
+
padLine(chalk.gray("Tip: di bailyes ini disarankan pakai Node >= 20.")),
|
|
71
71
|
];
|
|
72
72
|
|
|
73
73
|
box(infoLines, (s) => chalk.white(s));
|