Releases: listee-dev/listee-libs
Releases · listee-dev/listee-libs
@listee/types@0.5.0
Minor Changes
- Add the Supabase Auth REST client and allow Supabase audience config arrays so Listee API can consume the shared client.
@listee/auth@0.5.0
Minor Changes
- Add the Supabase Auth REST client and allow Supabase audience config arrays so Listee API can consume the shared client.
Patch Changes
- Updated dependencies
- @listee/types@0.5.0
@listee/api@0.3.2
Patch Changes
- Updated dependencies
- @listee/auth@0.5.0
- @listee/types@0.5.0
@listee/types@0.4.0
Minor Changes
- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.
Patch Changes
- Updated dependencies
- @listee/db@0.4.0
@listee/db@0.4.0
Minor Changes
- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.
@listee/auth@0.4.0
Minor Changes
- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.
Patch Changes
- Updated dependencies
- @listee/types@0.4.0
- @listee/db@0.4.0
@listee/api@0.3.1
Patch Changes
- Align Supabase authentication and token validation across packages in preparation for JWT-only clients.
- Updated dependencies
- @listee/auth@0.4.0
- @listee/types@0.4.0
- @listee/db@0.4.0
@listee/types@0.3.0
@listee/db@0.3.0
Minor Changes
- 8b03890: Add category/task update and delete APIs, expose updated query contracts, ensure account provisioning sets default categories, and enforce the profiles.default_category_id foreign key.