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(deps): Avoid conflict between with version constants #23

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

donmccurdy
Copy link
Member

The "VERSION" constant injected in our build has a naming conflict with init.js from @deck.gl/core here:

https://github.com/visgl/deck.gl/blob/master/modules/core/src/lib/init.ts

To avoid the conflict, I've renamed the injected API client version as __CARTO_API_CLIENT_VERSION. It will be exported from the API client package separately.

@donmccurdy donmccurdy merged commit 02c1ecc into main Oct 3, 2024
4 checks passed
@donmccurdy donmccurdy deleted the fix/deckgl-version branch October 3, 2024 15:07
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.

1 participant