Comparing version 10.1.2 to 10.1.3
@@ -200,2 +200,3 @@ import {PackageJson} from 'type-fest'; | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
readonly booleanDefault?: boolean | null | undefined; | ||
@@ -271,3 +272,3 @@ | ||
*/ | ||
showHelp: (exitCode?: number) => void; | ||
showHelp: (exitCode?: number) => never; | ||
@@ -274,0 +275,0 @@ /** |
import {dirname} from 'node:path'; | ||
import process from 'node:process'; | ||
import {fileURLToPath} from 'node:url'; | ||
@@ -102,2 +103,3 @@ import buildParserOptions from 'minimist-options'; | ||
/* eslint complexity: off */ | ||
const meow = (helpText, options = {}) => { | ||
@@ -104,0 +106,0 @@ if (typeof helpText !== 'string') { |
{ | ||
"name": "meow", | ||
"version": "10.1.2", | ||
"version": "10.1.3", | ||
"description": "CLI app helper", | ||
@@ -60,7 +60,7 @@ "license": "MIT", | ||
"ava": "^3.15.0", | ||
"execa": "^5.1.1", | ||
"execa": "^6.1.0", | ||
"indent-string": "^5.0.0", | ||
"read-pkg": "^6.0.0", | ||
"tsd": "^0.17.0", | ||
"xo": "^0.41.0" | ||
"read-pkg": "^7.1.0", | ||
"tsd": "^0.20.0", | ||
"xo": "^0.48.0" | ||
}, | ||
@@ -67,0 +67,0 @@ "xo": { |
@@ -288,3 +288,3 @@ # meow | ||
#### allowUnknownFlags | ||
##### allowUnknownFlags | ||
@@ -291,0 +291,0 @@ Type `boolean`\ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24928
446