Resolve npm package version
resolve_packageResolves an npm package to find its latest version and available dist-tags. Use to get current version before checking breaking changes.
Instructions
Resolve an npm package to its latest published version and dist-tags. Use this when you only know the package name and need the current version, typically before calling get_breaking_changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | npm package name, e.g. "zod" or "@scope/pkg" |