@pnpm/types
Advanced tools
Comparing version 8.0.1 to 8.1.0
@@ -93,2 +93,3 @@ export interface Dependencies { | ||
os?: string[]; | ||
libc?: string[]; | ||
main?: string; | ||
@@ -111,2 +112,3 @@ module?: string; | ||
} | ||
export declare type AllowedDeprecatedVersions = Record<string, string>; | ||
export declare type ProjectManifest = BaseManifest & { | ||
@@ -119,2 +121,3 @@ pnpm?: { | ||
peerDependencyRules?: PeerDependencyRules; | ||
allowedDeprecatedVersions?: AllowedDeprecatedVersions; | ||
}; | ||
@@ -121,0 +124,0 @@ private?: boolean; |
{ | ||
"name": "@pnpm/types", | ||
"version": "8.0.1", | ||
"version": "8.1.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/types": "8.0.1" | ||
"@pnpm/types": "8.1.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
10642
225