chore(release): 11.0.0-rc.4
This commit is contained in:
187 files changed
+918
-122
No files matched your search
@@ -1,5 +1,18 @@
|
||||
# @pnpm/tarball-fetcher
|
||||
|
||||
## 1101.0.0
|
||||
|
||||
### Minor 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
|
||||
|
||||
- Updated dependencies [421317c]
|
||||
- @pnpm/fetching.fetcher-base@1100.1.0
|
||||
- @pnpm/worker@1100.1.0
|
||||
- @pnpm/exec.prepare-package@1100.0.4
|
||||
|
||||
## 1100.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fetching.tarball-fetcher",
|
||||
"version": "1100.0.3",
|
||||
"version": "1101.0.0",
|
||||
"description": "Fetcher for packages hosted as tarballs",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
Reference in new issue
Block a user