diff --git a/package-lock.json b/package-lock.json index 424040f2..25a64120 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-ifc", - "version": "0.0.59", + "version": "0.0.60", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-ifc", - "version": "0.0.59", + "version": "0.0.60", "devDependencies": { "@types/jest": "^27.5.2", "@types/three": "^0.168.0", diff --git a/package.json b/package.json index 1fbe1d42..11c3507f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-ifc", - "version": "0.0.59", + "version": "0.0.60", "description": "ifc loading on the web", "module": "./web-ifc-api.js", "main": "./web-ifc-api-node.js", diff --git a/src/cpp/version.h b/src/cpp/version.h index 056bc404..38df2108 100644 --- a/src/cpp/version.h +++ b/src/cpp/version.h @@ -2,4 +2,4 @@ #pragma once #include -const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.59"; +const std::string_view WEB_IFC_VERSION_NUMBER = "0.0.60"; diff --git a/yarn.lock b/yarn.lock index afc14253..a99c4d6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -299,10 +299,10 @@ dependencies: "@jridgewell/trace-mapping" "0.3.9" -"@esbuild/darwin-arm64@0.23.1": +"@esbuild/linux-x64@0.23.1": version "0.23.1" - resolved "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz" - integrity sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q== + resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz" + integrity sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ== "@hapi/bourne@^3.0.0": version "3.0.0" @@ -1854,11 +1854,6 @@ fs.realpath@^1.0.0: resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== -fsevents@^2.3.2: - version "2.3.3" - resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" - integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== - function-bind@^1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"