skill-atlas-cli 0.1.20 → 0.1.21

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/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -41,7 +41,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
41
41
  const CONFIG_DIR = path.join(os.homedir(), ".skillatlas");
42
42
  const AUTH_FILE = path.join(CONFIG_DIR, "auth.json");
43
43
  const AGENT_ID_FILE = path.join(CONFIG_DIR, "skillatlas-meta.json");
44
- let API_BASE = "https://skillatlas.cn/";
44
+ let API_BASE = "https://ai.skillatlas.cn/";
45
45
  const OPENCLAW_STATE_DIR = process.env.OPENCLAW_STATE_DIR || path.join(os.homedir(), ".openclaw");
46
46
  const LOCKFILE = path.join(OPENCLAW_STATE_DIR, "seafood-lock.json");
47
47
  const DEVICE_JSON = path.join(OPENCLAW_STATE_DIR, "identity", "device.json");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://skillatlas.cn/",
6
6
  "type": "module",