Comparing version 0.0.61 to 0.0.62
{ | ||
"name": "web-ifc", | ||
"version": "0.0.61", | ||
"version": "0.0.62", | ||
"description": "ifc loading on the web", | ||
@@ -74,3 +74,3 @@ "module": "./web-ifc-api.js", | ||
"rimraf": "^6.0.0", | ||
"three": "^0.169.0", | ||
"three": "^0.170.0", | ||
"ts-jest": "^27.0.7", | ||
@@ -77,0 +77,0 @@ "ts-node": "^10.9.1", |
@@ -126,3 +126,3 @@ /** | ||
*/ | ||
Init(customLocateFileHandler?: LocateFileHandlerFn): Promise<void>; | ||
Init(customLocateFileHandler?: LocateFileHandlerFn, forceSingleThread?: boolean): Promise<void>; | ||
/** | ||
@@ -129,0 +129,0 @@ * Opens a set of models and returns model IDs |
@@ -126,3 +126,3 @@ /** | ||
*/ | ||
Init(customLocateFileHandler?: LocateFileHandlerFn): Promise<void>; | ||
Init(customLocateFileHandler?: LocateFileHandlerFn, forceSingleThread?: boolean): Promise<void>; | ||
/** | ||
@@ -129,0 +129,0 @@ * Opens a set of models and returns model IDs |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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 not supported yet
21901099