@pnpm/fetcher-base
Advanced tools
Comparing version 7.0.0-alpha.3 to 7.0.0
# @pnpm/fetcher-base | ||
## 7.0.0 | ||
### Major Changes | ||
- b6a82072e: Using a content-addressable filesystem for storing packages. | ||
### Minor Changes | ||
- f516d266c: Executables are saved into a separate directory inside the content-addressable storage. | ||
- 42e6490d1: When a new package is being added to the store, its manifest is streamed in the memory. So instead of reading the manifest from the filesystem, we can parse the stream from the memory. | ||
### Patch Changes | ||
- Updated dependencies [da091c711] | ||
- @pnpm/types@6.0.0 | ||
- @pnpm/resolver-base@7.0.1 | ||
## 7.0.0-alpha.3 | ||
@@ -4,0 +21,0 @@ |
{ | ||
"name": "@pnpm/fetcher-base", | ||
"version": "7.0.0-alpha.3", | ||
"version": "7.0.0", | ||
"description": "Types for pnpm-compatible fetchers", | ||
@@ -33,7 +33,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@pnpm/resolver-base": "7.0.1-alpha.0", | ||
"@pnpm/types": "6.0.0-alpha.0", | ||
"@types/ssri": "^6.0.2" | ||
"@pnpm/resolver-base": "7.0.1", | ||
"@pnpm/types": "6.0.0", | ||
"@types/ssri": "^6.0.3" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5301
1
+ Added@pnpm/resolver-base@7.0.1(transitive)
+ Added@pnpm/types@6.0.0(transitive)
- Removed@pnpm/resolver-base@7.0.1-alpha.0(transitive)
- Removed@pnpm/types@6.0.0-alpha.0(transitive)
Updated@pnpm/resolver-base@7.0.1
Updated@pnpm/types@6.0.0
Updated@types/ssri@^6.0.3