MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / isStableVersion

Function isStableVersion

packages/core/src/version.ts:38–40  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

36}
37
38export function isStableVersion(version: string): boolean {
39 return parseStableVersion(version) !== null
40}
41
42export function isNewerStableVersion(latest: string, current: string): boolean {
43 const latestVersion = parseStableVersion(latest)

Callers 1

version.test.tsFile · 0.90

Calls 1

parseStableVersionFunction · 0.85

Tested by

no test coverage detected