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

Conversation

ComradeVanti
Copy link
Collaborator

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.

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 ComradeVanti marked this pull request as ready for review July 7, 2024 08:34
@ComradeVanti ComradeVanti merged commit a562027 into master Jul 7, 2024
6 checks passed
@ComradeVanti ComradeVanti deleted the prefetch-latest branch July 7, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant