@shopware-ag/dive 1.6.2 → 1.6.3

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/build/dive.js CHANGED
@@ -696,7 +696,7 @@ var _DIVECommunication = class _DIVECommunication {
696
696
  }
697
697
  get mediaGenerator() {
698
698
  if (!this._mediaGenerator) {
699
- const DIVEMediaCreator2 = (init_MediaCreator(), __toCommonJS(MediaCreator_exports)).default;
699
+ const DIVEMediaCreator2 = (init_MediaCreator(), __toCommonJS(MediaCreator_exports)).DIVEMediaCreator;
700
700
  this._mediaGenerator = new DIVEMediaCreator2(this.renderer, this.scene, this.controller);
701
701
  }
702
702
  return this._mediaGenerator;