v4.3.5-next.0
Pre-release
Pre-release
·
96 commits
to main
since this release
Fixed
- Published
exportsfield pointed at./src/*.tsinstead of compiled./dist/*.js, breaking every subpath import (root,/vanilla,/express,/fastify,/h3) for consumers of 4.3.3 and 4.3.4. Root cause: commit 197a400 switched the publish workflow frompnpm publishtonpm publishto use OIDC trusted publishing, but npm ignorespublishConfig.exports, so the development-time exports (pointing atsrcfor vitest self-imports) leaked into the published artifact. Reverted topnpm publish(pnpm 11.0.7+ supports OIDC trusted publishing). Reported by @tobiasdcl (#228).
Changed
- Internal: use
import typeforOAuthTokenIntrospectionResponseinclient_credentials.grant.tsto keep it erased from the JS bundle.