@one-commerce/sdk-core 1.19.6 → 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.
@@ -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) {