@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/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));