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

Interface BuildPublishUrlOptions

packages/bumpy/src/core/github-release.ts:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282export interface BuildPublishUrlOptions {
283 /** Configured registry for the package (bumpy config or publishConfig). */
284 registry?: string;
285 /** "owner/repo" slug, used to build GitHub Packages URLs. */
286 repoSlug?: string;
287}
288
289/** Build a browsable URL for a published package, honouring the configured registry. */
290export function buildPublishUrl(

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…