Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Eliminate duplicate npm registrations #25

Open
shanewholloway opened this issue Mar 14, 2012 · 0 comments
Open

Eliminate duplicate npm registrations #25

shanewholloway opened this issue Mar 14, 2012 · 0 comments

Comments

@shanewholloway
Copy link

Node-msgpack is registered three separate times by Peter Griess

  1. correctly as msgpack — lists versions (0.1.2, 0.1.3)
  2. incorrectly as msgpack-0.4 — semantic versioning should be handled within registration using version metadata. Version (0.1.4)
  3. unnecessarily as msgpack2 — lists versions (0.1.4, 0.1.5, 0.1.6, 0.1.7). Name change not reflected in the metadata minor version numbers, leading to confusion on why the name changed.

Proposed solution: re-publish newest versions in msgpack2 to msgpack, and remove or migrate msgpack2 and msgpack-0.4 in favor of msgpack key.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant