mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 01:33:56 +00:00
fix(plugin-sdk): align browser tab cleanup type exports
This commit is contained in:
parent
250acdd2a2
commit
fe930b987e
4 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ export {
|
|||
resolveProfile,
|
||||
type ResolvedBrowserConfig,
|
||||
type ResolvedBrowserProfile,
|
||||
type ResolvedBrowserTabCleanupConfig,
|
||||
} from "./browser-profiles.js";
|
||||
export { resolveBrowserControlAuth, type BrowserControlAuth } from "./browser-control-auth.js";
|
||||
export { parseBrowserHttpUrl, redactCdpUrl } from "./src/browser/config.js";
|
||||
|
|
|
|||
|
|
@ -10,4 +10,5 @@ export {
|
|||
resolveProfile,
|
||||
type ResolvedBrowserConfig,
|
||||
type ResolvedBrowserProfile,
|
||||
type ResolvedBrowserTabCleanupConfig,
|
||||
} from "./src/browser/config.js";
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ export {
|
|||
resolveProfile,
|
||||
type ResolvedBrowserConfig,
|
||||
type ResolvedBrowserProfile,
|
||||
type ResolvedBrowserTabCleanupConfig,
|
||||
} from "./browser-profiles.js";
|
||||
export { parseBrowserHttpUrl, redactCdpUrl } from "./browser-cdp.js";
|
||||
export { ensureBrowserControlAuth, resolveBrowserControlAuth } from "./browser-control-auth.js";
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ const BROWSER_HELPER_EXPORT_PARITY_CONTRACTS: readonly BrowserHelperExportParity
|
|||
"DEFAULT_UPLOAD_DIR",
|
||||
"ResolvedBrowserConfig",
|
||||
"ResolvedBrowserProfile",
|
||||
"ResolvedBrowserTabCleanupConfig",
|
||||
"resolveBrowserConfig",
|
||||
"resolveProfile",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue