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

Function publishable

packages/bumpy/test/core/snapshot.test.ts:116–117  ·  view source on GitHub ↗
(name: string, version: string)

Source from the content-addressed store, hash-verified

114 // Use private packages with a custom publishCommand: publishable (kept in the plan) but
115 // not registry-backed, so no `npm info` network call happens in tests.
116 const publishable = (name: string, version: string) =>
117 makePkg(name, version, { private: true, bumpy: { publishCommand: 'echo publish' } });
118
119 test('applies sha snapshot versions to each release', async () => {
120 const packages = new Map([['a', publishable('a', '1.0.0')]]);

Callers 1

snapshot.test.tsFile · 0.85

Calls 1

makePkgFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…