npm-check-updates 22.2.7 → 22.2.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/build/index.d.ts CHANGED
@@ -64,11 +64,8 @@ export declare type RcOptions = Omit<RunOptions, Nonsensical> & {
64
64
 
65
65
  /** Main entry point.
66
66
  *
67
- * @returns Promise<
68
- * PackageFile Default returns upgraded package file.
69
- * | Index<VersionSpec> --jsonUpgraded returns only upgraded dependencies.
70
- * | void --global upgrade returns void.
71
- * >
67
+ * @returns The upgraded package file by default, an {@link Index} of only the
68
+ * upgraded dependencies with `--jsonUpgraded`, or `void` with `--global`.
72
69
  */
73
70
  declare function run_2(runOptions?: RunOptions, { cli }?: {
74
71
  cli?: boolean;