Release v0.1.18
This commit is contained in:
+2
-2
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "govoplan-identity-trust"
|
name = "govoplan-identity-trust"
|
||||||
version = "0.1.17"
|
version = "0.1.18"
|
||||||
description = "Public device-key, assurance, and key-epoch trust services for GovOPlaN."
|
description = "Public device-key, assurance, and key-epoch trust services 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 = ["govoplan-core>=0.1.17"]
|
dependencies = ["govoplan-core>=0.1.18"]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ from govoplan_identity_trust.backend.service import SqlIdentityTrustService
|
|||||||
|
|
||||||
MODULE_ID = "identity_trust"
|
MODULE_ID = "identity_trust"
|
||||||
MODULE_NAME = "Identity Trust"
|
MODULE_NAME = "Identity Trust"
|
||||||
MODULE_VERSION = "0.1.17"
|
MODULE_VERSION = "0.1.18"
|
||||||
DEVICE_READ_SCOPE = "identity_trust:device:read"
|
DEVICE_READ_SCOPE = "identity_trust:device:read"
|
||||||
DEVICE_WRITE_SCOPE = "identity_trust:device:write"
|
DEVICE_WRITE_SCOPE = "identity_trust:device:write"
|
||||||
KEY_ACCESS_SCOPE = "identity_trust:key_access:approve"
|
KEY_ACCESS_SCOPE = "identity_trust:key_access:approve"
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@govoplan/identity-trust-webui",
|
"name": "@govoplan/identity-trust-webui",
|
||||||
"version": "0.1.17",
|
"version": "0.1.18",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
"./styles/identity-trust.css": "./src/styles/identity-trust.css"
|
"./styles/identity-trust.css": "./src/styles/identity-trust.css"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@govoplan/core-webui": "^0.1.17",
|
"@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