squad-openclaw 2026.2.2010 → 2026.2.2012

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1309,7 +1309,7 @@ function registerVersionMethods(api) {
1309
1309
  }
1310
1310
  try {
1311
1311
  updateOutput = execSync2(
1312
- `openclaw plugins install ${PACKAGE_NAME} 2>&1`,
1312
+ `openclaw plugins update ${PACKAGE_NAME} 2>&1`,
1313
1313
  { timeout: 12e4, encoding: "utf-8" }
1314
1314
  );
1315
1315
  } catch (installErr) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squad-openclaw",
3
- "version": "2026.2.2010",
3
+ "version": "2026.2.2012",
4
4
  "description": "Entity registry, filesystem tools, and version management plugin for OpenClaw gateway",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",