@pnpm/types
Advanced tools
Comparing version 11.1.0 to 12.0.0
@@ -15,6 +15,2 @@ export type DependenciesField = 'optionalDependencies' | 'dependencies' | 'devDependencies'; | ||
export type HoistedDependencies = Record<DepPath | ProjectId, Record<string, 'public' | 'private'>>; | ||
export interface PatchFile { | ||
path: string; | ||
hash: string; | ||
} | ||
export type PkgResolutionId = string & { | ||
@@ -21,0 +17,0 @@ __brand: 'PkgResolutionId'; |
{ | ||
"name": "@pnpm/types", | ||
"version": "11.1.0", | ||
"version": "12.0.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/types": "11.1.0" | ||
"@pnpm/types": "12.0.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
12938
298