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
+4 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/dataflow-webui",
"version": "0.1.24",
"version": "0.1.25",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -15,10 +15,11 @@
},
"scripts": {
"typecheck": "tsc --noEmit",
"test:structure": "node scripts/test-dataflow-page-structure.mjs"
"test:structure": "node scripts/test-dataflow-page-structure.mjs",
"test:save-completion": "node --test scripts/test-save-completion.mjs"
},
"peerDependencies": {
"@govoplan/core-webui": "^0.1.45",
"@govoplan/core-webui": "^0.1.46",
"@xyflow/react": "^12.11.2",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",