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

Function usesNpmRegistry

packages/bumpy/src/core/prerelease.ts:79–81  ·  view source on GitHub ↗
(pkg: WorkspacePackage)

Source from the content-addressed store, hash-verified

77
78/** Whether a package publishes through the npm registry (vs custom command / git-tag tracking) */
79export function usesNpmRegistry(pkg: WorkspacePackage): boolean {
80 return !pkg.bumpy?.publishCommand && !pkg.bumpy?.skipNpmPublish && !pkg.private;
81}
82
83/** Query published prerelease state for one package at a target version */
84export async function getPublishedPrereleaseState(

Callers 3

buildSnapshotReleasePlanFunction · 0.90
buildChannelReleasePlanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…