build: compile dist/ [auto]

This commit is contained in:
github-actions[bot]
2026-03-06 07:05:40 +00:00
parent 67ddceb38a
commit d0e294c2ba
4 changed files with 128 additions and 20 deletions

2
dist/usage-api.d.ts vendored
View File

@@ -14,7 +14,7 @@ interface UsageApiResult {
data: UsageApiResponse | null;
error?: string;
}
export declare const USAGE_API_USER_AGENT = "claude-code/2.1";
export declare const USAGE_API_USER_AGENT = "claude-hud";
export type UsageApiDeps = {
homeDir: () => string;
fetchApi: (accessToken: string) => Promise<UsageApiResult>;