@shopware-ag/dive 1.16.26-beta.2 → 1.16.26-beta.3
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/ar/AR.ts +1 -1
package/build/dive.cjs
CHANGED
|
@@ -2015,7 +2015,6 @@ var init_AR = __esm({
|
|
|
2015
2015
|
self.addEventListener("hashchange", undoHashChange, { once: true });
|
|
2016
2016
|
anchor.setAttribute("href", intent);
|
|
2017
2017
|
console.log("Attempting to present in AR with Scene Viewer...");
|
|
2018
|
-
anchor.click();
|
|
2019
2018
|
}
|
|
2020
2019
|
createSceneViewerSrc() {
|
|
2021
2020
|
let uri = null;
|
|
@@ -4369,7 +4368,7 @@ init_Info();
|
|
|
4369
4368
|
// package.json
|
|
4370
4369
|
var package_default = {
|
|
4371
4370
|
name: "@shopware-ag/dive",
|
|
4372
|
-
version: "1.16.26-beta.
|
|
4371
|
+
version: "1.16.26-beta.3",
|
|
4373
4372
|
description: "Shopware Spatial Framework",
|
|
4374
4373
|
type: "module",
|
|
4375
4374
|
main: "./build/dive.cjs",
|