openclaw-agent-dashboard 1.0.21 → 1.0.22

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 (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-agent-dashboard",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "多 Agent 可视化看板 - 开发仓库(发布请使用 npm run publish:npm)",
5
5
  "scripts": {
6
6
  "pack": "node scripts/build-plugin.js",
@@ -21,5 +21,8 @@
21
21
  "repository": {
22
22
  "type": "git",
23
23
  "url": "https://github.com/Umarchen/openclaw-agent-dashboard.git"
24
+ },
25
+ "bin": {
26
+ "openclaw-agent-dashboard": "scripts/install.js"
24
27
  }
25
28
  }