@embeddable.com/sdk-core 2.5.5 → 2.6.0-next.0
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/bin/embeddable +34 -9
- package/lib/entryPoint.d.ts +1 -0
- package/lib/index.esm.js +1 -0
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/package.json +2 -1
package/lib/index.js
CHANGED
|
@@ -20242,6 +20242,7 @@ const buildWebComponent = async (config) => {
|
|
|
20242
20242
|
};
|
|
20243
20243
|
var dev = async () => {
|
|
20244
20244
|
var _a;
|
|
20245
|
+
checkNodeVersion();
|
|
20245
20246
|
const http = require("http");
|
|
20246
20247
|
ora = (await oraP).default;
|
|
20247
20248
|
process.on("warning", (e) => console.warn(e.stack));
|