UNPKG

nx

Version:

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

7 lines 636 B
import { ProjectGraph } from '../../../config/project-graph'; import { NxReleaseConfig } from '../config/config'; import { SemverBumpType } from '../version/version-actions'; import { SemverSpecifier } from './semver'; export declare function resolveSemverSpecifierFromConventionalCommits(from: string, projectGraph: ProjectGraph, projectNames: string[], releaseConfig: NxReleaseConfig): Promise<Map<string, SemverSpecifier | null>>; export declare function resolveSemverSpecifierFromPrompt(selectionMessage: string, customVersionMessage: string): Promise<SemverBumpType | string>; //# sourceMappingURL=resolve-semver-specifier.d.ts.map