mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 03:45:46 -06:00
1ece62a4d8
* fix(release): preflight package source metadata * fix(ci): gate source package producers * fix(ci): preflight canonical package producers * fix(ci): skip no-package source setup * fix(ci): normalize source package validation * fix(ci): normalize Docker package reporting * fix(ci): avoid generic dependency guard * test(ci): cover gated package identity
7 lines
220 B
TypeScript
7 lines
220 B
TypeScript
export function validateBundledPackageDependencyAlignment(params: {
|
|
bundledDependencies?: unknown;
|
|
bundledPackageLabel: string;
|
|
rootDependencies?: unknown;
|
|
rootPackageLabel?: string;
|
|
}): Array<[string, string]>;
|