@kitschpatrol/repo-config 5.4.4 → 5.6.0
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/bin/cli.js +3 -3
- package/package.json +4 -4
package/bin/cli.js
CHANGED
|
@@ -11084,7 +11084,7 @@ var Yargs = YargsFactory(esm_default);
|
|
|
11084
11084
|
var yargs_default = Yargs;
|
|
11085
11085
|
|
|
11086
11086
|
// ../../package.json
|
|
11087
|
-
var version = "5.
|
|
11087
|
+
var version = "5.6.0";
|
|
11088
11088
|
|
|
11089
11089
|
// ../../src/execa-utilities.ts
|
|
11090
11090
|
function isErrorExecaError(error) {
|
|
@@ -11130,7 +11130,7 @@ function stringify(passedObj, options = {}) {
|
|
|
11130
11130
|
).slice(2, -3);
|
|
11131
11131
|
const maxLength = indent === "" ? Infinity : options.maxLength === void 0 ? 80 : options.maxLength;
|
|
11132
11132
|
let { replacer } = options;
|
|
11133
|
-
return function _stringify(obj, currentIndent, reserved) {
|
|
11133
|
+
return (function _stringify(obj, currentIndent, reserved) {
|
|
11134
11134
|
if (obj && typeof obj.toJSON === "function") {
|
|
11135
11135
|
obj = obj.toJSON();
|
|
11136
11136
|
}
|
|
@@ -11196,7 +11196,7 @@ ${currentIndent}`
|
|
|
11196
11196
|
}
|
|
11197
11197
|
}
|
|
11198
11198
|
return string;
|
|
11199
|
-
}(passedObj, "", 0);
|
|
11199
|
+
})(passedObj, "", 0);
|
|
11200
11200
|
}
|
|
11201
11201
|
|
|
11202
11202
|
// ../../src/json-utilities.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/repo-config",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"description": "Repository configuration and GitHub workflows for @kitschpatrol/shared-config.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shared-config",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"cosmiconfig-typescript-loader": "^6.1.0",
|
|
37
37
|
"execa": "^9.6.0",
|
|
38
38
|
"find-workspaces": "^0.3.1",
|
|
39
|
-
"fs-extra": "^11.3.
|
|
40
|
-
"prettier": "^3.
|
|
39
|
+
"fs-extra": "^11.3.1",
|
|
40
|
+
"prettier": "^3.6.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"globby": "^14.1.0"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
|
-
"node": ">=20.
|
|
46
|
+
"node": ">=20.19.0"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|