@one-commerce/sdk-core 1.19.4 → 1.19.7
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/bundles/bundle.esm.js +1 -2
- package/lib/bundles/bundle.esm.js.map +1 -1
- package/lib/bundles/bundle.esm.min.js +1 -1
- package/lib/bundles/bundle.esm.min.js.map +1 -1
- package/lib/bundles/bundle.umd.js +1 -2
- package/lib/bundles/bundle.umd.js.map +1 -1
- package/lib/bundles/bundle.umd.min.js +1 -1
- package/lib/bundles/bundle.umd.min.js.map +1 -1
- package/lib/cjs/index.js +1 -2
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/shop/services.js.map +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/shop/services.js.map +1 -1
- package/lib/types/shop/services.d.ts +6 -0
- package/lib/types/shop/services.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -969,10 +969,9 @@ var Sdk = /*#__PURE__*/function (_Events) {
|
|
|
969
969
|
}
|
|
970
970
|
});
|
|
971
971
|
Sdk.log('Emitting INIT with payload ', _this.instances);
|
|
972
|
+
_this.isInitialized = true;
|
|
972
973
|
|
|
973
974
|
_this.emit(SdkInternalEvents.INIT, _this.instances);
|
|
974
|
-
|
|
975
|
-
_this.isInitialized = true;
|
|
976
975
|
});
|
|
977
976
|
|
|
978
977
|
_this.channel.subscribe(main.Message.UPDATE, function (payload) {
|