@pnpm/fetcher-base
Advanced tools
+4
-1
| import { type Resolution, type GitResolution, type DirectoryResolution, type BinaryResolution } from '@pnpm/resolver-base'; | ||
| import { type Cafs } from '@pnpm/cafs-types'; | ||
| import { type DependencyManifest } from '@pnpm/types'; | ||
| import { type AllowBuild, type DependencyManifest } from '@pnpm/types'; | ||
| export interface PkgNameVersion { | ||
@@ -9,2 +9,3 @@ name?: string; | ||
| export interface FetchOptions { | ||
| allowBuild?: AllowBuild; | ||
| filesIndexFile: string; | ||
@@ -23,4 +24,6 @@ lockfileDir: string; | ||
| requiresBuild: boolean; | ||
| integrity?: string; | ||
| } | ||
| export interface GitFetcherOptions { | ||
| allowBuild?: AllowBuild; | ||
| readManifest?: boolean; | ||
@@ -27,0 +30,0 @@ filesIndexFile: string; |
+5
-5
| { | ||
| "name": "@pnpm/fetcher-base", | ||
| "version": "1001.0.6", | ||
| "version": "1001.1.0", | ||
| "description": "Types for pnpm-compatible fetchers", | ||
@@ -29,8 +29,8 @@ "keywords": [ | ||
| "@types/ssri": "^7.1.5", | ||
| "@pnpm/resolver-base": "1005.3.2", | ||
| "@pnpm/types": "1001.1.0" | ||
| "@pnpm/resolver-base": "1005.3.3", | ||
| "@pnpm/types": "1001.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@pnpm/cafs-types": "1000.0.0", | ||
| "@pnpm/fetcher-base": "1001.0.6" | ||
| "@pnpm/fetcher-base": "1001.1.0", | ||
| "@pnpm/cafs-types": "1000.0.0" | ||
| }, | ||
@@ -37,0 +37,0 @@ "engines": { |
5726
1.76%71
4.41%+ Added
+ Added
- Removed
- Removed
Updated
Updated