UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

7 lines (6 loc) 381 B
import { ProjectGraphProjectNodeWithPackage } from "@lerna/core"; import { FetchConfig } from "./fetch-config"; /** * Retrieve a list of graph nodes for packages that need to be published. */ export declare function getProjectsWithUnpublishedPackages(projectNodes: ProjectGraphProjectNodeWithPackage[], opts: Partial<FetchConfig>): Promise<ProjectGraphProjectNodeWithPackage[]>;