@xwang152/claw-lark 0.1.10 → 0.1.11

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.
package/README.md CHANGED
@@ -63,7 +63,7 @@ Verify installation:
63
63
  openclaw plugins list
64
64
  ```
65
65
 
66
- You should see `lark` with status `loaded`.
66
+ You should see `claw-lark` with status `loaded`.
67
67
 
68
68
  ## Upgrade Plugin
69
69
 
package/README_zh.md CHANGED
@@ -60,7 +60,7 @@ openclaw gateway restart
60
60
  openclaw plugins list
61
61
  ```
62
62
 
63
- 您应该能看到 `lark` 插件且状态为 `loaded`。
63
+ 您应该能看到 `claw-lark` 插件且状态为 `loaded`。
64
64
 
65
65
  ## 升级插件
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xwang152/claw-lark",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "description": "Lark/Feishu channel plugin for OpenClaw with WebSocket and Webhook support",
6
6
  "license": "MIT",