| 12 | const MUTED_UPDATE_VERSION_KEY = 'waoowaoo:update:muted-version' |
| 13 | |
| 14 | export interface ReleaseUpdateInfo { |
| 15 | latestVersion: string |
| 16 | releaseUrl: string |
| 17 | releaseName: string | null |
| 18 | publishedAt: string | null |
| 19 | } |
| 20 | |
| 21 | export interface UseGithubReleaseUpdateResult { |
| 22 | currentVersion: string |
nothing calls this directly
no outgoing calls
no test coverage detected