@colinlu50/openclaw-lark-stream 260328.1.3 → 260329.1.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.
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  import { execSync } from "node:child_process";
4
4
  import { createInterface } from "node:readline";
package/dist/index.js CHANGED
@@ -122874,7 +122874,8 @@ var feishuOutbound = {
122874
122874
  };
122875
122875
 
122876
122876
  // src/messaging/outbound/actions.ts
122877
- import { extractToolSend, jsonResult, readStringParam, readReactionParams } from "openclaw/plugin-sdk";
122877
+ import { jsonResult, readStringParam, readReactionParams } from "openclaw/plugin-sdk/param-readers";
122878
+ import { extractToolSend } from "openclaw/plugin-sdk/tool-send";
122878
122879
 
122879
122880
  // src/messaging/outbound/reactions.ts
122880
122881
  init_lark_client();