Skip to content

Commit edfef73

Browse files
committed
fix(lint): satisfy plugin e2e gate
1 parent cb88d75 commit edfef73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/infra/clawhub.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ export type ClawHubPackageEnvironmentSummary = {
4040
knownUnsupported?: string[];
4141
};
4242
export type ClawHubPackageArtifactSummary = {
43-
kind?: "legacy-zip" | "npm-pack" | null;
43+
kind?: string | null;
4444
sha256?: string | null;
4545
size?: number | null;
46-
format?: "zip" | "tgz" | null;
46+
format?: string | null;
4747
npmIntegrity?: string | null;
4848
npmShasum?: string | null;
4949
npmTarballName?: string | null;

0 commit comments

Comments
 (0)