bumpp 11.0.0 → 11.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { c as isReleaseType, i as versionBump, l as symbols, r as loadBumpConfig, s as ProgressEvent, t as bumpConfigDefaults } from "./config-C6VUC_fF.mjs";
1
+ import { c as isReleaseType, i as versionBump, l as symbols, r as loadBumpConfig, s as ProgressEvent, t as bumpConfigDefaults } from "./config-C4d1xESV.mjs";
2
2
  import process from "node:process";
3
3
  import { styleText } from "node:util";
4
4
  import { NonZeroExitError, x } from "tinyexec";
@@ -18,7 +18,7 @@ let ExitCode = /* @__PURE__ */ function(ExitCode) {
18
18
  }({});
19
19
  //#endregion
20
20
  //#region package.json
21
- var version = "11.0.0";
21
+ var version = "11.0.1";
22
22
  //#endregion
23
23
  //#region src/cli/parse-args.ts
24
24
  /**
@@ -5930,9 +5930,11 @@ async function loadBumpConfig(overrides, cwd = process$1.cwd()) {
5930
5930
  defaults: bumpConfigDefaults,
5931
5931
  cwd
5932
5932
  });
5933
+ const definedOverrides = overrides ? Object.fromEntries(Object.entries(overrides).filter(([, v]) => v !== void 0)) : {};
5933
5934
  return {
5935
+ ...bumpConfigDefaults,
5934
5936
  ...config,
5935
- ...overrides
5937
+ ...definedOverrides
5936
5938
  };
5937
5939
  }
5938
5940
  function defineConfig(config) {
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { a as versionBumpInfo, i as versionBump, n as defineConfig, o as NpmScript, r as loadBumpConfig, s as ProgressEvent, t as bumpConfigDefaults } from "./config-C6VUC_fF.mjs";
1
+ import { a as versionBumpInfo, i as versionBump, n as defineConfig, o as NpmScript, r as loadBumpConfig, s as ProgressEvent, t as bumpConfigDefaults } from "./config-C4d1xESV.mjs";
2
2
  //#region src/index.ts
3
3
  var src_default = versionBump;
4
4
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bumpp",
3
3
  "type": "module",
4
- "version": "11.0.0",
4
+ "version": "11.0.1",
5
5
  "description": "Bump version, commit changes, tag, and push to Git",
6
6
  "authors": [
7
7
  {