zlocalz
Version:
ZLocalz - TUI Locale Guardian for Flutter ARB l10n/i18n validation and translation with AI-powered fixes
19 lines • 636 B
TypeScript
export declare class ZLocalzUpdater {
private packageJson;
private notifier;
private autoUpdateEnabled;
constructor(autoUpdateEnabled?: boolean);
private initializeUpdater;
private setupAutoUpdate;
private performSilentUpdate;
private displayUpdateNotification;
private getUpdateTypeEmoji;
checkForUpdates(): Promise<void>;
performAutoUpdate(silent?: boolean): Promise<boolean>;
getChangelogUrl(): string;
private saveUpdateInfo;
getUpdateInfo(): Promise<any>;
showReleaseNotes(): Promise<void>;
showWelcomeMessage(): Promise<void>;
}
//# sourceMappingURL=updater.d.ts.map