MCPcopy
hub / github.com/oslook/cursor-ai-downloads / VersionHistory

Interface VersionHistory

src/update-readme-from-history.ts:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18interface VersionHistory {
19 versions: VersionHistoryEntry[];
20}
21
22/**
23 * Read version history from JSON file

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected