leafer-ui 1.11.0 → 1.11.1
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/web.js +1 -1
- package/dist/web.min.js +1 -1
- package/dist/web.min.js.map +1 -1
- package/dist/web.module.js +1 -1
- package/dist/web.module.min.js +1 -1
- package/dist/web.module.min.js.map +1 -1
- package/package.json +11 -11
package/dist/web.js
CHANGED
|
@@ -6447,7 +6447,7 @@ var LeaferUI = function(exports) {
|
|
|
6447
6447
|
this.levelMap = null;
|
|
6448
6448
|
}
|
|
6449
6449
|
}
|
|
6450
|
-
const version = "1.11.
|
|
6450
|
+
const version = "1.11.1";
|
|
6451
6451
|
const debug$5 = Debug.get("LeaferCanvas");
|
|
6452
6452
|
class LeaferCanvas extends LeaferCanvasBase {
|
|
6453
6453
|
set zIndex(zIndex) {
|