@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 +4 -2
- package/build/dive.cjs.map +1 -1
- package/build/dive.js +4 -2
- package/build/dive.js.map +1 -1
- package/package.json +1 -1
- package/src/dive.ts +3 -1
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.
|
|
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(
|
|
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;
|