@shopfront/bridge 3.0.4--canary.22.8d9309e.0 → 3.0.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/lib/index.mjs CHANGED
@@ -2366,7 +2366,7 @@ class Ue extends W {
2366
2366
  if (i.app !== this.bridge.key)
2367
2367
  throw new O();
2368
2368
  let n = location.href;
2369
- if (typeof import.meta < "u" && window.parent !== window && (n = import.meta.url), i.url.loaded !== n)
2369
+ if (typeof import.meta < "u" && window.parent === window && (n = import.meta.url), i.url.loaded !== n)
2370
2370
  throw new O();
2371
2371
  return s ? i : i.auth;
2372
2372
  }