v0.23.3
Patch Changes
-
4faf83d: fix(release): pin npm to 11.5.1 for OIDC trusted-publishing auth
The previous corepack-based install activated npm 10.9.7 (corepack's
npm@latestalias is stale), which supports--provenancefor sigstore
attestation but lacks native trusted-publishing OIDC auth. The publish
PUT to the registry therefore went out unauthenticated and was rejected
with a misleading E404. Pinning to npm 11.5.1 ensures both provenance
signing and TP auth function correctly.