@nextclaw/openclaw-compat 0.3.30 → 0.3.31

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/dist/index.d.ts +1 -0
  2. package/package.json +9 -9
package/dist/index.d.ts CHANGED
@@ -323,6 +323,7 @@ type PluginReplyDispatchParams = {
323
323
  kind: string;
324
324
  }) => Promise<void> | void;
325
325
  onError?: (error: unknown) => void;
326
+ onReplyStart?: () => Promise<void> | void;
326
327
  };
327
328
  };
328
329
  type PluginRuntime = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/openclaw-compat",
3
- "version": "0.3.30",
3
+ "version": "0.3.31",
4
4
  "private": false,
5
5
  "description": "OpenClaw plugin compatibility layer for NextClaw.",
6
6
  "type": "module",
@@ -21,19 +21,19 @@
21
21
  "tar": "^7.4.3",
22
22
  "@nextclaw/channel-plugin-dingtalk": "0.2.16",
23
23
  "@nextclaw/channel-plugin-discord": "0.2.16",
24
- "@nextclaw/channel-plugin-feishu": "0.2.19",
24
+ "@nextclaw/channel-plugin-email": "0.2.16",
25
+ "@nextclaw/channel-plugin-feishu": "0.2.20",
25
26
  "@nextclaw/channel-plugin-mochat": "0.2.16",
26
- "@nextclaw/channel-plugin-wecom": "0.2.16",
27
- "@nextclaw/channel-plugin-telegram": "0.2.16",
28
27
  "@nextclaw/channel-plugin-slack": "0.2.16",
29
- "@nextclaw/channel-runtime": "0.4.2",
28
+ "@nextclaw/channel-plugin-telegram": "0.2.16",
30
29
  "@nextclaw/channel-plugin-qq": "0.2.16",
31
- "@nextclaw/ncp-toolkit": "0.4.2",
32
- "@nextclaw/ncp": "0.3.2",
30
+ "@nextclaw/channel-plugin-weixin": "0.1.9",
31
+ "@nextclaw/channel-plugin-wecom": "0.2.16",
33
32
  "@nextclaw/channel-plugin-whatsapp": "0.2.16",
33
+ "@nextclaw/channel-runtime": "0.4.2",
34
34
  "@nextclaw/core": "0.11.1",
35
- "@nextclaw/channel-plugin-email": "0.2.16",
36
- "@nextclaw/channel-plugin-weixin": "0.1.9"
35
+ "@nextclaw/ncp": "0.3.2",
36
+ "@nextclaw/ncp-toolkit": "0.4.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^20.17.6",