@pnpm/types
Advanced tools
Comparing version 6.3.0 to 6.3.1
# @pnpm/types | ||
## 6.3.1 | ||
### Patch Changes | ||
- b5d694e7f: Use pnpm.overrides instead of resolutions. Still support resolutions for partial compatibility with Yarn and for avoiding a breaking change. | ||
## 6.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -83,2 +83,5 @@ export interface Dependencies { | ||
export declare type ProjectManifest = BaseManifest & { | ||
pnpm?: { | ||
overrides?: Record<string, string>; | ||
}; | ||
private?: boolean; | ||
@@ -85,0 +88,0 @@ resolutions?: Record<string, string>; |
{ | ||
"name": "@pnpm/types", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"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
8527
160