@lanmers/wecom-openclaw-plugin 1.0.12 → 2.0.0

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,13 +34,13 @@
34
34
  使用 CLI 工具自动安装插件并完成机器人配置:
35
35
 
36
36
  ```shell
37
- npx -y @wecom/wecom-openclaw-cli install
37
+ npx -y @lanmers/wecom-openclaw-cli install
38
38
  ```
39
39
 
40
40
  ### 手动安装
41
41
 
42
42
  ```shell
43
- openclaw plugins install @wecom/wecom-openclaw-plugin
43
+ openclaw plugins install @lanmers/wecom-openclaw-plugin
44
44
  ```
45
45
 
46
46
  ### 配置
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanmers/wecom-openclaw-plugin",
3
- "version": "1.0.12",
3
+ "version": "2.0.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",