fix(build): restore plugin-sdk and line compat after refactor

This commit is contained in:
Vincent Koc
2026-03-22 19:37:03 -07:00
parent c0933e2fc8
commit 3ad652fa9e
16 changed files with 96 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
export { monitorLineProvider } from "../../line/monitor.js";
export { probeLineBot } from "../../line/probe.js";
export {
monitorLineProvider,
probeLineBot,
pushFlexMessage,
pushLocationMessage,
pushMessageLine,
@@ -8,4 +8,4 @@ export {
pushTemplateMessage,
pushTextMessageWithQuickReplies,
sendMessageLine,
} from "../../line/send.js";
} from "../../../extensions/line/runtime-api.js";