Comparing version 0.0.59 to 0.0.60
{ | ||
"name": "web-ifc", | ||
"version": "0.0.59", | ||
"version": "0.0.60", | ||
"description": "ifc loading on the web", | ||
@@ -65,6 +65,6 @@ "module": "./web-ifc-api.js", | ||
"@types/jest": "^27.5.2", | ||
"@types/three": "^0.168.0", | ||
"@types/three": "^0.169.0", | ||
"adm-zip": "^0.5.10", | ||
"cpy-cli": "^5.0.0", | ||
"esbuild": "^0.23.0", | ||
"esbuild": "^0.24.0", | ||
"jest": "^27.4.2", | ||
@@ -75,3 +75,3 @@ "local-web-server": "^5.2.1", | ||
"rimraf": "^6.0.0", | ||
"three": "^0.168.0", | ||
"three": "^0.169.0", | ||
"ts-jest": "^27.0.7", | ||
@@ -78,0 +78,0 @@ "ts-node": "^10.9.1", |
@@ -430,2 +430,7 @@ /** | ||
DecodeText(text: string): any; | ||
/** | ||
* Resets the Cached IFC Data - useful when changing the geometry of a model | ||
* @param modelID Model handle retrieved by OpenModel | ||
*/ | ||
ResetCache(modelID: number): any; | ||
} |
@@ -430,2 +430,7 @@ /** | ||
DecodeText(text: string): any; | ||
/** | ||
* Resets the Cached IFC Data - useful when changing the geometry of a model | ||
* @param modelID Model handle retrieved by OpenModel | ||
*/ | ||
ResetCache(modelID: number): any; | ||
} |
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
21848194
40194