UNPKG

private-key-manager

Version:
9 lines (8 loc) 233 B
import { version } from '../version.js'; /** * Fetches the latest version of the application from the package.json file. * @returns {string} The latest version string. */ export function getLatestVersion() { return version; }