@social-mail/social-mail-client 1.4.65 → 1.4.66

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.
@@ -26136,13 +26136,13 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
26136
26136
  doc[webComponentsInstalled] = true;
26137
26137
  const url = this.path + "/dist/editable.js";
26138
26138
  const win = doc.defaultView;
26139
- win["__webpack_public_path__"] = url;
26139
+ win["__web_components_path__"] = url;
26140
26140
  frame.sandbox.add("allow-scripts");
26141
26141
  const text = yield FetchBuilder.get(url).asText();
26142
26142
  const proxy = new CustomElementsProxy();
26143
26143
  const globals = {
26144
26144
  window: win,
26145
- __webpack_public_path__: url,
26145
+ __web_components_path__: url,
26146
26146
  document: win.document,
26147
26147
  Object: win.Object,
26148
26148
  Promise,
@@ -26252,7 +26252,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
26252
26252
  });
26253
26253
  }
26254
26254
  });
26255
- WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.165`;
26255
+ WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.166`;
26256
26256
  }
26257
26257
  };
26258
26258
  });