@pnpm/types
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -51,3 +51,5 @@ import { PackageManifest } from './package'; | ||
repeatInstallDepth?: number; | ||
ignorePnpmfile?: boolean; | ||
independentLeaves?: boolean; | ||
packageImportMethod?: 'auto' | 'hardlink' | 'copy' | 'reflink'; | ||
update?: boolean; | ||
@@ -110,4 +112,6 @@ reporter?: (logObj: LogBase) => void; | ||
repeatInstallDepth: number; | ||
ignorePnpmfile: boolean; | ||
independentLeaves: boolean; | ||
locks: string; | ||
packageImportMethod: 'auto' | 'hardlink' | 'copy' | 'reflink'; | ||
update: boolean; | ||
@@ -114,0 +118,0 @@ packageManager: { |
{ | ||
"name": "@pnpm/types", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -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
8814
222