@shopware-ag/dive
Advanced tools
Comparing version 1.6.2 to 1.6.3
{ | ||
"name": "@shopware-ag/dive", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Shopware Spatial Framework", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -31,3 +31,2 @@ import DIVECommunication from '../Communication'; | ||
import { type Object3D } from 'three'; | ||
import { DIVESelectTool, isSelectTool } from '../../toolbox/select/SelectTool'; | ||
@@ -42,3 +41,3 @@ jest.mock('three/src/math/MathUtils', () => { | ||
return { | ||
default: jest.fn(function () { | ||
DIVEMediaCreator: jest.fn(function () { | ||
this.GenerateMedia = jest.fn(); | ||
@@ -45,0 +44,0 @@ |
@@ -56,3 +56,3 @@ import { Actions } from "./actions/index.ts"; | ||
if (!this._mediaGenerator) { | ||
const DIVEMediaCreator = require('../mediacreator/MediaCreator.ts').default as typeof import('../mediacreator/MediaCreator.ts').DIVEMediaCreator; | ||
const DIVEMediaCreator = require('../mediacreator/MediaCreator.ts').DIVEMediaCreator as typeof import('../mediacreator/MediaCreator.ts').DIVEMediaCreator; | ||
this._mediaGenerator = new DIVEMediaCreator(this.renderer, this.scene, this.controller); | ||
@@ -59,0 +59,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
751649
11942