release v0.0.10: refresh changelog and dist

This commit is contained in:
Jarrod Watts
2026-03-23 13:36:34 +11:00
parent 4482d8d51f
commit fd9a25e35f
54 changed files with 739 additions and 91 deletions

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

@@ -1,3 +1,4 @@
import * as https from 'https';
import type { UsageData } from './types.js';
export type { UsageData } from './types.js';
interface UsageApiResponse {
@@ -54,9 +55,11 @@ export declare function resolveKeychainCredentials(serviceNames: string[], now:
} | null;
shouldBackoff: boolean;
};
export declare function getUsagePlanNameFallback(homeDir?: string): string | null;
export declare function getUsageApiTimeoutMs(env?: NodeJS.ProcessEnv): number;
export declare function isNoProxy(hostname: string, env?: NodeJS.ProcessEnv): boolean;
export declare function getProxyUrl(hostname: string, env?: NodeJS.ProcessEnv): URL | null;
export declare function getProxyTunnelRejectUnauthorized(rejectUnauthorized: https.RequestOptions['rejectUnauthorized'], env?: NodeJS.ProcessEnv): boolean;
export declare function parseRetryAfterSeconds(raw: string | string[] | undefined, nowMs?: number): number | undefined;
export declare function clearCache(homeDir?: string): void;
//# sourceMappingURL=usage-api.d.ts.map