@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.js
CHANGED
|
@@ -2740,7 +2740,6 @@ var _DIVECommunication = class _DIVECommunication {
|
|
|
2740
2740
|
return payload;
|
|
2741
2741
|
}
|
|
2742
2742
|
setGizmoScaleLinked(payload) {
|
|
2743
|
-
console.log("SET_GIZMO_SCALE_LINKED", payload);
|
|
2744
2743
|
this.toolbox.SetGizmoScaleLinked(payload);
|
|
2745
2744
|
return payload;
|
|
2746
2745
|
}
|
|
@@ -4520,7 +4519,7 @@ import { MathUtils as MathUtils5 } from "three";
|
|
|
4520
4519
|
// package.json
|
|
4521
4520
|
var package_default = {
|
|
4522
4521
|
name: "@shopware-ag/dive",
|
|
4523
|
-
version: "1.18.
|
|
4522
|
+
version: "1.18.4",
|
|
4524
4523
|
description: "Shopware Spatial Framework",
|
|
4525
4524
|
type: "module",
|
|
4526
4525
|
main: "./build/dive.cjs",
|