@pnpm/fetcher-base
Advanced tools
Comparing version 7.0.0-alpha.0 to 7.0.0-alpha.1
# @pnpm/fetcher-base | ||
## 7.0.0-alpha.1 | ||
### Minor Changes | ||
- 4f62d0383: Executables are saved into a separate directory inside the content-addressable storage. | ||
## 7.0.0-alpha.0 | ||
### Major Changes | ||
- 91c4b5954: Using a content-addressable filesystem for storing packages. |
@@ -20,2 +20,3 @@ /// <reference types="node" /> | ||
[filename: string]: { | ||
mode: number; | ||
size: number; | ||
@@ -22,0 +23,0 @@ generatingIntegrity: Promise<Integrity>; |
{ | ||
"name": "@pnpm/fetcher-base", | ||
"version": "7.0.0-alpha.0", | ||
"version": "7.0.0-alpha.1", | ||
"description": "Types for pnpm-compatible fetchers", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4030
26