@aexol/spectral 0.2.15 → 0.2.16

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.
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Flow:
5
5
  * 1. Start a temporary HTTP server on a random localhost port.
6
- * 2. Open the browser to `https://studio.aexol.ai/cli-auth?port=<PORT>`.
6
+ * 2. Open the browser to `https://aexol.ai/cli-auth?port=<PORT>`.
7
7
  * 3. Wait for the browser to redirect to `http://localhost:<PORT>?token=<JWT>`.
8
8
  * 4. Save the token to `~/.spectral/config.json` as `userJwt`.
9
9
  * 5. Shutdown the HTTP server and exit.
@@ -14,7 +14,7 @@
14
14
  import { createServer } from "node:http";
15
15
  import pc from "picocolors";
16
16
  import { DEFAULT_API_URL, getConfigFile, readConfig, writeConfig, } from "../config.js";
17
- const DEFAULT_BACKEND_URL = "https://studio.aexol.ai";
17
+ const DEFAULT_BACKEND_URL = "https://aexol.ai";
18
18
  const CALLBACK_TIMEOUT_MS = 120_000; // 2 minutes
19
19
  /**
20
20
  * Start a temporary HTTP server to receive the OAuth callback.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aexol/spectral",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "Always-on coding agent for Aexol — branded pi wrapper with relay-based browser access.",
5
5
  "type": "module",
6
6
  "private": false,