@pnpm/fetcher-base
Advanced tools
Comparing version 7.0.0 to 8.0.0
# @pnpm/fetcher-base | ||
## 8.0.0 | ||
### Major Changes | ||
- bcd4aa1aa: Remove `cachedTarballLocation` from `FetchOptions`. | ||
## 7.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -10,3 +10,2 @@ /// <reference types="node" /> | ||
export interface FetchOptions { | ||
cachedTarballLocation: string; | ||
manifest?: DeferredManifestPromise; | ||
@@ -13,0 +12,0 @@ lockfileDir: string; |
{ | ||
"name": "@pnpm/fetcher-base", | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"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
5361
31