@m1heng-clawd/feishu 0.1.8 → 0.1.9

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/package.json +3 -3
  2. package/src/bot.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m1heng-clawd/feishu",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "type": "module",
5
5
  "description": "OpenClaw Feishu/Lark channel plugin",
6
6
  "license": "MIT",
@@ -46,8 +46,8 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@larksuiteoapi/node-sdk": "^1.56.1",
50
- "@sinclair/typebox": "^0.34.48",
49
+ "@larksuiteoapi/node-sdk": "^1.58.0",
50
+ "@sinclair/typebox": "0.34.48",
51
51
  "zod": "^4.3.6"
52
52
  },
53
53
  "devDependencies": {
package/src/bot.ts CHANGED
@@ -683,7 +683,7 @@ export async function handleFeishuMessage(params: {
683
683
  channel: "feishu",
684
684
  accountId: account.accountId,
685
685
  peer: {
686
- kind: isGroup ? "group" : "dm",
686
+ kind: isGroup ? "group" : "direct",
687
687
  id: peerId,
688
688
  },
689
689
  });