Release govoplan-workflow v0.1.23: unify interface contracts and documentation

This commit is contained in:
2026-09-08 01:32:55 +02:00
parent 4aa19840bc
commit bf77ac2a8d
5 changed files with 60 additions and 38 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/workflow-webui",
"version": "0.1.22",
"version": "0.1.23",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -17,7 +17,7 @@
"test:interface-pattern": "node scripts/test-interface-pattern.mjs"
},
"peerDependencies": {
"@govoplan/core-webui": "^0.1.18",
"@govoplan/core-webui": "^0.1.45",
"@xyflow/react": "^12.11.2",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",