@bldrs-ai/conway 1.383.1196 → 1.385.1233

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 (54) 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.js +1 -1
  5. package/compiled/Dist/ConwayGeomWasmWebMT.wasm +0 -0
  6. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNode.js +0 -0
  7. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNodeMT.js +0 -0
  8. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWeb.js +0 -0
  9. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWebMT.js +1 -1
  10. package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWebMT.wasm +0 -0
  11. package/compiled/examples/browser-bundled.cjs +177 -11
  12. package/compiled/examples/cli-bundled.cjs +206 -40
  13. package/compiled/examples/cli-step-bundled.cjs +138 -43
  14. package/compiled/examples/validator-bundled.cjs +177 -11
  15. package/compiled/src/AP214E3_2010/ap214_ellipse_trim.test.d.ts +2 -0
  16. package/compiled/src/AP214E3_2010/ap214_ellipse_trim.test.d.ts.map +1 -0
  17. package/compiled/src/AP214E3_2010/ap214_ellipse_trim.test.js +74 -0
  18. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.d.ts +7 -1
  19. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.d.ts.map +1 -1
  20. package/compiled/src/AP214E3_2010/ap214_geometry_extraction.js +65 -7
  21. package/compiled/src/AP214E3_2010/ap214_occurrence_geometry.test.js +59 -0
  22. package/compiled/src/compat/web-ifc/ap214_properties.d.ts.map +1 -1
  23. package/compiled/src/compat/web-ifc/ap214_properties.js +34 -1
  24. package/compiled/src/compat/web-ifc/ap214_properties.test.js +30 -0
  25. package/compiled/src/ifc/ifc_step_model.d.ts +5 -2
  26. package/compiled/src/ifc/ifc_step_model.d.ts.map +1 -1
  27. package/compiled/src/ifc/ifc_step_model.js +5 -3
  28. package/compiled/src/ifc/ifc_step_parser.d.ts +36 -0
  29. package/compiled/src/ifc/ifc_step_parser.d.ts.map +1 -1
  30. package/compiled/src/ifc/ifc_step_parser.js +40 -0
  31. package/compiled/src/ifc/ifc_stream_model.test.d.ts +2 -0
  32. package/compiled/src/ifc/ifc_stream_model.test.d.ts.map +1 -0
  33. package/compiled/src/ifc/ifc_stream_model.test.js +70 -0
  34. package/compiled/src/parsing/parsing_buffer.d.ts +23 -0
  35. package/compiled/src/parsing/parsing_buffer.d.ts.map +1 -1
  36. package/compiled/src/parsing/parsing_buffer.js +31 -0
  37. package/compiled/src/step/parsing/byte_source.d.ts +55 -0
  38. package/compiled/src/step/parsing/byte_source.d.ts.map +1 -0
  39. package/compiled/src/step/parsing/byte_source.js +35 -0
  40. package/compiled/src/step/parsing/step_parser.d.ts +14 -0
  41. package/compiled/src/step/parsing/step_parser.d.ts.map +1 -1
  42. package/compiled/src/step/parsing/step_parser.js +41 -4
  43. package/compiled/src/step/parsing/streaming_index_builder.d.ts +60 -0
  44. package/compiled/src/step/parsing/streaming_index_builder.d.ts.map +1 -0
  45. package/compiled/src/step/parsing/streaming_index_builder.js +115 -0
  46. package/compiled/src/step/parsing/streaming_index_builder.test.d.ts +2 -0
  47. package/compiled/src/step/parsing/streaming_index_builder.test.d.ts.map +1 -0
  48. package/compiled/src/step/parsing/streaming_index_builder.test.js +107 -0
  49. package/compiled/src/step/step_model_base.d.ts +9 -3
  50. package/compiled/src/step/step_model_base.d.ts.map +1 -1
  51. package/compiled/src/step/step_model_base.js +9 -3
  52. package/compiled/src/version/version.js +1 -1
  53. package/compiled/tsconfig.tsbuildinfo +1 -1
  54. package/package.json +1 -1
Binary file
Binary file