How do I publish to JSR? I'm using https://github.com/changesets/changesets to manage changelogs and publish versions
Discussion
The docs are here: https://jsr.io/docs/publishing-packages
I would try one of the manual options first, but it's also easy to do from a GitHub Action later: https://jsr.io/docs/publishing-packages#publishing-from-github-actions
It should not be put on both, or it will create dependency resolution issues where if two packages depend on it from different registries, bundlers can't remove the duplicate. As much as I love JSR.
Good to know, thanks. Would it be enough to have it in a namespace on one of the two?