@kitschpatrol/shared-config 5.9.0 → 5.9.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.
- package/bin/cli.js +1 -1
- package/package.json +10 -10
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.9.
|
|
11087
|
+
var version = "5.9.2";
|
|
11088
11088
|
|
|
11089
11089
|
// ../../src/execa-utilities.ts
|
|
11090
11090
|
function isErrorExecaError(error) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/shared-config",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.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",
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
"find-workspaces": "^0.3.1",
|
|
45
45
|
"fs-extra": "^11.3.2",
|
|
46
46
|
"prettier": "^3.6.2",
|
|
47
|
-
"@kitschpatrol/cspell-config": "5.9.
|
|
48
|
-
"@kitschpatrol/eslint-config": "5.9.
|
|
49
|
-
"@kitschpatrol/knip-config": "5.9.
|
|
50
|
-
"@kitschpatrol/
|
|
51
|
-
"@kitschpatrol/
|
|
52
|
-
"@kitschpatrol/remark-config": "5.9.
|
|
53
|
-
"@kitschpatrol/
|
|
54
|
-
"@kitschpatrol/stylelint-config": "5.9.
|
|
55
|
-
"@kitschpatrol/typescript-config": "5.9.
|
|
47
|
+
"@kitschpatrol/cspell-config": "5.9.2",
|
|
48
|
+
"@kitschpatrol/eslint-config": "5.9.2",
|
|
49
|
+
"@kitschpatrol/knip-config": "5.9.2",
|
|
50
|
+
"@kitschpatrol/prettier-config": "5.9.2",
|
|
51
|
+
"@kitschpatrol/mdat-config": "5.9.2",
|
|
52
|
+
"@kitschpatrol/remark-config": "5.9.2",
|
|
53
|
+
"@kitschpatrol/repo-config": "5.9.2",
|
|
54
|
+
"@kitschpatrol/stylelint-config": "5.9.2",
|
|
55
|
+
"@kitschpatrol/typescript-config": "5.9.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"globby": "^15.0.0",
|