@luma.gl/core 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 -7
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
|
|
|
@@ -31222,7 +31222,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31222
31222
|
// Version detection using babel plugin
|
|
31223
31223
|
/* global __VERSION__ */
|
|
31224
31224
|
// @ts-ignore
|
|
31225
|
-
const VERSION = true ? "8.5.
|
|
31225
|
+
const VERSION = true ? "8.5.13" : undefined;
|
|
31226
31226
|
|
|
31227
31227
|
const STARTUP_MESSAGE = 'set luma.log.level=1 (or higher) to trace rendering';
|
|
31228
31228
|
// Assign luma.log.level in console to control logging: \
|