Skip to content

DesktopReleasesJson

Type representing the structure of Obsidian’s desktop-releases.json feed.

This is the feed the desktop app itself updates from, so it is the only source that states a version desktop users can actually run.

Import:

import type { DesktopReleasesJson } from 'obsidian-dev-utils/script-utils/version';

Signature:

export interface DesktopReleasesJson

Properties

PropertyTypeDescription
latestVersionstringThe latest Obsidian version available for desktop.