fix(packaging): expose immutable WebUI Git package for v0.1.24
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-09-08 02:06:11 +02:00
parent a2dd280c47
commit 0bcbac6675
5 changed files with 50 additions and 6 deletions
+29 -3
View File
@@ -1,8 +1,34 @@
{
"name": "@govoplan/records",
"version": "0.1.23",
"name": "@govoplan/records-webui",
"version": "0.1.24",
"private": true,
"description": "GovOPlaN eAkte and institutional records module.",
"type": "module",
"peerDependencies": {}
"peerDependencies": {
"@govoplan/core-webui": "^0.1.18",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20",
"react-router": ">=8.3.0 <9"
},
"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"
},
"./styles/records.css": "./webui/src/styles/records.css"
},
"peerDependenciesMeta": {
"@govoplan/core-webui": {
"optional": true
}
},
"files": [
"webui/src",
"README.md",
"LICENSE"
]
}