fix(dataflow): preserve edits during saves and CSV staging evidence
Module Package Release / publish-packages (push) Successful in 15s

Release v0.1.25. Coordinated integrity review: GovOPlaN/govoplan-core#298.
This commit is contained in:
2026-09-08 12:19:38 +02:00
parent 4175262b8b
commit a6c5bab3a4
14 changed files with 507 additions and 34 deletions
+1
View File
@@ -392,6 +392,7 @@ export function createDataflowSourceSnapshot(
format: "csv";
csv_text: string;
delimiter: string;
csv_value_mode?: "text" | "legacy_typed";
}
)
): Promise<TabularSource> {