@baicie/ncu 0.3.8 → 0.3.9
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/dist/esm/index.d.mts
CHANGED
|
@@ -105,9 +105,9 @@ interface RunOptions {
|
|
|
105
105
|
cwd?: string;
|
|
106
106
|
/** Run recursively in current working directory. Alias of (`--packageFile '**\/package.json'`). */
|
|
107
107
|
deep?: boolean;
|
|
108
|
-
/** Check one or more sections of dependencies only: dev, optional, peer,
|
|
108
|
+
/** Check one or more sections of dependencies only: dev, optional, peer, or prod (comma-delimited).
|
|
109
109
|
*
|
|
110
|
-
* @default ["prod","dev","optional"
|
|
110
|
+
* @default ["prod","dev","optional"]
|
|
111
111
|
*/
|
|
112
112
|
dep?: string | readonly string[];
|
|
113
113
|
/** Include deprecated packages. Use `--no-deprecated` to exclude deprecated packages (20–25% slower).
|