For example, take the
`undici` package. At the time of writing this document, the
`latest` version is
`5.22.0`. If we were to create the
`@nodejs` scope today, we would start cross-publishing to
`@nodejs/undici` and
`undici`. We would continue this until
`v6` was to be released. Lets say that
`5.35.7` is the last
`v5` version of
`undici`.
`@nodejs/[email protected]` and
`[email protected]` would both be published, but
`[email protected]` would be marked as
*deprecated
* using
`npm deprecate [email protected] "Upgrade to @nodejs/undici for version 6"`
0 commit comments