@xwang152/claw-lark 0.1.6 → 0.1.7

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
@@ -161,7 +161,7 @@ LARK_VERIFICATION_TOKEN=your-token # Optional, for verifying request aut
161
161
  | `appSecret` | string | - | Lark App Secret (required) |
162
162
  | `connectionMode` | string | `websocket` | `webhook` or `websocket` |
163
163
  | `webhookPort` | number | `3000` | Port for webhook server |
164
- | `domain` | string | `lark` | `lark` (international) or `feishu` (China) |
164
+ | `domain` | string | `feishu` | `lark` (international) or `feishu` (China) |
165
165
  | `encryptKey` | string | - | Encrypt key for decrypting event payloads (from Events & Callbacks > Encryption Strategy) |
166
166
  | `verificationToken` | string | - | Token for verifying request authenticity (from Events & Callbacks > Encryption Strategy) |
167
167
  | `dmPolicy` | string | `pairing` | `open`, `pairing`, or `allowlist` |
package/README_zh.md CHANGED
@@ -159,7 +159,7 @@ LARK_VERIFICATION_TOKEN=your-token # 可选,用于验证请求真实
159
159
  | `appSecret` | string | - | 飞书 App Secret (必填) |
160
160
  | `connectionMode` | string | `websocket` | `webhook` 或 `websocket` |
161
161
  | `webhookPort` | number | `3000` | Webhook 服务器端口 |
162
- | `domain` | string | `lark` | `lark` (国际版) 或 `feishu` (国内版) |
162
+ | `domain` | string | `feishu` | `lark` (国际版) 或 `feishu` (国内版) |
163
163
  | `encryptKey` | string | - | 加密密钥,用于解密事件负载 (来自 事件订阅 > 加密策略) |
164
164
  | `verificationToken` | string | - | 验证令牌,用于验证请求真实性 (来自 事件订阅 > 加密策略) |
165
165
  | `dmPolicy` | string | `pairing` | `open` (开放), `pairing` (配对), 或 `allowlist` (白名单) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xwang152/claw-lark",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "description": "Lark/Feishu channel plugin for OpenClaw with WebSocket and Webhook support",
6
6
  "license": "MIT",