@pnpm/types
Advanced tools
Comparing version 8.3.0 to 8.4.0
@@ -8,1 +8,5 @@ export declare type DependenciesField = 'optionalDependencies' | 'dependencies' | 'devDependencies'; | ||
export declare type HoistedDependencies = Record<string, Record<string, 'public' | 'private'>>; | ||
export interface PatchFile { | ||
path: string; | ||
hash: string; | ||
} |
{ | ||
"name": "@pnpm/types", | ||
"version": "8.3.0", | ||
"version": "8.4.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/types": "8.3.0" | ||
"@pnpm/types": "8.4.0" | ||
}, | ||
@@ -30,0 +30,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
10811
232