@pnpm/store.cafs
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -11,4 +11,4 @@ /// <reference types="node" /> | ||
* If the process fails, on rerun the new temp file may get a filename the got left over. | ||
* That is fine, the file will be overriden. | ||
* That is fine, the file will be overridden. | ||
*/ | ||
export declare function pathTemp(file: string): string; |
@@ -64,3 +64,3 @@ "use strict"; | ||
// | ||
// Probably the only scenario in which the temp directory will dissappear | ||
// Probably the only scenario in which the temp directory will disappear | ||
// before being renamed is when two containers use the same mounted directory | ||
@@ -78,3 +78,3 @@ // for their content-addressable store. In this case there's a chance that the process ID | ||
* If the process fails, on rerun the new temp file may get a filename the got left over. | ||
* That is fine, the file will be overriden. | ||
* That is fine, the file will be overridden. | ||
*/ | ||
@@ -81,0 +81,0 @@ function pathTemp(file) { |
{ | ||
"name": "@pnpm/store.cafs", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A content-addressable filesystem for the packages storage", | ||
@@ -18,5 +18,5 @@ "main": "lib/index.js", | ||
"strip-bom": "^4.0.0", | ||
"@pnpm/fetcher-base": "15.0.2", | ||
"@pnpm/fetcher-base": "15.0.3", | ||
"@pnpm/graceful-fs": "3.2.0", | ||
"@pnpm/store-controller-types": "17.0.1" | ||
"@pnpm/store-controller-types": "17.1.0" | ||
}, | ||
@@ -29,4 +29,4 @@ "devDependencies": { | ||
"@pnpm/cafs-types": "4.0.0", | ||
"@pnpm/store.cafs": "2.0.6", | ||
"@pnpm/types": "9.3.0" | ||
"@pnpm/store.cafs": "2.0.7", | ||
"@pnpm/types": "9.4.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
59300
+ Added@pnpm/fetcher-base@15.0.3(transitive)
+ Added@pnpm/resolver-base@10.0.4(transitive)
+ Added@pnpm/store-controller-types@17.1.0(transitive)
+ Added@pnpm/types@9.4.0(transitive)
- Removed@pnpm/fetcher-base@15.0.2(transitive)
- Removed@pnpm/resolver-base@10.0.3(transitive)
- Removed@pnpm/store-controller-types@17.0.1(transitive)
- Removed@pnpm/types@9.3.0(transitive)
Updated@pnpm/fetcher-base@15.0.3