@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 +8 -5
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +8 -5
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/dev.ts +7 -5
package/lib/index.js
CHANGED
|
@@ -21607,11 +21607,14 @@ var dev = async () => {
|
|
|
21607
21607
|
return;
|
|
21608
21608
|
}
|
|
21609
21609
|
const done = finalhandler(request, res);
|
|
21610
|
-
|
|
21611
|
-
|
|
21612
|
-
|
|
21613
|
-
|
|
21610
|
+
try {
|
|
21611
|
+
if ((_a = request.url) === null || _a === void 0 ? void 0 : _a.endsWith(GLOBAL_CSS)) {
|
|
21612
|
+
res.writeHead(200, { "Content-Type": "text/css" });
|
|
21613
|
+
res.end(require$$2__namespace.readFileSync(config.client.globalCss));
|
|
21614
|
+
return;
|
|
21615
|
+
}
|
|
21614
21616
|
}
|
|
21617
|
+
catch (_b) { }
|
|
21615
21618
|
serve(request, res, done);
|
|
21616
21619
|
});
|
|
21617
21620
|
wss = new ws.WebSocketServer({ server });
|
|
@@ -21829,7 +21832,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
21829
21832
|
};
|
|
21830
21833
|
|
|
21831
21834
|
var name = "@embeddable.com/sdk-core";
|
|
21832
|
-
var version = "3.9.
|
|
21835
|
+
var version = "3.9.2";
|
|
21833
21836
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
21834
21837
|
var keywords = [
|
|
21835
21838
|
"embeddable",
|