@kitschpatrol/knip-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.
- package/bin/cli.js +5 -5
- 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.
|
|
5554
|
+
var version = "5.0.8";
|
|
5555
5555
|
|
|
5556
5556
|
// ../../src/execa-utilities.ts
|
|
5557
5557
|
function isErrorExecaError(error) {
|
|
@@ -5856,11 +5856,11 @@ async function executeCliCommand(logStream, positionalArguments, optionFlags, co
|
|
|
5856
5856
|
env: {
|
|
5857
5857
|
// Use colorful output unless NO_COLOR is set
|
|
5858
5858
|
// eslint-disable-next-line ts/naming-convention
|
|
5859
|
-
...process.env.NO_COLOR === void 0 ? { FORCE_COLOR: "true" } : {}
|
|
5860
|
-
// Quiet
|
|
5859
|
+
...process.env.NO_COLOR === void 0 ? { FORCE_COLOR: "true" } : {}
|
|
5860
|
+
// Quiet Node when processing *.config.ts files in Node 22
|
|
5861
5861
|
// Suppress experimental type stripping warning with --no-warnings
|
|
5862
|
-
//
|
|
5863
|
-
NODE_OPTIONS:
|
|
5862
|
+
// TODO what's the story here on Node 20?
|
|
5863
|
+
// NODE_OPTIONS: '--experimental-strip-types --disable-warning=ExperimentalWarning',
|
|
5864
5864
|
},
|
|
5865
5865
|
preferLocal: true,
|
|
5866
5866
|
reject: false,
|