fix: keep authz server modules out of browser bundles
Quality / quality (ubuntu-latest) (push) Failing after 9m49s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-22 23:20:06 +05:30
parent 0be69fb234
commit 41b7eb8798
6 changed files with 13 additions and 15 deletions
+7 -6
View File
@@ -472,8 +472,6 @@
"AuthzAuditEvent",
"AuthzAuditSink",
"AuthzCatalog",
"AuthzConfig",
"AuthzIdentityEvent",
"AuthzModule",
"AuthzResolver",
"AuthzResolverOptions",
@@ -499,12 +497,10 @@
"allow",
"any",
"anyDecision",
"assignDefaultAuthzRoles",
"attr",
"authorize",
"authorizeDecision",
"authzMiddleware",
"authzPlugin",
"cachedPermissionStore",
"can",
"consoleAuditSink",
@@ -536,14 +532,19 @@
"requireRole",
"safeRecord",
"scopeKey",
"setAuthzCatalog",
"setDefaultAuthzRoles"
"setAuthzCatalog"
],
"./db": [
"authzMigrationSql",
"dbPermissionStore",
"ensureAuthzTables"
],
"./defaults": [
"AuthzIdentityEvent",
"assignDefaultAuthzRoles",
"setDefaultAuthzRoleStore",
"setDefaultAuthzRoles"
],
"./plugin": [
"AuthzConfig",
"authzPlugin",