refactor: harden plugin metadata and browser sdk seams

This commit is contained in:
Peter Steinberger
2026-04-05 23:33:33 +01:00
parent c1b1d14218
commit 3584d28141
43 changed files with 378 additions and 249 deletions

View File

@@ -1 +1 @@
export { withFetchPreconnect } from "openclaw/plugin-sdk/browser-support";
export { withFetchPreconnect } from "openclaw/plugin-sdk/browser-setup-tools";

View File

@@ -1 +1 @@
export type { MockFn } from "openclaw/plugin-sdk/browser-support";
export type { MockFn } from "openclaw/plugin-sdk/browser-setup-tools";