mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-22 15:31:07 +00:00
* fix(plugin-sdk): remove relative extension boundary escapes * Gate new plugin-sdk subpaths on host version * Add changelog entry for #51939 * Fix local staging for plugin-sdk host version gate * Raise host floor for line and googlechat plugins --------- Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
5 lines
192 B
TypeScript
5 lines
192 B
TypeScript
// Private runtime barrel for the bundled Nextcloud Talk extension.
|
|
// Keep this barrel thin and aligned with the local extension surface.
|
|
|
|
export * from "openclaw/plugin-sdk/nextcloud-talk";
|