@mx-cartographer/experiences 3.8.0 → 3.8.1-alpha.sms1
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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -12477,7 +12477,7 @@ class eh {
|
|
|
12477
12477
|
this.copyStore = new V1(), this.insightsMicroWidgetStore = new Ah(), wA(this);
|
|
12478
12478
|
}
|
|
12479
12479
|
initialize = async (e, n, r) => {
|
|
12480
|
-
await this.copyStore.initialize(e, n), await this.insightsMicroWidgetStore.initialize(e, n, r), this.session = await As(e, n, "1.0.0", "Micro Insights Carousel"), nA(() => {
|
|
12480
|
+
console.log("Experiences > microinsights initialize"), await this.copyStore.initialize(e, n), await this.insightsMicroWidgetStore.initialize(e, n, r), this.session = await As(e, n, "1.0.0", "Micro Insights Carousel"), nA(() => {
|
|
12481
12481
|
this.isInitialized = !0;
|
|
12482
12482
|
});
|
|
12483
12483
|
};
|