Comparing version 0.0.57 to 0.0.58
{ | ||
"name": "web-ifc", | ||
"version": "0.0.57", | ||
"version": "0.0.58", | ||
"description": "ifc loading on the web", | ||
@@ -65,3 +65,3 @@ "module": "./web-ifc-api.js", | ||
"@types/jest": "^27.5.2", | ||
"@types/three": "^0.167.0", | ||
"@types/three": "^0.168.0", | ||
"adm-zip": "^0.5.10", | ||
@@ -73,5 +73,5 @@ "cpy-cli": "^5.0.0", | ||
"make-dir-cli": "^4.0.0", | ||
"monaco-editor": "^0.50.0", | ||
"monaco-editor": "^0.51.0", | ||
"rimraf": "^6.0.0", | ||
"three": "^0.167.0", | ||
"three": "^0.168.0", | ||
"ts-jest": "^27.0.7", | ||
@@ -78,0 +78,0 @@ "ts-node": "^10.9.1", |
@@ -418,2 +418,14 @@ /** | ||
SetLogLevel(level: LogLevel): void; | ||
/** | ||
* Encodes test using IFC Encoding | ||
* @text the text to encode | ||
* @returns the text encoded | ||
*/ | ||
EncodeText(text: string): any; | ||
/** | ||
* Decodes test using IFC Encoding | ||
* @text the text to decode | ||
* @returns the text decoded | ||
*/ | ||
DecodeText(text: string): any; | ||
} |
@@ -418,2 +418,14 @@ /** | ||
SetLogLevel(level: LogLevel): void; | ||
/** | ||
* Encodes test using IFC Encoding | ||
* @text the text to encode | ||
* @returns the text encoded | ||
*/ | ||
EncodeText(text: string): any; | ||
/** | ||
* Decodes test using IFC Encoding | ||
* @text the text to decode | ||
* @returns the text decoded | ||
*/ | ||
DecodeText(text: string): 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
21829749
40184