Release govoplan-dist-lists v0.1.21: unify interface contracts and documentation

This commit is contained in:
2026-09-08 01:32:32 +02:00
parent d1b2a05c91
commit c337f2f1fa
6 changed files with 59 additions and 29 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@govoplan/dist-lists-webui",
"version": "0.1.20",
"version": "0.1.21",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -14,10 +14,11 @@
"./styles/dist-lists.css": "./src/styles/dist-lists.css"
},
"scripts": {
"test:action-layout": "node scripts/test-action-layout.mjs",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@govoplan/core-webui": "^0.1.18",
"@govoplan/core-webui": "^0.1.45",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20",