@largezhou/ddingtalk 1.3.0 → 1.3.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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,8 +17,7 @@ OpenClaw 钉钉(DingTalk)渠道插件,使用 Stream 模式接入企业机
17
17
  ## 安装
18
18
 
19
19
  ```bash
20
- # GitHub 安装
21
- openclaw plugins install https://github.com/largezhou/openclaw-dingtalk.git
20
+ openclaw plugins install @largezhou/ddingtalk
22
21
  ```
23
22
 
24
23
  ## 前置准备
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@largezhou/ddingtalk",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "OpenClaw DingTalk (钉钉) channel plugin",
5
5
  "main": "index.ts",
6
6
  "type": "module",