@kitschpatrol/mdat-config 5.0.7 → 5.0.8

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 +5 -5
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -5551,7 +5551,7 @@ var Yargs = YargsFactory(esm_default);
5551
5551
  var yargs_default = Yargs;
5552
5552
 
5553
5553
  // ../../package.json
5554
- var version = "5.0.7";
5554
+ var version = "5.0.8";
5555
5555
 
5556
5556
  // ../../src/execa-utilities.ts
5557
5557
  function isErrorExecaError(error) {
@@ -5870,11 +5870,11 @@ async function executeCliCommand(logStream, positionalArguments, optionFlags, co
5870
5870
  env: {
5871
5871
  // Use colorful output unless NO_COLOR is set
5872
5872
  // eslint-disable-next-line ts/naming-convention
5873
- ...process.env.NO_COLOR === void 0 ? { FORCE_COLOR: "true" } : {},
5874
- // Quiet node for when processing *.config.ts files in Node 22
5873
+ ...process.env.NO_COLOR === void 0 ? { FORCE_COLOR: "true" } : {}
5874
+ // Quiet Node when processing *.config.ts files in Node 22
5875
5875
  // Suppress experimental type stripping warning with --no-warnings
5876
- // eslint-disable-next-line ts/naming-convention
5877
- NODE_OPTIONS: "--experimental-strip-types --disable-warning=ExperimentalWarning"
5876
+ // TODO what's the story here on Node 20?
5877
+ // NODE_OPTIONS: '--experimental-strip-types --disable-warning=ExperimentalWarning',
5878
5878
  },
5879
5879
  preferLocal: true,
5880
5880
  reject: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/mdat-config",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "description": "MDAT configuration for @kitschpatrol/shared-config.",
5
5
  "keywords": [
6
6
  "shared-config",