@luma.gl/engine 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 +6 -6
- package/src/.DS_Store +0 -0
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
|
|
|
@@ -27435,7 +27435,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27435
27435
|
// Version detection using babel plugin
|
|
27436
27436
|
/* global __VERSION__ */
|
|
27437
27437
|
// @ts-ignore
|
|
27438
|
-
const VERSION = true ? "8.5.
|
|
27438
|
+
const VERSION = true ? "8.5.20" : undefined;
|
|
27439
27439
|
|
|
27440
27440
|
const STARTUP_MESSAGE = 'set luma.log.level=1 (or higher) to trace rendering';
|
|
27441
27441
|
// Assign luma.log.level in console to control logging: \
|