-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): Add @deck.gl/carto as prod dependency
- Loading branch information
1 parent
6bf08ac
commit 22a00f2
Showing
3 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
/** | ||
* Injected by microbundle. The `@deck.gl/core` checkVersion() | ||
* function will detect globally-defined 'VERSION' variables, and is inlined | ||
* in the client bundle, so the 'VERSION' name should be avoided. | ||
* Injected by microbundle, with: | ||
* ``` | ||
* --define __CARTO_API_CLIENT_VERSION=$npm_package_version | ||
* ``` | ||
*/ | ||
declare const __CARTO_API_CLIENT_VERSION: string; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters