@social-mail/social-mail-client 1.4.57 → 1.4.58

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.
@@ -26134,6 +26134,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
26134
26134
  }
26135
26135
  doc[webComponentsInstalled] = true;
26136
26136
  const url = this.path + "/dist/editable.js";
26137
+ doc.defaultView["__webpack_public_path__"] = url;
26137
26138
  frame.sandbox.add("allow-scripts");
26138
26139
  const text = yield FetchBuilder.get(url).asText();
26139
26140
  const proxy = new CustomElementsProxy();
@@ -26249,7 +26250,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
26249
26250
  });
26250
26251
  }
26251
26252
  });
26252
- WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.163`;
26253
+ WebComponents.path = `//cdn.jsdelivr.net/npm/@social-mail/web-components@1.0.164`;
26253
26254
  }
26254
26255
  };
26255
26256
  });