You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 0.4.1 release of @supabase/ssr is not published to npm under the latest tag. This means that most users won't automatically update to it, so they'd be affected by bugs like:
See that the latest version is 0.4.0, not 0.4.1 (since that's only under the patched tag)
This means that running npm install @supabase/ssr will install 0.4.0 and not 0.4.1. And any commands like npm update or @renovatebot or @dependabot will not show the updated version.
Bug report
Describe the bug
The
0.4.1
release of@supabase/ssr
is not published to npm under thelatest
tag. This means that most users won't automatically update to it, so they'd be affected by bugs like:To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
0.4.0
, not0.4.1
(since that's only under thepatched
tag)This means that running
npm install @supabase/ssr
will install0.4.0
and not0.4.1
. And any commands likenpm update
or @renovatebot or @dependabot will not show the updated version.Expected behavior
The
latest
tag on NPM should be0.4.1
Screenshots
System information
Additional context
You should be able to use
npm dist-tag
to update thelatest
tag to0.4.1
, see https://docs.npmjs.com/cli/v10/commands/npm-dist-tag for instructions.The text was updated successfully, but these errors were encountered: