forgot to build

This commit is contained in:
2025-10-30 22:56:11 +00:00
parent 9ca320907e
commit e3484644d1
4 changed files with 101 additions and 12 deletions

5
dist/index.d.ts vendored
View File

@@ -4,6 +4,9 @@ export default class Updater {
feedType: string;
constructor(archiveURL?: string, feedType?: string);
private getRawArchive;
private getVersionDetails;
private atomGetVersionDetails;
private atomGetArchive;
private rssGetVersionDetails;
private rssGetArchive;
getArchive(): Promise<types.versionNotes[]>;
}