You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package is published to NPM now, instead of JSR.
The TypeScript sources are compiled to JavaScript using `@swc/core` and the
type declarations are emitted using TypeScript 7. Both steps run from the
`prepublishOnly` hook into the `npm/` folder, which is what `exports` points
to. This mirrors the setup used in `nRFCloud/billing-service-proto`.
`semantic-release` publishes via `@semantic-release/npm` instead of
`@sebbo2002/semantic-release-jsr`.
0 commit comments