v2.86.1-canary.0
📦 supabase-authView on GitHub →
✨ 1 features🐛 4 fixes🔧 2 symbols
Summary
This canary release focuses on bug fixes across auth and postgrest modules, including suppressing warnings and improving type inference, alongside adding an ESM wrapper for Nuxt compatibility.
✨ New Features
- Added an ESM wrapper to resolve module not found errors in Nuxt.
🐛 Bug Fixes
- Suppressed the getsession warning when getuser is called first in auth.
- Ensured the code verifier remains in storage during edge cases in auth.
- Fixed cross-schema RPC SETOF type inference in postgrest.
- Resolved repository lock file issues and updated npm dependencies.