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

fix: add node-fetch to dependencies #141

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

zvigrinberg
Copy link
Collaborator

Description

Up until now, node-fetch lib was fetched via the dev-dependency open-api-generator ( which obviously this package and its transitives are not inherited by clients of this api)
ever since we changed the cyclone-dx library version ( that by chance included node-fetch lib as well) - we started to experience errors in component analysis in clients ( rhda vscode extension and rhda lsp server) that it can't find node-fetch library.

Related issue (if any): fixes TC-1400

Checklist

  • I have followed this repository's contributing guidelines.
  • I will adhere to the project's code of conduct.

Additional information

@zvigrinberg zvigrinberg merged commit ecf8ad4 into main May 16, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant