@zi.yi/openclaw-easy 1.0.4 → 1.0.5

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.
@@ -264,7 +264,7 @@ async function main() {
264
264
  console.log("\n正在重启 OpenClaw Gateway...");
265
265
  spawnSync(
266
266
  process.execPath,
267
- [openclawCli, "gateway", "--stop"],
267
+ [openclawCli, "gateway", "stop"],
268
268
  { stdio: "inherit" }
269
269
  );
270
270
  console.log("\n✓ 配置完成!Gateway 正在自动启动...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zi.yi/openclaw-easy",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "One-command setup for OpenClaw with built-in API key",
5
5
  "type": "module",
6
6
  "bin": {