@shopware-ag/dive 1.18.3 → 1.18.4
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/build/dive.cjs +1 -2
- package/build/dive.cjs.map +1 -1
- package/build/dive.js +1 -2
- package/build/dive.js.map +1 -1
- package/package.json +1 -1
- package/src/com/Communication.ts +0 -1
package/build/dive.cjs
CHANGED
|
@@ -2737,7 +2737,6 @@ var _DIVECommunication = class _DIVECommunication {
|
|
|
2737
2737
|
return payload;
|
|
2738
2738
|
}
|
|
2739
2739
|
setGizmoScaleLinked(payload) {
|
|
2740
|
-
console.log("SET_GIZMO_SCALE_LINKED", payload);
|
|
2741
2740
|
this.toolbox.SetGizmoScaleLinked(payload);
|
|
2742
2741
|
return payload;
|
|
2743
2742
|
}
|
|
@@ -4489,7 +4488,7 @@ init_Info();
|
|
|
4489
4488
|
// package.json
|
|
4490
4489
|
var package_default = {
|
|
4491
4490
|
name: "@shopware-ag/dive",
|
|
4492
|
-
version: "1.18.
|
|
4491
|
+
version: "1.18.4",
|
|
4493
4492
|
description: "Shopware Spatial Framework",
|
|
4494
4493
|
type: "module",
|
|
4495
4494
|
main: "./build/dive.cjs",
|