UNPKG

@yzfu/bumpx

Version:

Bump version, base on,bumpp,add new --select option

34 lines (32 loc) 893 B
import { ReleaseType, bumpxConfigDefaults, configDefaults, defineConfig, loadBumpConfig } from "./chunk-W4Y34Y7K.mjs"; // src/types/bumpx-progress.ts var ProgressEvent = /* @__PURE__ */ ((ProgressEvent2) => { ProgressEvent2["FileUpdated"] = "file updated"; ProgressEvent2["FileSkipped"] = "file skipped"; ProgressEvent2["GitCommit"] = "git commit"; ProgressEvent2["GitTag"] = "git tag"; ProgressEvent2["GitPush"] = "git push"; ProgressEvent2["NpmScript"] = "npm script"; return ProgressEvent2; })(ProgressEvent || {}); var NpmScript = /* @__PURE__ */ ((NpmScript2) => { NpmScript2["PreVersion"] = "preversion"; NpmScript2["Version"] = "version"; NpmScript2["PostVersion"] = "postversion"; return NpmScript2; })(NpmScript || {}); export { NpmScript, ProgressEvent, ReleaseType, bumpxConfigDefaults, configDefaults, defineConfig, loadBumpConfig };