@scrider/formatter 1.7.0 → 1.7.1

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.cjs CHANGED
@@ -2160,7 +2160,7 @@ function appendQueryParam(url, key, value) {
2160
2160
  const next = query ? `${query}&${key}=${value}` : `?${key}=${value}`;
2161
2161
  return `${base}${next}${hash}`;
2162
2162
  }
2163
- var CODE_WIDGET_IFRAME_ALLOW = "accelerometer; camera; encrypted-media; geolocation; gyroscope; microphone; midi; payment; usb; vr; xr-spatial-tracking; cross-origin-isolated";
2163
+ var CODE_WIDGET_IFRAME_ALLOW = "accelerometer; camera; encrypted-media; geolocation; gyroscope; microphone; midi; payment; usb; xr-spatial-tracking; cross-origin-isolated";
2164
2164
  function renderEmbedIframeIsolationAttrs(context, kind) {
2165
2165
  const opts = context?.embed;
2166
2166
  const parts = [];