@makeswift/runtime 0.7.5 → 0.7.6

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/dist/index.es.js CHANGED
@@ -966,7 +966,7 @@ function useCachedSite(siteId) {
966
966
  const site = useSyncExternalStore(client.subscribe, getSnapshot, getSnapshot);
967
967
  return site;
968
968
  }
969
- const version = "0.7.5";
969
+ const version = "0.7.6";
970
970
  class Makeswift {
971
971
  constructor(apiKey, { apiOrigin = "https://api.makeswift.com" } = {}) {
972
972
  __publicField(this, "apiKey");
@@ -1350,7 +1350,7 @@ Read more about dynamic catch-all routes here: https://nextjs.org/docs/routing/d
1350
1350
  previewMode: true,
1351
1351
  interactionMode: true,
1352
1352
  clientSideNavigation: true,
1353
- elementFromPoint: true
1353
+ elementFromPoint: false
1354
1354
  });
1355
1355
  }
1356
1356
  case "revalidate": {