bumpp 9.7.0 → 9.7.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.
|
@@ -1390,7 +1390,6 @@ async function loadBumpConfig(overrides, cwd = process7.cwd()) {
|
|
|
1390
1390
|
overrides: __spreadValues({}, overrides),
|
|
1391
1391
|
cwd: configFile ? dirname(configFile) : cwd
|
|
1392
1392
|
});
|
|
1393
|
-
console.log(config);
|
|
1394
1393
|
return config;
|
|
1395
1394
|
}
|
|
1396
1395
|
function findConfigFile(name, cwd) {
|
package/dist/cli/index.js
CHANGED
|
@@ -656,7 +656,7 @@ var log_symbols_default = logSymbols;
|
|
|
656
656
|
var ezSpawn5 = __toESM(require("@jsdevtools/ez-spawn"));
|
|
657
657
|
|
|
658
658
|
// package.json
|
|
659
|
-
var version = "9.7.
|
|
659
|
+
var version = "9.7.1";
|
|
660
660
|
|
|
661
661
|
// src/version-bump.ts
|
|
662
662
|
var import_node_process5 = __toESM(require("process"));
|
|
@@ -1384,7 +1384,6 @@ async function loadBumpConfig(overrides, cwd = import_node_process6.default.cwd(
|
|
|
1384
1384
|
overrides: __spreadValues({}, overrides),
|
|
1385
1385
|
cwd: configFile ? (0, import_node_path2.dirname)(configFile) : cwd
|
|
1386
1386
|
});
|
|
1387
|
-
console.log(config);
|
|
1388
1387
|
return config;
|
|
1389
1388
|
}
|
|
1390
1389
|
function findConfigFile(name, cwd) {
|
package/dist/cli/index.mjs
CHANGED
|
@@ -10,14 +10,14 @@ import {
|
|
|
10
10
|
log_symbols_default,
|
|
11
11
|
require_picocolors,
|
|
12
12
|
versionBump
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-7TCD6MWB.mjs";
|
|
14
14
|
|
|
15
15
|
// src/cli/index.ts
|
|
16
16
|
import process2 from "process";
|
|
17
17
|
import * as ezSpawn from "@jsdevtools/ez-spawn";
|
|
18
18
|
|
|
19
19
|
// package.json
|
|
20
|
-
var version = "9.7.
|
|
20
|
+
var version = "9.7.1";
|
|
21
21
|
|
|
22
22
|
// src/cli/parse-args.ts
|
|
23
23
|
var import_picocolors = __toESM(require_picocolors());
|
package/dist/index.js
CHANGED
|
@@ -1406,7 +1406,6 @@ async function loadBumpConfig(overrides, cwd = import_node_process6.default.cwd(
|
|
|
1406
1406
|
overrides: __spreadValues({}, overrides),
|
|
1407
1407
|
cwd: configFile ? (0, import_node_path2.dirname)(configFile) : cwd
|
|
1408
1408
|
});
|
|
1409
|
-
console.log(config);
|
|
1410
1409
|
return config;
|
|
1411
1410
|
}
|
|
1412
1411
|
function findConfigFile(name, cwd) {
|
package/dist/index.mjs
CHANGED