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
It seems there is some automation running during the docs build that replaces all instances of <pkg_name>@<version> with [email protected]. See here for an example, but its everywhere in the docs.
The only exception is <pkg_name>@latest shows up as expected, so maybe some regex that notices that <pkg_name>@major.minor.patch has a dot (.) in it, and assumes it's an email domain.