@embeddable.com/sdk-core 3.9.1 → 3.9.2

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.esm.js CHANGED
@@ -21579,11 +21579,14 @@ var dev = async () => {
21579
21579
  return;
21580
21580
  }
21581
21581
  const done = finalhandler(request, res);
21582
- if ((_a = request.url) === null || _a === void 0 ? void 0 : _a.endsWith(GLOBAL_CSS)) {
21583
- res.writeHead(200, { "Content-Type": "text/css" });
21584
- res.end(require$$2$1.readFileSync(config.client.globalCss));
21585
- return;
21582
+ try {
21583
+ if ((_a = request.url) === null || _a === void 0 ? void 0 : _a.endsWith(GLOBAL_CSS)) {
21584
+ res.writeHead(200, { "Content-Type": "text/css" });
21585
+ res.end(require$$2$1.readFileSync(config.client.globalCss));
21586
+ return;
21587
+ }
21586
21588
  }
21589
+ catch (_b) { }
21587
21590
  serve(request, res, done);
21588
21591
  });
21589
21592
  wss = new WebSocketServer({ server });
@@ -21801,7 +21804,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
21801
21804
  };
21802
21805
 
21803
21806
  var name = "@embeddable.com/sdk-core";
21804
- var version = "3.9.1";
21807
+ var version = "3.9.2";
21805
21808
  var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
21806
21809
  var keywords = [
21807
21810
  "embeddable",