@alexaegis/standard-version
Version:
Standard version
14 lines • 670 B
TypeScript
import { WorkspacePackage } from '@alexaegis/workspace-tools';
export declare const PACKAGE_JSON_DEPENDENCY_FIELDS: readonly ["dependencies", "devDependencies", "optionalDependencies", "peerDependencies"];
/**
* The functions found in this file are copied from @alexaegis/workspace-tools
* to be a sync, non-esm (globby is only esm) variant that could be invoked
* from a CJS based configuration file.
*
* ? Once standard-version/commit-and-version is migrated to ESM, this can be removed
*/
export declare const collectPackages: () => {
workspacePackage: WorkspacePackage;
subPackages: WorkspacePackage[];
};
//# sourceMappingURL=collect-packages.d.ts.map