@kitschpatrol/mdat-config 5.0.2 → 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.
- package/bin/cli.js +7 -2
- package/package.json +1 -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.
|
|
5544
|
+
var version = "5.0.3";
|
|
5545
5545
|
|
|
5546
5546
|
// ../../src/execa-utils.ts
|
|
5547
5547
|
function isErrorExecaError(error) {
|
|
@@ -6235,7 +6235,12 @@ var commandDefinition = {
|
|
|
6235
6235
|
init: {
|
|
6236
6236
|
configFile: "mdat.config.ts",
|
|
6237
6237
|
configPackageJson: {
|
|
6238
|
-
|
|
6238
|
+
// Gnarly but it works...
|
|
6239
|
+
// https://github.com/cosmiconfig/cosmiconfig#imports
|
|
6240
|
+
// A plain `@kitschpatrol/mdat-config` unfortunately does not resolve the export
|
|
6241
|
+
mdat: {
|
|
6242
|
+
$import: "node_modules/@kitschpatrol/mdat-config/dist/index.js"
|
|
6243
|
+
}
|
|
6239
6244
|
},
|
|
6240
6245
|
locationOptionFlag: true
|
|
6241
6246
|
},
|