mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-03 15:01:48 -04:00
* feat: allow loading certificates from `cert`, `ca` and `key` These properties are supported in .npmrc, but get ignored by pnpm, this will make pnpm read and use them as well. * refactor: getNetworkConfigs.ts * docs: update changesets * fix: issues * docs: update changesets --------- Co-authored-by: Zoltan Kochan <z@kochan.io>