check_version_exists
Verify if a specific package version exists in a registry. Use for dependency validation, CI/CD checks, or ensuring version compatibility. Returns existence status with package details and timestamp.
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 |
---|---|---|---|
package_name | Yes | Name of the package to check | |
registry | Yes | Package registry/manager to check | |
version | Yes | Version to check for existence |