@bldrs-ai/conway 1.499.1419 → 1.501.1426

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.
Files changed (29) hide show
  1. package/compiled/Dist/ConwayGeomWasmNode.js +0 -0
  2. package/compiled/Dist/ConwayGeomWasmNodeMT.js +0 -0
  3. package/compiled/Dist/ConwayGeomWasmWeb.js +0 -0
  4. package/compiled/Dist/ConwayGeomWasmWebMT.wasm +0 -0
  5. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNode.js +0 -0
  6. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNodeMT.js +0 -0
  7. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWeb.js +0 -0
  8. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWebMT.wasm +0 -0
  9. package/compiled/examples/browser-bundled.cjs +1 -4
  10. package/compiled/examples/cli-bundled.cjs +2 -5
  11. package/compiled/examples/cli-step-bundled.cjs +9 -6
  12. package/compiled/examples/validator-bundled.cjs +1 -4
  13. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.d.ts.map +1 -1
  14. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.js +16 -2
  15. package/compiled/src/compat/web-ifc/coordination_export_order.test.d.ts +2 -0
  16. package/compiled/src/compat/web-ifc/coordination_export_order.test.d.ts.map +1 -0
  17. package/compiled/src/compat/web-ifc/coordination_export_order.test.js +110 -0
  18. package/compiled/src/compat/web-ifc/coordination_f64.d.ts +60 -1
  19. package/compiled/src/compat/web-ifc/coordination_f64.d.ts.map +1 -1
  20. package/compiled/src/compat/web-ifc/coordination_f64.js +103 -8
  21. package/compiled/src/compat/web-ifc/coordination_f64.test.js +115 -30
  22. package/compiled/src/step/parsing/inf_recovery_index.test.d.ts +2 -0
  23. package/compiled/src/step/parsing/inf_recovery_index.test.d.ts.map +1 -0
  24. package/compiled/src/step/parsing/inf_recovery_index.test.js +108 -0
  25. package/compiled/src/step/parsing/step_parser.d.ts.map +1 -1
  26. package/compiled/src/step/parsing/step_parser.js +32 -3
  27. package/compiled/src/version/version.js +1 -1
  28. package/compiled/tsconfig.tsbuildinfo +1 -1
  29. package/package.json +1 -1
Binary file
Binary file
@@ -30,7 +30,7 @@ var import_node_process = require("node:process");
30
30
  var readline = __toESM(require("node:readline"), 1);
31
31
 
32
32
  // compiled/src/version/version.js
33
- var versionString = "Conway v1.499.1419";
33
+ var versionString = "Conway v1.501.1426";
34
34
 
35
35
  // compiled/dependencies/conway-geom/interface/conway_geometry.js
36
36
  var wasmType = "";
@@ -2940,9 +2940,6 @@ var StepParser = class extends StepHeaderParser {
2940
2940
  input2.begin();
2941
2941
  const elementResult = parseInlineElement();
2942
2942
  if (elementResult !== void 0) {
2943
- for (const element of elementResult[0].elements) {
2944
- element.expressID = expressID;
2945
- }
2946
2943
  input2.rollback();
2947
2944
  if (tokenws(INF)) {
2948
2945
  break;