npm_undeprecate
Remove deprecation notices from npm packages or specific versions, restoring them to normal status.
Instructions
Clear the deprecation message from a package or specific versions. Equivalent to npm_deprecate with an empty message but more explicit about intent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| versionRange | No | Semver range. Omit to undeprecate ALL versions. |