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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. 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://pre-skillhub.aliyun-inc.com";
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");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://skillatlas.cn/",
6
6
  "type": "module",