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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. 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}/dashboard`));
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sarangai-cli",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "CLI resmi SarangAI — Gateway multi-model AI langsung dari terminal Anda",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {