fix(packaging): expose immutable WebUI Git package for v0.1.23

This commit is contained in:
2026-09-08 02:06:11 +02:00
parent bf77ac2a8d
commit 6e03338b13
2 changed files with 52 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"name": "@govoplan/workflow-webui",
"version": "0.1.23",
"private": true,
"type": "module",
"main": "webui/src/index.ts",
"module": "webui/src/index.ts",
"types": "webui/src/index.ts",
"exports": {
".": {
"types": "./webui/src/index.ts",
"import": "./webui/src/index.ts"
}
},
"peerDependencies": {
"@govoplan/core-webui": "^0.1.45",
"@xyflow/react": "^12.11.2",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20",
"react-router": ">=8.3.0 <9",
"typescript": "^5.7.2"
},
"peerDependenciesMeta": {
"@govoplan/core-webui": {
"optional": true
}
},
"files": [
"webui/src",
"README.md",
"LICENSE"
]
}