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

add @mapbox/point-geometry to dependencies #240

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

springmeyer
Copy link
Collaborator

Currently @mapbox/point-geometry is a runtime/production dependency of the JS decoder in order to be compatible with maplibre-gl-js which depends on it for the vertex storage format.

But we were not explicitly depending upon it. This only worked because other dependencies were pulling it in transitively (either maplibre-gl-js or @mapbox/vector-tile).

Fixes #239

@springmeyer springmeyer enabled auto-merge (squash) July 10, 2024 18:14
Copy link

@wipfli wipfli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should only list direct dependencies in your package.json.

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.

Missing JS dependency
2 participants