@openclaw/feishu 2026.5.10-beta.5 → 2026.5.12-beta.1
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/dist/api.js
CHANGED
|
@@ -2,7 +2,7 @@ import { a as parseFeishuTargetId, i as parseFeishuDirectConversationId, n as bu
|
|
|
2
2
|
import { n as createFeishuThreadBindingManager, r as getFeishuThreadBindingManager, t as __testing } from "./thread-bindings-D5kDxq_j.js";
|
|
3
3
|
import { n as handleFeishuSubagentEnded, r as handleFeishuSubagentSpawning, t as handleFeishuSubagentDeliveryTarget } from "./subagent-hooks-BUPKo9Al.js";
|
|
4
4
|
import { r as listEnabledFeishuAccounts } from "./accounts-CP4tDW-z.js";
|
|
5
|
-
import { a as setFeishuNamedAccountEnabled, i as feishuSetupAdapter, n as feishuSetupWizard, r as runFeishuLogin, t as feishuPlugin } from "./channel-
|
|
5
|
+
import { a as setFeishuNamedAccountEnabled, i as feishuSetupAdapter, n as feishuSetupWizard, r as runFeishuLogin, t as feishuPlugin } from "./channel-COlXCApz.js";
|
|
6
6
|
import { t as getFeishuRuntime } from "./runtime-CG0DuRCy.js";
|
|
7
7
|
import { a as jsonToolResult, d as registerFeishuChatTools, f as createFeishuToolClient, m as resolveFeishuToolAccount, n as registerFeishuDriveTools, o as toolExecutionErrorResult, p as resolveAnyEnabledFeishuToolsConfig, s as unknownToolActionResult } from "./drive-BocW3yO6.js";
|
|
8
8
|
import { normalizeLowercaseStringOrEmpty, normalizeOptionalString, readStringValue } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
@@ -131,7 +131,7 @@ async function pollAppRegistration(params) {
|
|
|
131
131
|
* otherwise the pattern is corrupted and cannot be scanned.
|
|
132
132
|
*/
|
|
133
133
|
async function printQrCode(url) {
|
|
134
|
-
const output = await renderQrTerminal(url
|
|
134
|
+
const output = await renderQrTerminal(url);
|
|
135
135
|
process.stdout.write(output.endsWith("\n") ? output : `${output}\n`);
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
@@ -563,7 +563,7 @@ async function promptFeishuSetupMethod(prompter) {
|
|
|
563
563
|
});
|
|
564
564
|
}
|
|
565
565
|
async function runScanToCreate(prompter, domain) {
|
|
566
|
-
const { beginAppRegistration, initAppRegistration, pollAppRegistration, printQrCode } = await import("./app-registration-
|
|
566
|
+
const { beginAppRegistration, initAppRegistration, pollAppRegistration, printQrCode } = await import("./app-registration-BNC02wLI.js");
|
|
567
567
|
try {
|
|
568
568
|
await initAppRegistration(domain);
|
|
569
569
|
} catch {
|
|
@@ -648,7 +648,7 @@ async function runNewAppFlow(params) {
|
|
|
648
648
|
appSecretProbeValue = appSecretResult.resolvedValue;
|
|
649
649
|
}
|
|
650
650
|
if (appId && appSecretProbeValue) {
|
|
651
|
-
const { getAppOwnerOpenId } = await import("./app-registration-
|
|
651
|
+
const { getAppOwnerOpenId } = await import("./app-registration-BNC02wLI.js");
|
|
652
652
|
scanOpenId = await getAppOwnerOpenId({
|
|
653
653
|
appId,
|
|
654
654
|
appSecret: appSecretProbeValue,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as feishuPlugin } from "./channel-
|
|
1
|
+
import { t as feishuPlugin } from "./channel-COlXCApz.js";
|
|
2
2
|
export { feishuPlugin };
|
package/dist/setup-api.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as feishuSetupAdapter, n as feishuSetupWizard, t as feishuPlugin } from "./channel-
|
|
1
|
+
import { i as feishuSetupAdapter, n as feishuSetupWizard, t as feishuPlugin } from "./channel-COlXCApz.js";
|
|
2
2
|
export { feishuPlugin, feishuSetupAdapter, feishuSetupWizard };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/feishu",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.12-beta.1",
|
|
4
4
|
"description": "OpenClaw Feishu/Lark channel plugin (community maintained by @m1heng)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@larksuiteoapi/node-sdk": "
|
|
11
|
+
"@larksuiteoapi/node-sdk": "1.63.1",
|
|
12
12
|
"typebox": "1.1.38",
|
|
13
|
-
"zod": "
|
|
13
|
+
"zod": "4.4.3"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
17
17
|
"openclaw": "workspace:*"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"openclaw": ">=2026.5.
|
|
20
|
+
"openclaw": ">=2026.5.12-beta.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependenciesMeta": {
|
|
23
23
|
"openclaw": {
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"minHostVersion": ">=2026.4.25"
|
|
49
49
|
},
|
|
50
50
|
"compat": {
|
|
51
|
-
"pluginApi": ">=2026.5.
|
|
51
|
+
"pluginApi": ">=2026.5.12-beta.1"
|
|
52
52
|
},
|
|
53
53
|
"build": {
|
|
54
|
-
"openclawVersion": "2026.5.
|
|
54
|
+
"openclawVersion": "2026.5.12-beta.1"
|
|
55
55
|
},
|
|
56
56
|
"release": {
|
|
57
57
|
"publishToClawHub": true,
|