@wecom/wecom-openclaw-cli 1.0.0 → 1.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.
package/README.md CHANGED
@@ -41,7 +41,7 @@ wecom-openclaw-cli --help
41
41
 
42
42
  ### `install` — 安装插件
43
43
 
44
- 安装并配置企业微信官方 OpenClaw 插件。安装过程中会交互式提示输入企业 ID(Corp ID)和应用密钥(Secret)。
44
+ 安装并配置企业微信官方 OpenClaw 插件。安装过程中会交互式提示输入机器人ID(Bot ID)和机器人密钥(Secret)。
45
45
 
46
46
  ```bash
47
47
  wecom-openclaw-cli install
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var name = "@wecom/wecom-openclaw-cli";
6
- var version = "1.0.0";
6
+ var version = "1.0.1";
7
7
  var description = "CLI for managing WeCom official plugin for OpenClaw";
8
8
  var main = "dist/index.js";
9
9
  var type = "commonjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wecom/wecom-openclaw-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI for managing WeCom official plugin for OpenClaw",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",