Rename NPM package to use organization prefix #2026
Replies: 5 comments 5 replies
-
@JannikGM also noticed that the way one should install the lib is (almost) not mentioned in the docs. Whis should also be addressed. |
Beta Was this translation helpful? Give feedback.
-
I'd be in favor of dropping both "gl" and "js" - js being the platform it runs on and gl being an implementation detail. |
Beta Was this translation helpful? Give feedback.
-
Since v3 is coming closer, this could be a breaking change we want to consider... #1716 |
Beta Was this translation helpful? Give feedback.
-
This was discussed in the past (I'll probably won't be able to find where) and the decision was to keep the current name. I was also in favor of prefixing it with maplibre but this was not supported in a TSC meeting, I think. |
Beta Was this translation helpful? Give feedback.
-
Found it! #184 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There was an idea in Slack to rename the NPM package to use the name
@maplibre/maplibre-gl
instead of the current unprefixedmaplibre-gl
.I'll put my 2 cents in as well.
maplibre-gl
(prefixed or unprefixed - doesn't matter) is a bit misleading. I think the package name should denote explicitly that it's a JS lib. So maybe also change name tomaplibre-gl-js
(@maplibre/maplibre-gl-js
)?Backwards compatibility note: would be nice to have both packages available still (prefixed and unprefixed). And not only available, but updated simultaneously as well. I believe the current CI/CD setup should allow to do so without any major changes.
Generally, I see it a nice idea to have all the MapLibre's sttuff located under one common scope.
Beta Was this translation helpful? Give feedback.
All reactions