@colinlu50/openclaw-lark-stream 260329.1.0 → 260330.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";
@@ -166,7 +166,6 @@ async function configureBotIfNeeded() {
166
166
  connectionMode: "websocket",
167
167
  domain,
168
168
  streaming: true,
169
- defaultAccount: "main",
170
169
  replyMode: {
171
170
  direct: "streaming",
172
171
  group: "streaming",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colinlu50/openclaw-lark-stream",
3
- "version": "260329.1.0",
3
+ "version": "260330.1.0",
4
4
  "description": "OpenClaw Lark/Feishu channel plugin",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",