skill-atlas-cli 0.1.9 → 0.1.10
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 +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -143,7 +143,7 @@ var import_picocolors = /* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin((
|
|
|
143
143
|
const CONFIG_DIR = path.join(os.homedir(), ".openclawmp");
|
|
144
144
|
const AUTH_FILE = path.join(CONFIG_DIR, "auth.json");
|
|
145
145
|
const CREDENTIALS_FILE = path.join(CONFIG_DIR, "credentials.json");
|
|
146
|
-
let API_BASE = "https://
|
|
146
|
+
let API_BASE = "https://skillatlas.cn/";
|
|
147
147
|
const OPENCLAW_STATE_DIR = process.env.OPENCLAW_STATE_DIR || path.join(os.homedir(), ".openclaw");
|
|
148
148
|
const LOCKFILE = path.join(OPENCLAW_STATE_DIR, "seafood-lock.json");
|
|
149
149
|
const DEVICE_JSON = path.join(OPENCLAW_STATE_DIR, "identity", "device.json");
|