@meltstudio/meltctl 4.199.0 → 4.200.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ var CLI_VERSION;
14
14
  var init_version = __esm({
15
15
  "src/utils/version.ts"() {
16
16
  "use strict";
17
- CLI_VERSION = "4.199.0";
17
+ CLI_VERSION = "4.200.0";
18
18
  }
19
19
  });
20
20
 
@@ -242,7 +242,7 @@ import path from "path";
242
242
  import os from "os";
243
243
  var AUTH_DIR = path.join(os.homedir(), ".meltctl");
244
244
  var AUTH_FILE = path.join(AUTH_DIR, "auth.json");
245
- var API_BASE = process.env["MELTCTL_API_URL"] ?? "https://meltctl-api.meltstudio.co";
245
+ var API_BASE = process.env["MELTCTL_API_URL"] ?? "https://api.meltctl.meltstudio.co";
246
246
  async function getStoredAuth() {
247
247
  if (!await fs.pathExists(AUTH_FILE)) {
248
248
  return void 0;
@@ -5413,7 +5413,7 @@ var RULE_BY_ID2 = new Map(ISSUE_RULES2.map((r) => [r.id, r]));
5413
5413
  var FOURTEEN_DAYS_MS2 = 14 * 24 * 60 * 60 * 1e3;
5414
5414
  var AUTH_DIR2 = path8.join(os3.homedir(), ".meltctl");
5415
5415
  var AUTH_FILE2 = path8.join(AUTH_DIR2, "auth.json");
5416
- var API_BASE2 = process.env["MELTCTL_API_URL"] ?? "https://meltctl-api.meltstudio.co";
5416
+ var API_BASE2 = process.env["MELTCTL_API_URL"] ?? "https://api.meltctl.meltstudio.co";
5417
5417
  var AuthError = class extends Error {
5418
5418
  constructor(message) {
5419
5419
  super(message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meltstudio/meltctl",
3
- "version": "4.199.0",
3
+ "version": "4.200.0",
4
4
  "description": "AI-first development tools for teams - set up AGENTS.md, Claude Code, Cursor, and OpenCode standards",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",