@pnpm/fetcher-base
Advanced tools
Comparing version 15.0.7 to 16.0.0
@@ -21,2 +21,3 @@ import { type Resolution, type GitResolution, type DirectoryResolution } from '@pnpm/resolver-base'; | ||
filesIndex: Record<string, string>; | ||
requiresBuild: boolean; | ||
} | ||
@@ -28,6 +29,8 @@ export interface GitFetcherOptions { | ||
} | ||
export type GitFetcher = FetchFunction<GitResolution, GitFetcherOptions, { | ||
export interface GitFetcherResult { | ||
filesIndex: Record<string, string>; | ||
manifest?: DependencyManifest; | ||
}>; | ||
requiresBuild: boolean; | ||
} | ||
export type GitFetcher = FetchFunction<GitResolution, GitFetcherOptions, GitFetcherResult>; | ||
export interface DirectoryFetcherOptions { | ||
@@ -42,2 +45,3 @@ lockfileDir: string; | ||
manifest?: DependencyManifest; | ||
requiresBuild: boolean; | ||
} | ||
@@ -44,0 +48,0 @@ export type DirectoryFetcher = FetchFunction<DirectoryResolution, DirectoryFetcherOptions, DirectoryFetcherResult>; |
{ | ||
"name": "@pnpm/fetcher-base", | ||
"version": "15.0.7", | ||
"version": "16.0.0", | ||
"description": "Types for pnpm-compatible fetchers", | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"keywords": [ | ||
"pnpm8", | ||
"pnpm9", | ||
"pnpm", | ||
@@ -19,3 +19,3 @@ "fetcher" | ||
"engines": { | ||
"node": ">=16.14" | ||
"node": ">=18.12" | ||
}, | ||
@@ -28,10 +28,10 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/ssri": "^7.1.4", | ||
"@pnpm/resolver-base": "11.1.0", | ||
"@pnpm/types": "9.4.2" | ||
"@types/ssri": "^7.1.5", | ||
"@pnpm/resolver-base": "12.0.0", | ||
"@pnpm/types": "10.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/fetcher-base": "15.0.7", | ||
"@pnpm/cafs-types": "4.0.0" | ||
"@pnpm/fetcher-base": "16.0.0", | ||
"@pnpm/cafs-types": "5.0.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "exports": { |
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
5431
66
+ Added@pnpm/resolver-base@12.0.0(transitive)
+ Added@pnpm/types@10.0.0(transitive)
- Removed@pnpm/resolver-base@11.1.0(transitive)
- Removed@pnpm/types@9.4.2(transitive)
Updated@pnpm/resolver-base@12.0.0
Updated@pnpm/types@10.0.0
Updated@types/ssri@^7.1.5