@kitschpatrol/eslint-config 5.0.1 → 5.0.3

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 +2 -1
package/bin/cli.js CHANGED
@@ -5541,7 +5541,7 @@ var Yargs = YargsFactory(esm_default);
5541
5541
  var yargs_default = Yargs;
5542
5542
 
5543
5543
  // ../../package.json
5544
- var version = "5.0.1";
5544
+ var version = "5.0.3";
5545
5545
 
5546
5546
  // ../../src/execa-utils.ts
5547
5547
  function isErrorExecaError(error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/eslint-config",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "description": "ESLint configuration for @kitschpatrol/shared-config.",
5
5
  "keywords": [
6
6
  "shared-config",
@@ -72,6 +72,7 @@
72
72
  "eslint-plugin-unicorn": "^56.0.1",
73
73
  "eslint-plugin-yml": "^1.16.0",
74
74
  "execa": "^9.5.2",
75
+ "find-workspaces": "^0.3.1",
75
76
  "fs-extra": "^11.3.0",
76
77
  "globals": "^15.14.0",
77
78
  "jsonc-eslint-parser": "^2.4.0",