@bldrs-ai/conway 1.560.1539 → 1.564.1548
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 +0 -0
- package/compiled/Dist/ConwayGeomWasmNodeMT.js +0 -0
- package/compiled/Dist/ConwayGeomWasmWeb.js +0 -0
- package/compiled/Dist/ConwayGeomWasmWebMT.js +1 -1
- package/compiled/Dist/ConwayGeomWasmWebMT.wasm +0 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNode.js +0 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmNodeMT.js +0 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWeb.js +0 -0
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWebMT.js +1 -1
- package/compiled/dependencies/conway-geom/Dist/ConwayGeomWasmWebMT.wasm +0 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_add_face_to_geometry.d.ts +11 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_add_face_to_geometry.d.ts.map +1 -1
- package/compiled/dependencies/conway-geom/interface/parameters/params_add_face_to_geometry_simple.d.ts +2 -0
- package/compiled/dependencies/conway-geom/interface/parameters/params_add_face_to_geometry_simple.d.ts.map +1 -1
- package/compiled/examples/browser-bundled.cjs +70 -2
- package/compiled/examples/cli-bundled.cjs +702 -128
- package/compiled/examples/cli-step-bundled.cjs +836 -136
- package/compiled/examples/validator-bundled.cjs +70 -2
- package/compiled/src/AP214E3_2010/ap214_command_line_main.js +5 -0
- package/compiled/src/AP214E3_2010/ap214_demand_unit_slicing.test.d.ts +2 -0
- package/compiled/src/AP214E3_2010/ap214_demand_unit_slicing.test.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_demand_unit_slicing.test.js +170 -0
- package/compiled/src/AP214E3_2010/ap214_extent_coverage.test.d.ts +2 -0
- package/compiled/src/AP214E3_2010/ap214_extent_coverage.test.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_extent_coverage.test.js +184 -0
- package/compiled/src/AP214E3_2010/ap214_geometry_extraction.d.ts +347 -9
- package/compiled/src/AP214E3_2010/ap214_geometry_extraction.d.ts.map +1 -1
- package/compiled/src/AP214E3_2010/ap214_geometry_extraction.js +985 -85
- package/compiled/src/AP214E3_2010/ap214_geometry_extraction.test.js +11 -1
- package/compiled/src/AP214E3_2010/ap214_regression_main.js +35 -7
- package/compiled/src/AP214E3_2010/ap214_representation_extent_floor.test.d.ts +2 -0
- package/compiled/src/AP214E3_2010/ap214_representation_extent_floor.test.d.ts.map +1 -0
- package/compiled/src/AP214E3_2010/ap214_representation_extent_floor.test.js +202 -0
- package/compiled/src/compat/web-ifc/aggregate_prefetch_paging.test.d.ts +2 -0
- package/compiled/src/compat/web-ifc/aggregate_prefetch_paging.test.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/aggregate_prefetch_paging.test.js +325 -0
- package/compiled/src/compat/web-ifc/ap214_pump_budget.test.d.ts +2 -0
- package/compiled/src/compat/web-ifc/ap214_pump_budget.test.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ap214_pump_budget.test.js +77 -0
- package/compiled/src/compat/web-ifc/geometry_progress_accounting.test.d.ts +2 -0
- package/compiled/src/compat/web-ifc/geometry_progress_accounting.test.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/geometry_progress_accounting.test.js +503 -0
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ap214.d.ts +19 -0
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ap214.d.ts.map +1 -1
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ap214.js +70 -12
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ifc.d.ts +68 -10
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ifc.d.ts.map +1 -1
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ifc.js +121 -24
- package/compiled/src/ifc/ifc_command_line_main.js +1 -0
- package/compiled/src/ifc/ifc_demand_extraction.test.js +140 -0
- package/compiled/src/ifc/ifc_geometry_extraction.d.ts +423 -7
- package/compiled/src/ifc/ifc_geometry_extraction.d.ts.map +1 -1
- package/compiled/src/ifc/ifc_geometry_extraction.js +721 -79
- package/compiled/src/ifc/ifc_regression_main.js +77 -7
- package/compiled/src/ifc/ifc_rel_aggregate_extraction.test.js +96 -2
- package/compiled/src/ifc/ifc_trimmed_curve_unspecified.test.d.ts +2 -0
- package/compiled/src/ifc/ifc_trimmed_curve_unspecified.test.d.ts.map +1 -0
- package/compiled/src/ifc/ifc_trimmed_curve_unspecified.test.js +117 -0
- package/compiled/src/loaders/conway_model_loader.d.ts.map +1 -1
- package/compiled/src/loaders/conway_model_loader.js +11 -0
- package/compiled/src/scripts/bless_perf_snapshot.test.js +44 -1
- package/compiled/src/scripts/check_compiled_fresh.test.d.ts +2 -0
- package/compiled/src/scripts/check_compiled_fresh.test.d.ts.map +1 -0
- package/compiled/src/scripts/check_compiled_fresh.test.js +136 -0
- package/compiled/src/scripts/perf_ab_compare.test.js +22 -7
- package/compiled/src/scripts/perf_csv_quoting.test.js +46 -8
- package/compiled/src/scripts/perf_writer_and_wallclock.test.d.ts +2 -0
- package/compiled/src/scripts/perf_writer_and_wallclock.test.d.ts.map +1 -0
- package/compiled/src/scripts/perf_writer_and_wallclock.test.js +665 -0
- package/compiled/src/statistics/statistics.d.ts +63 -0
- package/compiled/src/statistics/statistics.d.ts.map +1 -1
- package/compiled/src/statistics/statistics.js +76 -1
- package/compiled/src/version/version.js +1 -1
- package/compiled/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|