Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: dependency resolving logic #369

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Commits on Jul 7, 2024

  1. refactor: dependency resolving logic

    Currently, you can either pass a semantic version or "latest" to the dependency-resolve service. The service will then resolve the packages latest version if no semantic version was given.
    
    This complicates the logic inside the service. For this reason, now the client calling the service needs to determine the latest version and pass it to the service.
    ComradeVanti committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    dfbf212 View commit details
    Browse the repository at this point in the history