@luma.gl/core 8.5.20 → 8.5.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dist.js +2 -2
- package/dist/dist.min.js +1 -1
- package/package.json +7 -7
package/dist/dist.js
CHANGED
|
@@ -3612,7 +3612,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3612
3612
|
|
|
3613
3613
|
|
|
3614
3614
|
|
|
3615
|
-
const VERSION = true ? "8.5.
|
|
3615
|
+
const VERSION = true ? "8.5.20" : undefined;
|
|
3616
3616
|
const isBrowser = Object(_lib_is_browser__WEBPACK_IMPORTED_MODULE_0__["default"])();
|
|
3617
3617
|
//# sourceMappingURL=globals.js.map
|
|
3618
3618
|
|
|
@@ -31125,7 +31125,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31125
31125
|
// Version detection using babel plugin
|
|
31126
31126
|
/* global __VERSION__ */
|
|
31127
31127
|
// @ts-ignore
|
|
31128
|
-
const VERSION = true ? "8.5.
|
|
31128
|
+
const VERSION = true ? "8.5.20" : undefined;
|
|
31129
31129
|
|
|
31130
31130
|
const STARTUP_MESSAGE = 'set luma.log.level=1 (or higher) to trace rendering';
|
|
31131
31131
|
// Assign luma.log.level in console to control logging: \
|