diff --git a/package.json b/package.json index 1f05927..3694b44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/files-webui", - "version": "0.1.15", + "version": "0.1.16", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -26,7 +26,7 @@ "react-dom": ">=19.2.7 <20", "react-router": ">=8.3.0 <9", "lucide-react": "^1.23.0", - "@govoplan/core-webui": "^0.1.15" + "@govoplan/core-webui": "^0.1.16" }, "peerDependenciesMeta": { "@govoplan/core-webui": { diff --git a/pyproject.toml b/pyproject.toml index cba85e0..8f6f447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-files" -version = "0.1.15" +version = "0.1.16" description = "GovOPlaN files module with backend and WebUI integration." readme = "README.md" requires-python = ">=3.12" license = { file = "LICENSE" } authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.15", + "govoplan-core>=0.1.16", "defusedxml>=0.7,<1", "pyzipper>=0.3.6,<1", "python-multipart>=0.0.31,<1", diff --git a/src/govoplan_files/backend/manifest.py b/src/govoplan_files/backend/manifest.py index da90a8c..cf64e56 100644 --- a/src/govoplan_files/backend/manifest.py +++ b/src/govoplan_files/backend/manifest.py @@ -279,7 +279,7 @@ REMOTE_STORAGE_PROVIDER = ExternalProviderDeclaration( manifest = ModuleManifest( id="files", name="Files", - version="0.1.15", + version="0.1.16", required_capabilities=(CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR), optional_dependencies=("campaigns", "encryption", "search"), provides_interfaces=( diff --git a/webui/package.json b/webui/package.json index b2dac0c..64416af 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/files-webui", - "version": "0.1.15", + "version": "0.1.16", "private": true, "type": "module", "main": "src/index.ts", @@ -26,7 +26,7 @@ "react-dom": ">=19.2.7 <20", "react-router": ">=8.3.0 <9", "lucide-react": "^1.23.0", - "@govoplan/core-webui": "^0.1.15" + "@govoplan/core-webui": "^0.1.16" }, "peerDependenciesMeta": { "@govoplan/core-webui": {