@kitschpatrol/shared-config 5.4.1 → 5.4.2

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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +10 -10
package/bin/cli.js CHANGED
@@ -11080,7 +11080,7 @@ var Yargs = YargsFactory(esm_default);
11080
11080
  var yargs_default = Yargs;
11081
11081
 
11082
11082
  // ../../package.json
11083
- var version = "5.4.1";
11083
+ var version = "5.4.2";
11084
11084
 
11085
11085
  // ../../src/execa-utilities.ts
11086
11086
  function isErrorExecaError(error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/shared-config",
3
- "version": "5.4.1",
3
+ "version": "5.4.2",
4
4
  "description": "A collection of shared configurations, linters, and formatting tools for TypeScript projects. All managed as a single dependency, and invoked via a single CLI command.",
5
5
  "keywords": [
6
6
  "shared-config",
@@ -43,15 +43,15 @@
43
43
  "find-workspaces": "^0.3.1",
44
44
  "fs-extra": "^11.3.0",
45
45
  "prettier": "^3.5.3",
46
- "@kitschpatrol/cspell-config": "5.4.1",
47
- "@kitschpatrol/prettier-config": "5.4.1",
48
- "@kitschpatrol/eslint-config": "5.4.1",
49
- "@kitschpatrol/mdat-config": "5.4.1",
50
- "@kitschpatrol/knip-config": "5.4.1",
51
- "@kitschpatrol/repo-config": "5.4.1",
52
- "@kitschpatrol/remark-config": "5.4.1",
53
- "@kitschpatrol/stylelint-config": "5.4.1",
54
- "@kitschpatrol/typescript-config": "5.4.1"
46
+ "@kitschpatrol/cspell-config": "5.4.2",
47
+ "@kitschpatrol/knip-config": "5.4.2",
48
+ "@kitschpatrol/eslint-config": "5.4.2",
49
+ "@kitschpatrol/prettier-config": "5.4.2",
50
+ "@kitschpatrol/stylelint-config": "5.4.2",
51
+ "@kitschpatrol/typescript-config": "5.4.2",
52
+ "@kitschpatrol/remark-config": "5.4.2",
53
+ "@kitschpatrol/mdat-config": "5.4.2",
54
+ "@kitschpatrol/repo-config": "5.4.2"
55
55
  },
56
56
  "devDependencies": {
57
57
  "globby": "^14.1.0",