chore(release): 11.0.0-rc.4

This commit is contained in:
Zoltan Kochan
2026-04-21 15:03:02 +02:00
parent ba791a3a2f
commit fd437ded13
187 changed files with 918 additions and 122 deletions

View File

@@ -1,5 +1,15 @@
# @pnpm/node.resolver
## 1101.0.0
### Major Changes
- 421317c: Installing a Node.js runtime via `node@runtime:<version>` (including `pnpm env use` and `pnpm runtime set node`) no longer extracts the bundled `npm`, `npx`, and `corepack` from the Node.js archive. This cuts roughly half of the files pnpm has to hash, write to the CAS, and link during installation, making runtime installs noticeably faster. Users who still need `npm` can install it as a separate package.
### Patch Changes
- @pnpm/config.reader@1101.1.1
## 1100.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/engine.runtime.node-resolver",
"version": "1100.0.3",
"version": "1101.0.0",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"keywords": [
"pnpm",