@kitschpatrol/mdat-config 5.7.4 → 5.8.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.
- package/bin/cli.js +2 -3
- package/package.json +4 -4
package/bin/cli.js
CHANGED
|
@@ -5138,7 +5138,7 @@ var Yargs = YargsFactory(esm_default);
|
|
|
5138
5138
|
var yargs_default = Yargs;
|
|
5139
5139
|
|
|
5140
5140
|
// ../../package.json
|
|
5141
|
-
var version = "5.
|
|
5141
|
+
var version = "5.8.1";
|
|
5142
5142
|
|
|
5143
5143
|
// ../../src/execa-utilities.ts
|
|
5144
5144
|
function isErrorExecaError(error) {
|
|
@@ -5299,8 +5299,7 @@ function isDirectoryBelow(directory, parent) {
|
|
|
5299
5299
|
}
|
|
5300
5300
|
function findWorkspacePackageDirectories() {
|
|
5301
5301
|
const packageDirectory = getPackageDirectory();
|
|
5302
|
-
const directories = /* @__PURE__ */ new Set();
|
|
5303
|
-
directories.add(packageDirectory);
|
|
5302
|
+
const directories = /* @__PURE__ */ new Set([packageDirectory]);
|
|
5304
5303
|
const workspaces = findWorkspaces();
|
|
5305
5304
|
if (workspaces !== null) {
|
|
5306
5305
|
for (const workspace of workspaces) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/mdat-config",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.1",
|
|
4
4
|
"description": "MDAT configuration for @kitschpatrol/shared-config.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shared-config",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"type": "module",
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
|
31
|
-
"
|
|
32
|
-
"
|
|
31
|
+
"types": "./dist/index.d.ts",
|
|
32
|
+
"import": "./dist/index.js"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"main": "dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"execa": "^9.6.0",
|
|
51
51
|
"find-workspaces": "^0.3.1",
|
|
52
52
|
"fs-extra": "^11.3.2",
|
|
53
|
-
"mdat": "^1.
|
|
53
|
+
"mdat": "^1.2.0",
|
|
54
54
|
"prettier": "^3.6.2"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|