@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.js 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;
@@ -4398,7 +4397,7 @@ import { generateUUID as generateUUID2 } from "three/src/math/MathUtils";
4398
4397
  // package.json
4399
4398
  var package_default = {
4400
4399
  name: "@shopware-ag/dive",
4401
- version: "1.16.26-beta.2",
4400
+ version: "1.16.26-beta.3",
4402
4401
  description: "Shopware Spatial Framework",
4403
4402
  type: "module",
4404
4403
  main: "./build/dive.cjs",