This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@govoplan/encryption",
|
"name": "@govoplan/encryption",
|
||||||
"version": "0.1.14",
|
"version": "0.1.15",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "GovOPlaN encryption platform module scaffold.",
|
"description": "GovOPlaN encryption platform module scaffold.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
+2
-2
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "govoplan-encryption"
|
name = "govoplan-encryption"
|
||||||
version = "0.1.14"
|
version = "0.1.15"
|
||||||
description = "Optional key-vault and content-protection capabilities for GovOPlaN."
|
description = "Optional key-vault and content-protection capabilities for GovOPlaN."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
authors = [{ name = "GovOPlaN" }]
|
authors = [{ name = "GovOPlaN" }]
|
||||||
dependencies = ["cryptography>=44", "govoplan-core>=0.1.14"]
|
dependencies = ["cryptography>=44", "govoplan-core>=0.1.15"]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ from govoplan_encryption.backend.service import SqlEncryptionService
|
|||||||
|
|
||||||
MODULE_ID = "encryption"
|
MODULE_ID = "encryption"
|
||||||
MODULE_NAME = "Encryption"
|
MODULE_NAME = "Encryption"
|
||||||
MODULE_VERSION = "0.1.14"
|
MODULE_VERSION = "0.1.15"
|
||||||
|
|
||||||
USE_SCOPE = "encryption:vault:use"
|
USE_SCOPE = "encryption:vault:use"
|
||||||
ADMIN_SCOPE = "encryption:vault:admin"
|
ADMIN_SCOPE = "encryption:vault:admin"
|
||||||
|
|||||||
+9
-4
@@ -1,23 +1,28 @@
|
|||||||
{
|
{
|
||||||
"name": "@govoplan/encryption-webui",
|
"name": "@govoplan/encryption-webui",
|
||||||
"version": "0.1.14",
|
"version": "0.1.15",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"module": "src/index.ts",
|
"module": "src/index.ts",
|
||||||
"types": "src/index.ts",
|
"types": "src/index.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": { "types": "./src/index.ts", "import": "./src/index.ts" },
|
".": {
|
||||||
|
"types": "./src/index.ts",
|
||||||
|
"import": "./src/index.ts"
|
||||||
|
},
|
||||||
"./styles/encryption.css": "./src/styles/encryption.css"
|
"./styles/encryption.css": "./src/styles/encryption.css"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@govoplan/core-webui": "^0.1.14",
|
"@govoplan/core-webui": "^0.1.15",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"@govoplan/core-webui": { "optional": true }
|
"@govoplan/core-webui": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test:encryption-ui": "node tests/encryption-ui-structure.test.mjs"
|
"test:encryption-ui": "node tests/encryption-ui-structure.test.mjs"
|
||||||
|
|||||||
Reference in New Issue
Block a user