@one-commerce/sdk-backoffice-vue3 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.
@@ -388,8 +388,8 @@ class Sdk extends Events {
388
388
  }
389
389
  });
390
390
  Sdk.log('Emitting INIT with payload ', this.instances);
391
- this.emit(SdkInternalEvents.INIT, this.instances);
392
391
  this.isInitialized = true;
392
+ this.emit(SdkInternalEvents.INIT, this.instances);
393
393
  });
394
394
  this.channel.subscribe(main.Message.UPDATE, payload => {
395
395
  Sdk.log('Emitting UPDATE with payload ', payload);