@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.cjs +1 -1
- package/build/dive.cjs.map +1 -1
- package/build/dive.js +1 -1
- package/build/dive.js.map +1 -1
- package/package.json +1 -1
- package/src/com/Communication.ts +1 -1
- package/src/com/__test__/Communication.test.ts +1 -2
package/build/dive.cjs
CHANGED
|
@@ -718,7 +718,7 @@ var _DIVECommunication = class _DIVECommunication {
|
|
|
718
718
|
}
|
|
719
719
|
get mediaGenerator() {
|
|
720
720
|
if (!this._mediaGenerator) {
|
|
721
|
-
const DIVEMediaCreator2 = (init_MediaCreator(), __toCommonJS(MediaCreator_exports)).
|
|
721
|
+
const DIVEMediaCreator2 = (init_MediaCreator(), __toCommonJS(MediaCreator_exports)).DIVEMediaCreator;
|
|
722
722
|
this._mediaGenerator = new DIVEMediaCreator2(this.renderer, this.scene, this.controller);
|
|
723
723
|
}
|
|
724
724
|
return this._mediaGenerator;
|