Change8

v2.105.2

📦 supabase-authView on GitHub →
🐛 5 fixes🔧 3 symbols

Summary

This patch release focuses on bug fixes, including improvements to authentication timeout forwarding, JSON serialization for WebAuthnError, and unification of Postgrest insert/upsert signatures.

🐛 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.

Affected Symbols