UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

9 lines 580 B
import type { ProjectGraphProjectNode } from '../../../config/project-graph'; import { ReleaseGroupWithName } from '../config/filter-release-groups'; import { SemverBumpType } from './version-actions'; import { ProjectLogger } from './project-logger'; export declare function deriveSpecifierFromVersionPlan(projectLogger: ProjectLogger, releaseGroup: ReleaseGroupWithName, projectGraphNode: ProjectGraphProjectNode, currentVersion: string): Promise<{ bumpType: SemverBumpType; versionPlanPath: string; }>; //# sourceMappingURL=deriver-specifier-from-version-plans.d.ts.map