mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-04 14:08:44 -04:00
* feat: add upload method to the server store controller * chore: add .idea to .gitignore * fix: new upload signature * fix: lock upload in the server to make sure it is sequential * fix: delete lock also on failure * fix: s/nodeVersion/engineName/ * fix: add verifyStoreIntegrity option * fix: update dependencies * test: upload side effect cache * test: fix as per review BREAKING CHANGE: implements new store controller interface