Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bc367a454 | ||
|
|
5e22ce3f34 | ||
|
|
63a64328ae |
+2
-2
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "govoplan-portal"
|
name = "govoplan-portal"
|
||||||
version = "0.1.15"
|
version = "0.1.18"
|
||||||
description = "GovOPlaN service discovery and public portal module."
|
description = "GovOPlaN service discovery and public portal module."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
authors = [{ name = "GovOPlaN" }]
|
authors = [{ name = "GovOPlaN" }]
|
||||||
dependencies = ["govoplan-core>=0.1.15"]
|
dependencies = ["govoplan-core>=0.1.18"]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ from govoplan_core.core.views import ViewSurface
|
|||||||
|
|
||||||
|
|
||||||
MODULE_ID = "portal"
|
MODULE_ID = "portal"
|
||||||
MODULE_VERSION = "0.1.15"
|
MODULE_VERSION = "0.1.18"
|
||||||
READ_SCOPE = "portal:service:read"
|
READ_SCOPE = "portal:service:read"
|
||||||
SERVICE_LAUNCH_CAPABILITIES = tuple(
|
SERVICE_LAUNCH_CAPABILITIES = tuple(
|
||||||
service_launch_capability(kind) for kind in ("case", "form", "workflow")
|
service_launch_capability(kind) for kind in ("case", "form", "workflow")
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@govoplan/portal-webui",
|
"name": "@govoplan/portal-webui",
|
||||||
"version": "0.1.15",
|
"version": "0.1.18",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"test:interface-pattern": "node scripts/test-interface-pattern.mjs"
|
"test:interface-pattern": "node scripts/test-interface-pattern.mjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@govoplan/core-webui": "^0.1.15",
|
"@govoplan/core-webui": "^0.1.18",
|
||||||
"lucide-react": "^1.23.0",
|
"lucide-react": "^1.23.0",
|
||||||
"react": ">=19.2.7 <20",
|
"react": ">=19.2.7 <20",
|
||||||
"react-dom": ">=19.2.7 <20",
|
"react-dom": ">=19.2.7 <20",
|
||||||
|
|||||||
Reference in New Issue
Block a user