@claw-camp/openclaw-plugin 2.0.0 → 2.0.1

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/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@ Dashboard:[camp.aigc.sx.cn](https://camp.aigc.sx.cn)
9
9
  ## 安装
10
10
 
11
11
  ```bash
12
- openclaw plugins install openclaw-plugin-claw-camp
12
+ openclaw plugins install @claw-camp/openclaw-plugin
13
13
  ```
14
14
 
15
15
  安装完成后重启 Gateway:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claw-camp/openclaw-plugin",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Claw Camp plugin for OpenClaw - monitor your AI agents in real-time",
5
5
  "main": "index.ts",
6
6
  "keywords": ["openclaw", "plugin", "monitoring", "agent", "claw-camp"],
@@ -11,7 +11,8 @@
11
11
  "url": "https://github.com/claw-camp/openclaw-plugin.git"
12
12
  },
13
13
  "dependencies": {
14
- "ws": "^8.18.0"
14
+ "ws": "^8.18.0",
15
+ "@sinclair/typebox": "0.34.48"
15
16
  },
16
17
  "openclaw": {
17
18
  "extensions": ["./index.ts"],