@pnpm/types
Advanced tools
Comparing version 8.2.0 to 8.3.0
@@ -51,2 +51,3 @@ export interface Dependencies { | ||
node?: string; | ||
patch?: string; | ||
}; | ||
@@ -122,2 +123,3 @@ } | ||
allowedDeprecatedVersions?: AllowedDeprecatedVersions; | ||
patchedDependencies?: Record<string, string>; | ||
}; | ||
@@ -124,0 +126,0 @@ private?: boolean; |
{ | ||
"name": "@pnpm/types", | ||
"version": "8.2.0", | ||
"version": "8.3.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/types": "8.2.0" | ||
"@pnpm/types": "8.3.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
10744
228