feat: release 2.0.0

This commit is contained in:
2025-04-17 17:23:05 +00:00
parent afa0e2f5dd
commit e6efedc7fe
14 changed files with 1039 additions and 1631 deletions

View File

@@ -32,7 +32,7 @@ export class Image {
async inspect(image: string): Promise<InspectImageResponse | undefined> {
try {
return await modem.get<InspectImageResponse>({ path: `/images/${image}/json` });
} catch (_) {
} catch {
return undefined;
}
}