How to use supabase-js next?

The most recent Realtime blog post says to use the newest release of supabase-js, but it is unclear how to do that.
  1. Is it as simple as running something like yarn add @supabase/supabase-js@next ?
  2. How do I know if I am on the correct release (there is no version number in the package.json??)
  3. Will the reference docs be updated to include Broadcast information? (https://supabase.com/docs/reference/javascript/next/subscribe)
Was this page helpful?