fix(plugins): normalize clawhub resolver metadata

This commit is contained in:
Vincent Koc
2026-05-02 11:50:43 -07:00
parent 559bf7df1f
commit f4e70ec333

View File

@@ -241,7 +241,7 @@ export type ClawHubPackageVersion = {
distTags?: string[];
files?: Array<{
path: string;
size: number;
size?: number;
sha256: string;
contentType?: string;
}>;