@baicie/ncu 0.2.1 → 0.3.1

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/README.md CHANGED
@@ -196,17 +196,9 @@ Options that take no arguments can be negated by prefixing them with `--no-`, e.
196
196
  <td>--cacheFile &lt;path&gt;</td>
197
197
  <td>Filepath for the cache file. Only works with <code>--cache</code>. (default: "~/.ncu-cache.json")</td>
198
198
  </tr>
199
- <tr>
200
- <td>--catalog &lt;names&gt;</td>
201
- <td>Specify which catalogs to check/upgrade. Accepts a comma-separated list of catalog names, or a glob pattern (e.g., "default", "test,staging", "prod*"). If not specified, all catalogs are included.</td>
202
- </tr>
203
- <tr>
204
- <td>--catalogTarget &lt;value&gt;</td>
205
- <td>Version target strategy specifically for catalog dependencies. If not specified, uses the global --target option. Supports: latest, newest, greatest, minor, patch, semver, @[tag], or a custom function.</td>
206
- </tr>
207
199
  <tr>
208
200
  <td>--catalogs</td>
209
- <td>Include catalog dependencies in upgrade checks when using --workspaces or --workspace. Set to false to skip catalogs entirely. (default: true)</td>
201
+ <td>Treat pnpm-workspace catalogs as a special workspace. Scans catalogs from pnpm-workspace.yaml, shows progress, and outputs a separate catalog section in the results. Works with --workspaces or standalone.</td>
210
202
  </tr>
211
203
  <tr>
212
204
  <td>--color</td>