Skip to content

馃攢 Modify package names - #30

Open
fwkoch wants to merge 2 commits into
mainfrom
feat/release
Open

fwkoch wants to merge 2 commits into
mainfrom
feat/release

Conversation

@fwkoch

@fwkoch fwkoch commented Sep 20, 2026

Copy link
Copy Markdown
Member

Originally, this repo was a single CLI package crossref-utils. We split out the CLI and the SDK into two separate packages, initially named crossref-cli and crossref-utils, respectively. Two issues with those package names:

  1. Biggest blocker is crossref-cli already exists as a totally unrelated NPM package.
  2. Less critical but still worth considering, crossref-utils was previously the CLI; if that package continues to exist but no longer contains the CLI, it could cause backwards compatibility issues with CLI workflows.

So, in this PR, I modified the package names so the CLI is once again crossref-utils and the SDK is crossref-utils-sdk. Kinda an awful, overly explicit name, but it addresses (1) and (2). We can always rename again later.

This PR also tidies up the changeset CI to enable trusted publishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant