@luma.gl/engine 8.5.13 → 8.5.14
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 +3 -3
- package/dist/dist.min.js +1 -1
- package/package.json +7 -6
package/dist/dist.js
CHANGED
|
@@ -3585,7 +3585,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3585
3585
|
|
|
3586
3586
|
|
|
3587
3587
|
|
|
3588
|
-
const VERSION = true ? "8.5.
|
|
3588
|
+
const VERSION = true ? "8.5.13" : undefined;
|
|
3589
3589
|
const isBrowser = Object(_lib_is_browser__WEBPACK_IMPORTED_MODULE_0__["default"])();
|
|
3590
3590
|
//# sourceMappingURL=globals.js.map
|
|
3591
3591
|
|
|
@@ -10580,7 +10580,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10580
10580
|
|
|
10581
10581
|
|
|
10582
10582
|
|
|
10583
|
-
const VERSION = true ? "8.5.
|
|
10583
|
+
const VERSION = true ? "8.5.13" : undefined;
|
|
10584
10584
|
const isBrowser = Object(_env_is_browser__WEBPACK_IMPORTED_MODULE_0__["default"])();
|
|
10585
10585
|
//# sourceMappingURL=globals.js.map
|
|
10586
10586
|
|
|
@@ -27532,7 +27532,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27532
27532
|
// Version detection using babel plugin
|
|
27533
27533
|
/* global __VERSION__ */
|
|
27534
27534
|
// @ts-ignore
|
|
27535
|
-
const VERSION = true ? "8.5.
|
|
27535
|
+
const VERSION = true ? "8.5.13" : undefined;
|
|
27536
27536
|
|
|
27537
27537
|
const STARTUP_MESSAGE = 'set luma.log.level=1 (or higher) to trace rendering';
|
|
27538
27538
|
// Assign luma.log.level in console to control logging: \
|