Matrix: fix runtime API duplicate exports

This commit is contained in:
Gustavo Madeira Santana 2026-03-19 20:53:35 -04:00
parent d518260bb8
commit a953cb5209
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
export * from "openclaw/plugin-sdk/matrix";
export * from "../runtime-api.js";
// Keep auth-precedence available internally without re-exporting helper-api
// twice through both plugin-sdk/matrix and ../runtime-api.js.
export * from "./auth-precedence.js";