npm-check-updates 22.2.6 → 22.2.7
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/build/cli.cjs +2 -2
- package/build/cli.cjs.map +1 -1
- package/build/cli.js +2 -2
- package/build/cli.js.map +1 -1
- package/build/index.cjs +29 -29
- package/build/index.cjs.map +1 -1
- package/build/index.js +448 -483
- package/build/index.js.map +1 -1
- package/package.json +3 -32
package/build/cli.js
CHANGED
|
@@ -5821,7 +5821,7 @@ ${e.dim.underline(t.update.type === "major" ? i.map((t) => e.dim.underline(t)).j
|
|
|
5821
5821
|
let e = r[i + 1].replace(/^-*/, "");
|
|
5822
5822
|
if (e === "help" || e === "h") console.info("Would you like some help with your help?");
|
|
5823
5823
|
else {
|
|
5824
|
-
|
|
5824
|
+
f();
|
|
5825
5825
|
let e = [...r.slice(0, i), ...r.slice(i + 1)];
|
|
5826
5826
|
for (let t of e) {
|
|
5827
5827
|
let e = t.replace(/^-*/, ""), r = c.find((t) => e === t.long || e === t.short || e === `no-${t.long}` && t.type === "boolean");
|
|
@@ -5850,7 +5850,7 @@ ${e.dim.underline(t.update.type === "major" ? i.map((t) => e.dim.underline(t)).j
|
|
|
5850
5850
|
let o = structuredClone(A._optionValues);
|
|
5851
5851
|
A.allowExcessArguments(!0), A.parse(process.argv);
|
|
5852
5852
|
let s = A.opts(), l = process.argv.slice(2), { color: u, configFileName: _, configFilePath: v, global: y, packageFile: b, mergeConfig: x } = s;
|
|
5853
|
-
|
|
5853
|
+
f(u);
|
|
5854
5854
|
let S = !process.env.NCU_TESTS || v || x ? await d({
|
|
5855
5855
|
configFileName: _,
|
|
5856
5856
|
configFilePath: v,
|