v2.105.2
📦 supabase-jsView on GitHub →
🐛 5 fixes🔧 3 symbols
Summary
This patch release focuses on stability and internal improvements, including unifying Postgrest signatures and enhancing serialization for auth errors.
🐛 Bug Fixes
- Forwarded lockAcquireTimeout to SupabaseAuthClient.
- Added toJSON method to WebAuthnError to ensure correct JSON serialization.
- Widened enum-like unions using (string & {}) for improved forward compatibility.
- Reduced usage of 'any' type across packages.
- Unified insert and upsert signatures in Postgrest.