We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb88d75 commit edfef73Copy full SHA for edfef73
1 file changed
src/infra/clawhub.ts
@@ -40,10 +40,10 @@ export type ClawHubPackageEnvironmentSummary = {
40
knownUnsupported?: string[];
41
};
42
export type ClawHubPackageArtifactSummary = {
43
- kind?: "legacy-zip" | "npm-pack" | null;
+ kind?: string | null;
44
sha256?: string | null;
45
size?: number | null;
46
- format?: "zip" | "tgz" | null;
+ format?: string | null;
47
npmIntegrity?: string | null;
48
npmShasum?: string | null;
49
npmTarballName?: string | null;
0 commit comments