v1.0.1
First release published by CI, and therefore the first carrying an npm provenance
attestation: 1.0.0 had to be published from a maintainer's machine because npm
trusted publishing requires the package to already exist.
Documentation
- Troubleshooting entry for
ERR_PNPM_IGNORED_BUILDS: msgpackr-extracton
install.msgpackr-extractis a native optional dependency of BullMQ, and pnpm
blocks build scripts by default — pnpm 10 warns and installs anyway, pnpm 11
turns the same block into an error, so it appears on a pnpm upgrade with no
change on the consumer's side. The entry says whose dependency it is, shows both
the interactive and the declarative way to approve it, and notes that skipping
the build is fine becausemsgpackrfalls back to a pure-JavaScript
implementation.
Internal
- The dogfood smoke test installs its throwaway consumer with
--ignore-scripts
and reports the fullspawnSyncoutcome — status, signal, spawn error and both
streams — on failure. Not shipped in the package; recorded because it is what
made thev1.0.0release workflow fail after the publish had already succeeded.