@bldrs-ai/conway 0.16.849 → 0.17.852
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/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.js +1 -1
- package/compiled/examples/validator-bundled.js +1 -1
- package/compiled/src/version/version.js +1 -1
- package/compiled/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
Binary file
|
|
@@ -68421,7 +68421,7 @@ var IfcStepParser = class extends StepParser {
|
|
|
68421
68421
|
IfcStepParser.Instance = new IfcStepParser();
|
|
68422
68422
|
|
|
68423
68423
|
// compiled/src/version/version.js
|
|
68424
|
-
var versionString = "Conway Web-Ifc Shim v0.
|
|
68424
|
+
var versionString = "Conway Web-Ifc Shim v0.16.852";
|
|
68425
68425
|
|
|
68426
68426
|
// compiled/src/statistics/statistics.js
|
|
68427
68427
|
var Statistics = class {
|
|
@@ -68419,7 +68419,7 @@ var IfcStepParser = class extends StepParser {
|
|
|
68419
68419
|
IfcStepParser.Instance = new IfcStepParser();
|
|
68420
68420
|
|
|
68421
68421
|
// compiled/src/version/version.js
|
|
68422
|
-
var versionString = "Conway Web-Ifc Shim v0.
|
|
68422
|
+
var versionString = "Conway Web-Ifc Shim v0.16.852";
|
|
68423
68423
|
|
|
68424
68424
|
// compiled/src/statistics/statistics.js
|
|
68425
68425
|
var Statistics = class {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const versionString = 'Conway Web-Ifc Shim v0.
|
|
1
|
+
const versionString = 'Conway Web-Ifc Shim v0.17.852';
|
|
2
2
|
export { versionString };
|