@shopware-ag/dive 1.16.4 → 1.16.5

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 CHANGED
@@ -2879,7 +2879,7 @@ DIVEInfo._supportsWebXR = null;
2879
2879
  // package.json
2880
2880
  var package_default = {
2881
2881
  name: "@shopware-ag/dive",
2882
- version: "1.16.4",
2882
+ version: "1.16.5",
2883
2883
  description: "Shopware Spatial Framework",
2884
2884
  type: "module",
2885
2885
  main: "./build/dive.cjs",
@@ -3162,7 +3162,9 @@ var DIVE = class _DIVE {
3162
3162
  console.log(this.scene);
3163
3163
  }
3164
3164
  };
3165
- console.log(`DIVE ${package_default.version} initialized`);
3165
+ console.log(
3166
+ `DIVE ${package_default.version} initialized ${process.env.NODE_ENV === "development" ? "in development mode" : ""}`
3167
+ );
3166
3168
  }
3167
3169
  Dispose() {
3168
3170
  var _a;