UNPKG

rucken

Version:

Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process

14 lines (13 loc) 493 B
import { UtilsService } from '../utils/utils.service'; export declare class VersionUpdaterService { private readonly utilsService; static title: string; private logger; constructor(utilsService: UtilsService); setLogger(command: string): void; versionUpdaterHandler({ updatePackageVersion, updateDependenciesVersion, }: { updatePackageVersion: boolean; updateDependenciesVersion: boolean; }): void; private updateFolderPackageFromRootPackage; }