MCPcopy
hub / github.com/changesets/changesets / PublishOptions

Interface PublishOptions

packages/cli/src/commands/publish/npm-utils.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { requiresDelegatedAuth } from "./publishPackages";
12
13interface PublishOptions {
14 cwd: string;
15 publishDir: string;
16 access: AccessType;
17 tag: string;
18}
19
20const NPM_REQUEST_CONCURRENCY_LIMIT = 40;
21const NPM_PUBLISH_CONCURRENCY_LIMIT = 10;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected