@colijnit/configuratorcore 262.1.4 → 262.1.6
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/index.d.ts
CHANGED
|
@@ -329,7 +329,6 @@ declare class ThreedUtils {
|
|
|
329
329
|
loadGlbModel(file: string, cleanUp?: boolean, dracoPath?: string): Promise<THREE.Object3D>;
|
|
330
330
|
loadGlbSource(file: string, setVisibleFalse?: boolean, dracoPath?: string): Promise<THREE.Object3D>;
|
|
331
331
|
textureFromUrl(url: string): Promise<any>;
|
|
332
|
-
cleanedUpObjectsWeb(object: Object3D, cleanUp?: boolean): Object3D;
|
|
333
332
|
private _cleanedUpObjects;
|
|
334
333
|
private _addGroupChildrenToObject;
|
|
335
334
|
private _iterateChildren;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/configuratorcore",
|
|
3
|
-
"version": "262.1.
|
|
3
|
+
"version": "262.1.6",
|
|
4
4
|
"description": "iOne configurator core specific for version 262",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@colijnit/configuratorapi": ">=262.1.4",
|
|
14
14
|
"@colijnit/ioneconnector": ">=262.1.2",
|
|
15
|
-
"@types/three": "0.178.1",
|
|
16
|
-
"three": "0.178.0"
|
|
15
|
+
"@types/three": ">=0.178.1",
|
|
16
|
+
"three": ">=0.178.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"axios": "0.27.2",
|