mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-25 08:52:12 +00:00
* fix(channels): ship official channel catalog (#52838) * fix(release): keep shipped bundles in npm tar (#52838) * build(release): fix rebased release-check helpers (#52838)
8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
export function rewritePackageExtensions(entries: unknown): string[] | undefined;
|
|
|
|
export function copyBundledPluginMetadata(params?: {
|
|
repoRoot?: string;
|
|
cwd?: string;
|
|
env?: NodeJS.ProcessEnv;
|
|
}): void;
|