@bldrs-ai/conway 1.399.1223 → 1.401.1237

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 (56) 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 +184 -11
  12. package/compiled/examples/cli-bundled.cjs +213 -40
  13. package/compiled/examples/cli-step-bundled.cjs +105 -37
  14. package/compiled/examples/validator-bundled.cjs +184 -11
  15. package/compiled/src/ifc/ifc_step_model.d.ts +5 -2
  16. package/compiled/src/ifc/ifc_step_model.d.ts.map +1 -1
  17. package/compiled/src/ifc/ifc_step_model.js +5 -3
  18. package/compiled/src/ifc/ifc_step_parser.d.ts +36 -0
  19. package/compiled/src/ifc/ifc_step_parser.d.ts.map +1 -1
  20. package/compiled/src/ifc/ifc_step_parser.js +40 -0
  21. package/compiled/src/ifc/ifc_stream_model.test.d.ts +2 -0
  22. package/compiled/src/ifc/ifc_stream_model.test.d.ts.map +1 -0
  23. package/compiled/src/ifc/ifc_stream_model.test.js +70 -0
  24. package/compiled/src/parsing/parsing_buffer.d.ts +23 -0
  25. package/compiled/src/parsing/parsing_buffer.d.ts.map +1 -1
  26. package/compiled/src/parsing/parsing_buffer.js +31 -0
  27. package/compiled/src/step/parsing/byte_source.d.ts +55 -0
  28. package/compiled/src/step/parsing/byte_source.d.ts.map +1 -0
  29. package/compiled/src/step/parsing/byte_source.js +35 -0
  30. package/compiled/src/step/parsing/incremental_type_index.d.ts +64 -0
  31. package/compiled/src/step/parsing/incremental_type_index.d.ts.map +1 -0
  32. package/compiled/src/step/parsing/incremental_type_index.js +92 -0
  33. package/compiled/src/step/parsing/incremental_type_index.test.d.ts +2 -0
  34. package/compiled/src/step/parsing/incremental_type_index.test.d.ts.map +1 -0
  35. package/compiled/src/step/parsing/incremental_type_index.test.js +55 -0
  36. package/compiled/src/step/parsing/step_parser.d.ts +19 -0
  37. package/compiled/src/step/parsing/step_parser.d.ts.map +1 -1
  38. package/compiled/src/step/parsing/step_parser.js +48 -4
  39. package/compiled/src/step/parsing/streaming_index_builder.d.ts +70 -0
  40. package/compiled/src/step/parsing/streaming_index_builder.d.ts.map +1 -0
  41. package/compiled/src/step/parsing/streaming_index_builder.js +125 -0
  42. package/compiled/src/step/parsing/streaming_index_builder.test.d.ts +2 -0
  43. package/compiled/src/step/parsing/streaming_index_builder.test.d.ts.map +1 -0
  44. package/compiled/src/step/parsing/streaming_index_builder.test.js +107 -0
  45. package/compiled/src/step/parsing/streaming_record_dispatcher.d.ts +55 -0
  46. package/compiled/src/step/parsing/streaming_record_dispatcher.d.ts.map +1 -0
  47. package/compiled/src/step/parsing/streaming_record_dispatcher.js +67 -0
  48. package/compiled/src/step/parsing/streaming_record_dispatcher.test.d.ts +2 -0
  49. package/compiled/src/step/parsing/streaming_record_dispatcher.test.d.ts.map +1 -0
  50. package/compiled/src/step/parsing/streaming_record_dispatcher.test.js +66 -0
  51. package/compiled/src/step/step_model_base.d.ts +9 -3
  52. package/compiled/src/step/step_model_base.d.ts.map +1 -1
  53. package/compiled/src/step/step_model_base.js +9 -3
  54. package/compiled/src/version/version.js +1 -1
  55. package/compiled/tsconfig.tsbuildinfo +1 -1
  56. package/package.json +1 -1
Binary file
Binary file