refactor(plugins): move remaining channel and provider ownership out of src

This commit is contained in:
Vincent Koc
2026-03-22 19:13:03 -07:00
parent 9ffde8efb2
commit 2131981230
143 changed files with 2079 additions and 1024 deletions

View File

@@ -0,0 +1,9 @@
// Private runtime surface for the bundled LINE plugin. Keep runtime ownership
// in the plugin package.
export * from "../../extensions/line/src/bot-access.js";
export * from "../../extensions/line/src/bot-handlers.js";
export * from "../../extensions/line/src/bot-message-context.js";
export * from "../../extensions/line/src/bot.js";
export * from "../../extensions/line/src/download.js";
export * from "../../extensions/line/src/monitor.js";