@pnpm/worker
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -129,3 +129,3 @@ "use strict"; | ||
} | ||
function addTarballToStore({ buffer, cafsDir, integrity, filesIndexFile, pkg, readManifest }) { | ||
function addTarballToStore({ buffer, cafsDir, integrity, filesIndexFile }) { | ||
if (integrity) { | ||
@@ -157,3 +157,3 @@ const [, algo, integrityHash] = integrity.match(INTEGRITY_REGEX); | ||
} | ||
function addFilesFromDir({ dir, cafsDir, filesIndexFile, sideEffectsCacheKey, pkg, readManifest, files }) { | ||
function addFilesFromDir({ dir, cafsDir, filesIndexFile, sideEffectsCacheKey, files }) { | ||
if (!cafsCache.has(cafsDir)) { | ||
@@ -160,0 +160,0 @@ cafsCache.set(cafsDir, (0, store_cafs_1.createCafs)(cafsDir)); |
{ | ||
"name": "@pnpm/worker", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A worker for extracting package taralls to the store", | ||
@@ -32,6 +32,6 @@ "main": "lib/index.js", | ||
"@pnpm/cafs-types": "5.0.0", | ||
"@pnpm/error": "6.0.2", | ||
"@pnpm/exec.pkg-requires-build": "1.0.7", | ||
"@pnpm/fs.hard-link-dir": "4.0.0", | ||
"@pnpm/create-cafs-store": "7.0.9", | ||
"@pnpm/error": "6.0.1", | ||
"@pnpm/fs.hard-link-dir": "4.0.0", | ||
"@pnpm/graceful-fs": "4.0.0", | ||
@@ -44,3 +44,3 @@ "@pnpm/store.cafs": "4.0.0", | ||
"@pnpm/types": "12.2.0", | ||
"@pnpm/worker": "1.0.10" | ||
"@pnpm/worker": "1.0.11" | ||
}, | ||
@@ -47,0 +47,0 @@ "funding": "https://opencollective.com/pnpm", |
Sorry, the diff of this file is not supported yet
39137
+ Added@pnpm/constants@9.0.0(transitive)
+ Added@pnpm/error@6.0.2(transitive)
- Removed@pnpm/constants@8.0.0(transitive)
- Removed@pnpm/error@6.0.1(transitive)
Updated@pnpm/error@6.0.2