check_version_exists
Check if a package version exists in a specified registry. Validate dependencies or ensure compatibility with availability confirmation.
Instructions
Check if a specific version exists. Use for dependency validation, CI/CD checks, or ensuring version compatibility. Returns whether the version exists with package details and timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Version to check for existence | |
| registry | Yes | Package registry/manager to check | |
| package_name | Yes | Name of the package to check |