3 Commits

Author SHA1 Message Date
Amer Agovic
5810008fa5 Emit security barrel modules in library build
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>
2026-06-11 13:01:06 -05:00
Amer Agovic
859db6ccb2 Release 1.0.8 with platform, security, and UI hardening.
Adds API filter registry, style theme registry, SW bitmask cache clear, KV namespacing, session expiry checks, accessibility improvements, and expanded test coverage.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 21:08:21 -05:00
Amer Agovic
94a9f32969 Initial commit: bface library, build fixes, and refreshed docs
- 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.
2026-04-18 10:43:52 -05:00