Skip to content

chore(pkg): apply npm pkg fix#11

Merged
walkindude merged 1 commit intomasterfrom
chore/npm-pkg-fix
Apr 26, 2026
Merged

chore(pkg): apply npm pkg fix#11
walkindude merged 1 commit intomasterfrom
chore/npm-pkg-fix

Conversation

@walkindude
Copy link
Copy Markdown
Owner

Summary

Two cosmetic normalizations npm has been emitting a warning about on every publish since v0.1.0:

  • `repository.url` gets the canonical `git+` prefix (`https://...` → `git+https://...`). npm has been auto-correcting this on the wire all along; persisting the corrected form means no more warning lines on publish.
  • Trailing newline at end of file (POSIX text-file convention).

No semantic change. Package contents and the registry's view of this package are identical to before; this just silences the warning for the next release.

Test plan

  • `pnpm run check:versions` clean (0.1.2 / 0.1.2)
  • `pnpm test` clean (185/185)
  • `pnpm typecheck` clean
  • `pnpm run lint` clean (the two pre-existing complexity warnings on `schema.ts` are unchanged from master)
  • Lefthook pre-commit ran the new `check-versions` hook successfully (this is the first PR to exercise it)

🤖 Generated with Claude Code

Two cosmetic normalizations npm emits a warning about on every
publish:

- repository.url gets the canonical git+ prefix
  (https://... → git+https://...). npm has been auto-correcting this
  on the wire since v0.1.0; persisting the corrected form means no
  more warning lines in the publish console.
- Trailing newline at end of file (POSIX text-file convention).

No semantic change. The package contents and the registry's view of
this package are identical to before; this just silences the warning
for the next release.
@walkindude walkindude merged commit 146ee6a into master Apr 26, 2026
9 checks passed
@walkindude walkindude deleted the chore/npm-pkg-fix branch April 26, 2026 13:54
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