@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.
@@ -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, prod, or packageManager (comma-delimited).
108
+ /** Check one or more sections of dependencies only: dev, optional, peer, or prod (comma-delimited).
109
109
  *
110
- * @default ["prod","dev","optional","packageManager"]
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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baicie/ncu",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "author": "Tomas Junnonen <tomas1@gmail.com>",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",