Files
openclaw/scripts/copy-bundled-plugin-metadata.d.mts
Nimrod Gutman b84a130788 fix(release): preserve shipped channel surfaces in npm tar (#52913)
* fix(channels): ship official channel catalog (#52838)

* fix(release): keep shipped bundles in npm tar (#52838)

* build(release): fix rebased release-check helpers (#52838)
2026-03-23 17:39:22 +02:00

8 lines
210 B
TypeScript

export function rewritePackageExtensions(entries: unknown): string[] | undefined;
export function copyBundledPluginMetadata(params?: {
repoRoot?: string;
cwd?: string;
env?: NodeJS.ProcessEnv;
}): void;