Add security/index, security/model/index, security/policy/index, and
security/pages/index as explicit lib entries. Under preserveModules these
re-export barrels were never reachable from an entry (internal code imports
the concrete files directly), so dist shipped only their .d.ts and consumer
imports like `@reliancy/bface/security/model/index.js` failed to resolve.
Not republished; picked up on the next release.
Co-authored-by: Cursor <cursoragent@cursor.com>
- Externalize all @tamagui/* and tamagui subpaths so dist no longer vendors Tamagui.
- Emit TypeScript declarations with vite-plugin-dts; fix package exports types for ui/*.
- Align initEnv with profiles: displayName, brandLogo, api.baseURL, themeColor, uiShell.
- Stabilize tests with Node localStorage file; env tests pass.
- Update README and component docs for services, menus, API client, and development.