supabase-js
supabase-js copied to clipboard
fix: solved the crash error
What kind of change does this PR introduce?
I just upgraded the version of @supabase/postgrest-js
What is the current behavior?
My e2e tests always failed after I upgraded the @supabase/supabase-js version to 2.44.2. The related package @supabase/postgrest-js has been released a new version, however @supabase/supabase-js didn't follow up.
What is the new behavior?
When I fixed the version of @supabase/postgrest-js to 1.15.8 as a workaround then the problem gone.
"resolutions": {
"@supabase/postgrest-js": "^1.15.8"
}