@nodii/role-catalog
v0.2.0
Published
Boot-time permission-catalog publisher for Nodii module-services. Type-safe definePermissions + publishCatalogAtBoot wrapper (cold-start retry, idempotency, fail-fast) on top of the tenant-service RoleCatalogService gRPC contract.
Maintainers
Readme
@nodii/role-catalog (TS)
Copy this directory via scripts/bootstrap-library.sh <libname> (which patches
name, repository.directory, LIB_NAME). After bootstrap:
bun installat repo root to wire the new workspace memberbun run --cwd ts/<libname> typechecksmokes the tsconfig + tscbun run --cwd ts/<libname> testruns the smoke spec
For non-trivial patterns (subpath exports, tsup over tsc, middleware
factories) reference the existing real impls at ts/auth-sdk/
and ts/grpc-auth/.
This directory is "private": true and is excluded from publish via that
flag. It exists purely as the scaffolding seed for bootstrap-library.sh.
