MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / PublishedPrereleaseState

Interface PublishedPrereleaseState

packages/bumpy/src/core/prerelease.ts:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17/** Published prerelease state for one package at one target version */
18export interface PublishedPrereleaseState {
19 /** Existing counters for `<target>-<preid>.N` on the registry (or git tags for non-npm packages) */
20 counters: number[];
21 /** Whether the stable target version itself is already published */
22 stablePublished: boolean;
23}
24
25/**
26 * Extract existing prerelease counters for a target+preid from a list of published versions.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…