mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:40:44 +00:00
fix(plugins): normalize clawhub resolver metadata
This commit is contained in:
@@ -241,7 +241,7 @@ export type ClawHubPackageVersion = {
|
||||
distTags?: string[];
|
||||
files?: Array<{
|
||||
path: string;
|
||||
size: number;
|
||||
size?: number;
|
||||
sha256: string;
|
||||
contentType?: string;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user