v3.1.0
Minor Changes
-
f808fa1:
engine.status()andengine.listRuns()now return rows with your drizzle-inferred types instead ofunknown.Engine,EngineOpts,RunDetail, andListRunsPageare generic overT extends FlowTableswith a sensible default. Passtablesfrom your generated schema and any custom columns you added flow through end-to-end — withouttables, the rows reflect the engine's internal table shape.Also exports the row types (
RunRow,StepRow,TimerRow,SignalRow,EventRow),DefaultFlowTables, and theRow<T>helper.