sarangai-cli 1.0.5 → 1.0.6
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/index.cjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -207,7 +207,7 @@ program.name("sarang").description(import_chalk.default.cyanBright("SarangAI CLI
|
|
|
207
207
|
program.command("login").description("Hubungkan API Key SarangAI akun Anda").action(async () => {
|
|
208
208
|
const baseUrl = resolveBaseUrl();
|
|
209
209
|
console.log(import_chalk.default.cyanBright("\n\u{1F510} Autentikasi SarangAI CLI"));
|
|
210
|
-
console.log(import_chalk.default.gray("Dapatkan API Key di: ") + import_chalk.default.underline.cyan(`${baseUrl}
|
|
210
|
+
console.log(import_chalk.default.gray("Dapatkan API Key di: ") + import_chalk.default.underline.cyan(`${baseUrl}`));
|
|
211
211
|
console.log(import_chalk.default.gray("--------------------------------------------------\n"));
|
|
212
212
|
const res = await (0, import_prompts.default)({
|
|
213
213
|
type: "password",
|