openclaw-openviking-setup-helper 0.2.7 → 0.2.8

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/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -32,7 +32,7 @@ import { fileURLToPath } from "node:url";
32
32
  const __dirname = dirname(fileURLToPath(import.meta.url));
33
33
 
34
34
  const REPO = process.env.REPO || "volcengine/OpenViking";
35
- const BRANCH = process.env.BRANCH || "publish";
35
+ const BRANCH = process.env.BRANCH || "main";
36
36
  const GH_RAW = `https://raw.githubusercontent.com/${REPO}/${BRANCH}`;
37
37
  const NPM_REGISTRY = process.env.NPM_REGISTRY || "https://registry.npmmirror.com";
38
38
  const PIP_INDEX_URL = process.env.PIP_INDEX_URL || "https://pypi.tuna.tsinghua.edu.cn/simple";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-openviking-setup-helper",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Setup helper for installing OpenViking memory plugin into OpenClaw",
5
5
  "type": "module",
6
6
  "bin": {