@kitschpatrol/shared-config 5.3.0 → 5.3.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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +10 -10
package/bin/cli.js CHANGED
@@ -11494,7 +11494,7 @@ var Yargs = YargsFactory(esm_default);
11494
11494
  var yargs_default = Yargs;
11495
11495
 
11496
11496
  // ../../package.json
11497
- var version = "5.3.0";
11497
+ var version = "5.3.1";
11498
11498
 
11499
11499
  // ../../src/execa-utilities.ts
11500
11500
  function isErrorExecaError(error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/shared-config",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
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.3.0",
47
- "@kitschpatrol/eslint-config": "5.3.0",
48
- "@kitschpatrol/prettier-config": "5.3.0",
49
- "@kitschpatrol/knip-config": "5.3.0",
50
- "@kitschpatrol/typescript-config": "5.3.0",
51
- "@kitschpatrol/remark-config": "5.3.0",
52
- "@kitschpatrol/stylelint-config": "5.3.0",
53
- "@kitschpatrol/repo-config": "5.3.0",
54
- "@kitschpatrol/mdat-config": "5.3.0"
46
+ "@kitschpatrol/cspell-config": "5.3.1",
47
+ "@kitschpatrol/eslint-config": "5.3.1",
48
+ "@kitschpatrol/prettier-config": "5.3.1",
49
+ "@kitschpatrol/mdat-config": "5.3.1",
50
+ "@kitschpatrol/repo-config": "5.3.1",
51
+ "@kitschpatrol/knip-config": "5.3.1",
52
+ "@kitschpatrol/stylelint-config": "5.3.1",
53
+ "@kitschpatrol/remark-config": "5.3.1",
54
+ "@kitschpatrol/typescript-config": "5.3.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "chalk": "^5.4.1",