Closed donmccurdy closed 1 month ago
The "VERSION" constant injected in our build has a naming conflict with init.js from @deck.gl/core here:
@deck.gl/core
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.
__CARTO_API_CLIENT_VERSION
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.