MCPcopy
hub / github.com/rpamis/comet / VersionCheckResult

Interface VersionCheckResult

src/core/version.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const REGISTRY_URL = `https://registry.npmjs.org/${PACKAGE_NAME}/latest`;
9
10export interface VersionCheckResult {
11 currentVersion: string;
12 latestVersion: string | null;
13 hasUpdate: boolean;
14 checked: boolean;
15}
16
17/**
18 * Compare two semver version strings.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected