@kitschpatrol/shared-config 5.11.0 → 5.12.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 +1 -1
- package/license.txt +1 -1
- package/package.json +11 -11
package/bin/cli.js
CHANGED
|
@@ -11107,7 +11107,7 @@ var Yargs = YargsFactory(esm_default);
|
|
|
11107
11107
|
var yargs_default = Yargs;
|
|
11108
11108
|
|
|
11109
11109
|
// ../../package.json
|
|
11110
|
-
var version = "5.
|
|
11110
|
+
var version = "5.12.0";
|
|
11111
11111
|
|
|
11112
11112
|
// ../../src/execa-utilities.ts
|
|
11113
11113
|
function isErrorExecaError(error) {
|
package/license.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/shared-config",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.12.0",
|
|
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,16 +43,16 @@
|
|
|
43
43
|
"execa": "^9.6.1",
|
|
44
44
|
"find-workspaces": "^0.3.1",
|
|
45
45
|
"fs-extra": "^11.3.3",
|
|
46
|
-
"prettier": "^3.
|
|
47
|
-
"@kitschpatrol/cspell-config": "5.
|
|
48
|
-
"@kitschpatrol/eslint-config": "5.
|
|
49
|
-
"@kitschpatrol/knip-config": "5.
|
|
50
|
-
"@kitschpatrol/
|
|
51
|
-
"@kitschpatrol/
|
|
52
|
-
"@kitschpatrol/
|
|
53
|
-
"@kitschpatrol/
|
|
54
|
-
"@kitschpatrol/
|
|
55
|
-
"@kitschpatrol/
|
|
46
|
+
"prettier": "^3.8.0",
|
|
47
|
+
"@kitschpatrol/cspell-config": "5.12.0",
|
|
48
|
+
"@kitschpatrol/eslint-config": "5.12.0",
|
|
49
|
+
"@kitschpatrol/knip-config": "5.12.0",
|
|
50
|
+
"@kitschpatrol/mdat-config": "5.12.0",
|
|
51
|
+
"@kitschpatrol/repo-config": "5.12.0",
|
|
52
|
+
"@kitschpatrol/stylelint-config": "5.12.0",
|
|
53
|
+
"@kitschpatrol/prettier-config": "5.12.0",
|
|
54
|
+
"@kitschpatrol/remark-config": "5.12.0",
|
|
55
|
+
"@kitschpatrol/typescript-config": "5.12.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"globby": "^15.0.0",
|