mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
fix(build): externalize Feishu Lark SDK
Externalize @larksuiteoapi/node-sdk from the bundled Feishu ESM runtime so packaged startup loads the SDK as a plugin-local runtime dependency instead of inlining the SDK's ESM __dirname path. Adds changelog credit and a tsdown-config regression assertion. Fixes #76291. Fixes #76494. Co-authored-by: Chris Zhang <4436110+zqchris@users.noreply.github.com>
This commit is contained in:
@@ -160,6 +160,7 @@ const bundledPluginFile = (pluginId: string, relativePath: string) =>
|
||||
`${bundledPluginRoot(pluginId)}/${relativePath}`;
|
||||
const explicitNeverBundleDependencies = [
|
||||
"@lancedb/lancedb",
|
||||
"@larksuiteoapi/node-sdk",
|
||||
"@matrix-org/matrix-sdk-crypto-nodejs",
|
||||
"matrix-js-sdk",
|
||||
"qrcode-terminal",
|
||||
|
||||
Reference in New Issue
Block a user