Register trust and encryption WebUI modules
This commit is contained in:
Generated
+40
@@ -22,9 +22,11 @@
|
|||||||
"@govoplan/datasources-webui": "file:../../govoplan-datasources/webui",
|
"@govoplan/datasources-webui": "file:../../govoplan-datasources/webui",
|
||||||
"@govoplan/dist-lists-webui": "file:../../govoplan-dist-lists/webui",
|
"@govoplan/dist-lists-webui": "file:../../govoplan-dist-lists/webui",
|
||||||
"@govoplan/docs-webui": "file:../../govoplan-docs/webui",
|
"@govoplan/docs-webui": "file:../../govoplan-docs/webui",
|
||||||
|
"@govoplan/encryption-webui": "file:../../govoplan-encryption/webui",
|
||||||
"@govoplan/files-webui": "file:../../govoplan-files/webui",
|
"@govoplan/files-webui": "file:../../govoplan-files/webui",
|
||||||
"@govoplan/forms-runtime-webui": "file:../../govoplan-forms-runtime/webui",
|
"@govoplan/forms-runtime-webui": "file:../../govoplan-forms-runtime/webui",
|
||||||
"@govoplan/forms-webui": "file:../../govoplan-forms/webui",
|
"@govoplan/forms-webui": "file:../../govoplan-forms/webui",
|
||||||
|
"@govoplan/identity-trust-webui": "file:../../govoplan-identity-trust/webui",
|
||||||
"@govoplan/idm-webui": "file:../../govoplan-idm/webui",
|
"@govoplan/idm-webui": "file:../../govoplan-idm/webui",
|
||||||
"@govoplan/mail-webui": "file:../../govoplan-mail/webui",
|
"@govoplan/mail-webui": "file:../../govoplan-mail/webui",
|
||||||
"@govoplan/notifications-webui": "file:../../govoplan-notifications/webui",
|
"@govoplan/notifications-webui": "file:../../govoplan-notifications/webui",
|
||||||
@@ -314,6 +316,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"../../govoplan-encryption/webui": {
|
||||||
|
"name": "@govoplan/encryption-webui",
|
||||||
|
"version": "0.1.14",
|
||||||
|
"peerDependencies": {
|
||||||
|
"@govoplan/core-webui": "^0.1.14",
|
||||||
|
"lucide-react": "^1.23.0",
|
||||||
|
"react": ">=19.2.7 <20",
|
||||||
|
"react-dom": ">=19.2.7 <20"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"@govoplan/core-webui": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"../../govoplan-files/webui": {
|
"../../govoplan-files/webui": {
|
||||||
"name": "@govoplan/files-webui",
|
"name": "@govoplan/files-webui",
|
||||||
"version": "0.1.9",
|
"version": "0.1.9",
|
||||||
@@ -364,6 +381,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"../../govoplan-identity-trust/webui": {
|
||||||
|
"name": "@govoplan/identity-trust-webui",
|
||||||
|
"version": "0.1.14",
|
||||||
|
"peerDependencies": {
|
||||||
|
"@govoplan/core-webui": "^0.1.14",
|
||||||
|
"lucide-react": "^1.23.0",
|
||||||
|
"react": ">=19.2.7 <20",
|
||||||
|
"react-dom": ">=19.2.7 <20"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"@govoplan/core-webui": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"../../govoplan-idm/webui": {
|
"../../govoplan-idm/webui": {
|
||||||
"name": "@govoplan/idm-webui",
|
"name": "@govoplan/idm-webui",
|
||||||
"version": "0.1.8",
|
"version": "0.1.8",
|
||||||
@@ -1479,6 +1511,10 @@
|
|||||||
"resolved": "../../govoplan-docs/webui",
|
"resolved": "../../govoplan-docs/webui",
|
||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
|
"node_modules/@govoplan/encryption-webui": {
|
||||||
|
"resolved": "../../govoplan-encryption/webui",
|
||||||
|
"link": true
|
||||||
|
},
|
||||||
"node_modules/@govoplan/files-webui": {
|
"node_modules/@govoplan/files-webui": {
|
||||||
"resolved": "../../govoplan-files/webui",
|
"resolved": "../../govoplan-files/webui",
|
||||||
"link": true
|
"link": true
|
||||||
@@ -1491,6 +1527,10 @@
|
|||||||
"resolved": "../../govoplan-forms/webui",
|
"resolved": "../../govoplan-forms/webui",
|
||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
|
"node_modules/@govoplan/identity-trust-webui": {
|
||||||
|
"resolved": "../../govoplan-identity-trust/webui",
|
||||||
|
"link": true
|
||||||
|
},
|
||||||
"node_modules/@govoplan/idm-webui": {
|
"node_modules/@govoplan/idm-webui": {
|
||||||
"resolved": "../../govoplan-idm/webui",
|
"resolved": "../../govoplan-idm/webui",
|
||||||
"link": true
|
"link": true
|
||||||
|
|||||||
@@ -65,10 +65,12 @@
|
|||||||
"@govoplan/datasources-webui": "file:../../govoplan-datasources/webui",
|
"@govoplan/datasources-webui": "file:../../govoplan-datasources/webui",
|
||||||
"@govoplan/dist-lists-webui": "file:../../govoplan-dist-lists/webui",
|
"@govoplan/dist-lists-webui": "file:../../govoplan-dist-lists/webui",
|
||||||
"@govoplan/docs-webui": "file:../../govoplan-docs/webui",
|
"@govoplan/docs-webui": "file:../../govoplan-docs/webui",
|
||||||
|
"@govoplan/encryption-webui": "file:../../govoplan-encryption/webui",
|
||||||
"@govoplan/files-webui": "file:../../govoplan-files/webui",
|
"@govoplan/files-webui": "file:../../govoplan-files/webui",
|
||||||
"@govoplan/forms-webui": "file:../../govoplan-forms/webui",
|
"@govoplan/forms-webui": "file:../../govoplan-forms/webui",
|
||||||
"@govoplan/forms-runtime-webui": "file:../../govoplan-forms-runtime/webui",
|
"@govoplan/forms-runtime-webui": "file:../../govoplan-forms-runtime/webui",
|
||||||
"@govoplan/idm-webui": "file:../../govoplan-idm/webui",
|
"@govoplan/idm-webui": "file:../../govoplan-idm/webui",
|
||||||
|
"@govoplan/identity-trust-webui": "file:../../govoplan-identity-trust/webui",
|
||||||
"@govoplan/mail-webui": "file:../../govoplan-mail/webui",
|
"@govoplan/mail-webui": "file:../../govoplan-mail/webui",
|
||||||
"@govoplan/notifications-webui": "file:../../govoplan-notifications/webui",
|
"@govoplan/notifications-webui": "file:../../govoplan-notifications/webui",
|
||||||
"@govoplan/ops-webui": "file:../../govoplan-ops/webui",
|
"@govoplan/ops-webui": "file:../../govoplan-ops/webui",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import { mkdirSync, readFileSync, writeFileSync } from "node:fs";
|
|||||||
const packageByModule = {
|
const packageByModule = {
|
||||||
access: "@govoplan/access-webui",
|
access: "@govoplan/access-webui",
|
||||||
approvals: "@govoplan/approvals-webui",
|
approvals: "@govoplan/approvals-webui",
|
||||||
|
identity_trust: "@govoplan/identity-trust-webui",
|
||||||
admin: "@govoplan/admin-webui",
|
admin: "@govoplan/admin-webui",
|
||||||
addresses: "@govoplan/addresses-webui",
|
addresses: "@govoplan/addresses-webui",
|
||||||
audit: "@govoplan/audit-webui",
|
audit: "@govoplan/audit-webui",
|
||||||
@@ -16,6 +17,7 @@ const packageByModule = {
|
|||||||
datasources: "@govoplan/datasources-webui",
|
datasources: "@govoplan/datasources-webui",
|
||||||
dist_lists: "@govoplan/dist-lists-webui",
|
dist_lists: "@govoplan/dist-lists-webui",
|
||||||
docs: "@govoplan/docs-webui",
|
docs: "@govoplan/docs-webui",
|
||||||
|
encryption: "@govoplan/encryption-webui",
|
||||||
files: "@govoplan/files-webui",
|
files: "@govoplan/files-webui",
|
||||||
forms: "@govoplan/forms-webui",
|
forms: "@govoplan/forms-webui",
|
||||||
forms_runtime: "@govoplan/forms-runtime-webui",
|
forms_runtime: "@govoplan/forms-runtime-webui",
|
||||||
@@ -70,6 +72,10 @@ const cases = [
|
|||||||
{ name: "notifications-only", modules: ["notifications"] },
|
{ name: "notifications-only", modules: ["notifications"] },
|
||||||
{ name: "organizations-only", modules: ["organizations"] },
|
{ name: "organizations-only", modules: ["organizations"] },
|
||||||
{ name: "idm-with-organizations", modules: ["organizations", "idm"] },
|
{ name: "idm-with-organizations", modules: ["organizations", "idm"] },
|
||||||
|
{ name: "identity-trust-only", modules: ["identity_trust"] },
|
||||||
|
{ name: "identity-trust-with-access", modules: ["access", "identity_trust"] },
|
||||||
|
{ name: "encryption-only", modules: ["encryption"] },
|
||||||
|
{ name: "encryption-with-trust", modules: ["access", "identity_trust", "encryption"] },
|
||||||
{ name: "postbox-only", modules: ["postbox"] },
|
{ name: "postbox-only", modules: ["postbox"] },
|
||||||
{ name: "portal-only", modules: ["portal"] },
|
{ name: "portal-only", modules: ["portal"] },
|
||||||
{ name: "projects-only", modules: ["projects"] },
|
{ name: "projects-only", modules: ["projects"] },
|
||||||
@@ -85,7 +91,7 @@ const cases = [
|
|||||||
{ name: "docs-and-ops", modules: ["access", "docs", "ops"] },
|
{ name: "docs-and-ops", modules: ["access", "docs", "ops"] },
|
||||||
{ name: "approvals-only", modules: ["access", "approvals"] },
|
{ name: "approvals-only", modules: ["access", "approvals"] },
|
||||||
{ name: "voting-only", modules: ["access", "voting"] },
|
{ name: "voting-only", modules: ["access", "voting"] },
|
||||||
{ name: "full-product", modules: ["access", "tenancy", "admin", "addresses", "approvals", "policy", "audit", "dashboard", "datasources", "dataflow", "dist_lists", "templates", "workflow", "views", "organizations", "idm", "cases", "committee", "campaigns", "files", "forms", "forms_runtime", "mail", "notifications", "docs", "ops", "calendar", "scheduling", "portal", "postbox", "projects", "reporting", "risk_compliance", "search", "voting"] }
|
{ name: "full-product", modules: ["access", "tenancy", "admin", "addresses", "approvals", "policy", "audit", "dashboard", "datasources", "dataflow", "dist_lists", "templates", "workflow", "views", "organizations", "idm", "identity_trust", "encryption", "cases", "committee", "campaigns", "files", "forms", "forms_runtime", "mail", "notifications", "docs", "ops", "calendar", "scheduling", "portal", "postbox", "projects", "reporting", "risk_compliance", "search", "voting"] }
|
||||||
];
|
];
|
||||||
|
|
||||||
const npmExec = process.env.npm_execpath;
|
const npmExec = process.env.npm_execpath;
|
||||||
|
|||||||
@@ -27,10 +27,12 @@ const defaultWebModulePackages = [
|
|||||||
"@govoplan/dashboard-webui",
|
"@govoplan/dashboard-webui",
|
||||||
"@govoplan/dist-lists-webui",
|
"@govoplan/dist-lists-webui",
|
||||||
"@govoplan/docs-webui",
|
"@govoplan/docs-webui",
|
||||||
|
"@govoplan/encryption-webui",
|
||||||
"@govoplan/files-webui",
|
"@govoplan/files-webui",
|
||||||
"@govoplan/forms-webui",
|
"@govoplan/forms-webui",
|
||||||
"@govoplan/forms-runtime-webui",
|
"@govoplan/forms-runtime-webui",
|
||||||
"@govoplan/idm-webui",
|
"@govoplan/idm-webui",
|
||||||
|
"@govoplan/identity-trust-webui",
|
||||||
"@govoplan/mail-webui",
|
"@govoplan/mail-webui",
|
||||||
"@govoplan/notifications-webui",
|
"@govoplan/notifications-webui",
|
||||||
"@govoplan/organizations-webui",
|
"@govoplan/organizations-webui",
|
||||||
|
|||||||
Reference in New Issue
Block a user