diff --git a/convert2xkt.js b/convert2xkt.js index 6ded68a..f7c33b2 100755 --- a/convert2xkt.js +++ b/convert2xkt.js @@ -6,7 +6,7 @@ const {convert2xkt, XKT_INFO} = require("./dist/xeokit-convert.cjs.js"); const fs = require('fs'); const defaultConfigs = require(`./convert2xkt.conf.js`); -const WebIFC = require("web-ifc/web-ifc-api-node.js"); +const WebIFC = require("web-ifc"); const path = require("path"); const {createValidator} = require("@typeonly/validator"); diff --git a/package.json b/package.json index 18fac61..fa6535e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "fs": "0.0.1-security", "pako": "^2.0.4", "path": "^0.12.7", - "web-ifc": "0.0.40" + "web-ifc": "0.0.54" }, "devDependencies": { "@babel/core": "^7.17.10",