chore(release): rename npm package from nodeup-cli to nodeupx#108
Merged
Conversation
The nodeup-cli name is in npm's 24-hour unpublish hold after the 1.0.0 takedown, and rather than wait out the hold the wrapper moves to a fresh name. nodeupx was verified unclaimed on the registry (404) before this rename. The installed binary is still exposed as nodeup on $PATH; only the npm package name changes. Historical CHANGELOG entries that mention nodeup-cli are left untouched as a record of what shipped at the time. Refs #35, #37. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
✔️ 8b9fcdd - Conventional commits check succeeded. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rename the npm wrapper package from
nodeup-clitonodeupxeverywhere it appears:nodeup-npm/package.json(namefield), both READMEs,docs/installation.md,docs/release-checklist.md, and the OIDC publish job in.github/workflows/release.yml.Why
nodeup-cli@1.0.0was unpublished from the registry, which puts the name in npm's 24-hour unpublish hold. Rather than wait out the hold, the wrapper moves to a fresh name.nodeupxwas verified unclaimed on the registry (GET https://registry.npmjs.org/nodeupx→ 404) before this rename. The barenodeupname remains squatted by an unrelated 2015 package.Nothing user-visible changes beyond the install command: the wrapper still exposes the binary as
nodeupon$PATH, and version/binaryVersionstay at1.0.1as set by #107.Not changed on purpose
nodeup-cli— they record what shipped at the time.nodeupx.Dependencies
None added.
Refs #35, #37.
🤖 Generated with Claude Code