@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.esm.js
CHANGED
|
@@ -554,6 +554,7 @@ const checkNodeVersion = async () => {
|
|
|
554
554
|
process.exit(1);
|
|
555
555
|
}
|
|
556
556
|
else {
|
|
557
|
+
spinner.stop();
|
|
557
558
|
return true;
|
|
558
559
|
}
|
|
559
560
|
};
|
|
@@ -21048,7 +21049,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
21048
21049
|
};
|
|
21049
21050
|
|
|
21050
21051
|
var name = "@embeddable.com/sdk-core";
|
|
21051
|
-
var version = "3.7.
|
|
21052
|
+
var version = "3.7.4";
|
|
21052
21053
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
21053
21054
|
var keywords = [
|
|
21054
21055
|
"embeddable",
|