@embeddable.com/sdk-core 3.7.3 → 3.7.4
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 +2 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/utils.test.ts +1 -0
- package/src/utils.ts +1 -0
package/lib/index.js
CHANGED
|
@@ -581,6 +581,7 @@ const checkNodeVersion = async () => {
|
|
|
581
581
|
process.exit(1);
|
|
582
582
|
}
|
|
583
583
|
else {
|
|
584
|
+
spinner.stop();
|
|
584
585
|
return true;
|
|
585
586
|
}
|
|
586
587
|
};
|
|
@@ -21075,7 +21076,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
21075
21076
|
};
|
|
21076
21077
|
|
|
21077
21078
|
var name = "@embeddable.com/sdk-core";
|
|
21078
|
-
var version = "3.7.
|
|
21079
|
+
var version = "3.7.4";
|
|
21079
21080
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
21080
21081
|
var keywords = [
|
|
21081
21082
|
"embeddable",
|