@colinlu50/openclaw-lark-stream 2026.3.24 → 2026.3.26
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/bin/openclaw-lark.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +2 -2
package/bin/openclaw-lark.js
CHANGED
|
@@ -8,7 +8,7 @@ const SELF_PACKAGE = "@colinlu50/openclaw-lark-stream";
|
|
|
8
8
|
const PLUGIN_DIR = join(
|
|
9
9
|
process.env.OPENCLAW_STATE_DIR || join(process.env.HOME || process.env.USERPROFILE || "", ".openclaw"),
|
|
10
10
|
"extensions",
|
|
11
|
-
"openclaw-lark",
|
|
11
|
+
"openclaw-lark-stream",
|
|
12
12
|
);
|
|
13
13
|
|
|
14
14
|
const args = process.argv.slice(2);
|
package/dist/index.js
CHANGED
|
@@ -147775,7 +147775,7 @@ init_gate();
|
|
|
147775
147775
|
init_dedup();
|
|
147776
147776
|
var log29 = larkLogger("plugin");
|
|
147777
147777
|
var plugin = {
|
|
147778
|
-
id: "openclaw-lark",
|
|
147778
|
+
id: "openclaw-lark-stream",
|
|
147779
147779
|
name: "Feishu",
|
|
147780
147780
|
description: "Lark/Feishu channel plugin with im/doc/wiki/drive/task/calendar tools",
|
|
147781
147781
|
configSchema: emptyPluginConfigSchema(),
|