@bldrs-ai/conway 0.20.915 → 0.21.911
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiled/Dist/ConwayGeomWasmNode.js +1 -1
- package/compiled/Dist/ConwayGeomWasmNodeMT.js +1 -1
- package/compiled/Dist/ConwayGeomWasmWeb.js +1 -1
- package/compiled/Dist/ConwayGeomWasmWebMT.wasm +0 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNode.js +1 -1
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNodeMT.js +1 -1
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWeb.js +1 -1
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWebMT.wasm +0 -0
- package/compiled/examples/browser-bundled.cjs +1 -1
- package/compiled/examples/cli-bundled.cjs +30 -3
- package/compiled/examples/validator-bundled.cjs +1 -1
- package/compiled/src/ifc/ifc_geometry_extraction.d.ts.map +1 -1
- package/compiled/src/ifc/ifc_geometry_extraction.js +28 -1
- package/compiled/src/version/version.js +1 -1
- package/compiled/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
Binary file
|
|
@@ -68492,7 +68492,7 @@ var IfcStepParser = class extends StepParser {
|
|
|
68492
68492
|
IfcStepParser.Instance = new IfcStepParser();
|
|
68493
68493
|
|
|
68494
68494
|
// compiled/src/version/version.js
|
|
68495
|
-
var versionString = "Conway Web-Ifc Shim v0.19.
|
|
68495
|
+
var versionString = "Conway Web-Ifc Shim v0.19.911";
|
|
68496
68496
|
|
|
68497
68497
|
// compiled/src/statistics/statistics.js
|
|
68498
68498
|
var Statistics = class {
|