@marshulll/openclaw-wecom 0.1.4 → 0.1.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.
package/README.en.md CHANGED
@@ -25,7 +25,7 @@ openclaw gateway restart
25
25
  ### Local path
26
26
  ```bash
27
27
  openclaw plugins install --link /path/to/openclaw-wecom
28
- openclaw plugins enable wecom
28
+ openclaw plugins enable openclaw-wecom
29
29
  openclaw gateway restart
30
30
  ```
31
31
 
package/README.md CHANGED
@@ -25,7 +25,7 @@ openclaw gateway restart
25
25
  ### 本地路径加载
26
26
  ```bash
27
27
  openclaw plugins install --link /path/to/openclaw-wecom
28
- openclaw plugins enable wecom
28
+ openclaw plugins enable openclaw-wecom
29
29
  openclaw gateway restart
30
30
  ```
31
31
 
package/README.zh.md CHANGED
@@ -25,7 +25,7 @@ openclaw gateway restart
25
25
  ### 本地路径加载
26
26
  ```bash
27
27
  openclaw plugins install --link /path/to/openclaw-wecom
28
- openclaw plugins enable wecom
28
+ openclaw plugins enable openclaw-wecom
29
29
  openclaw gateway restart
30
30
  ```
31
31
 
package/docs/INSTALL.md CHANGED
@@ -12,7 +12,7 @@ openclaw gateway restart
12
12
  ### 方式二:本地路径加载
13
13
  ```bash
14
14
  openclaw plugins install --link /path/to/openclaw-wecom
15
- openclaw plugins enable wecom
15
+ openclaw plugins enable openclaw-wecom
16
16
  openclaw gateway restart
17
17
  ```
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marshulll/openclaw-wecom",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "OpenClaw WeCom channel plugin (intelligent bot + internal app)",
6
6
  "author": "OpenClaw",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marshulll/openclaw-wecom",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "OpenClaw WeCom channel plugin (intelligent bot + internal app)",
6
6
  "author": "OpenClaw",