@pnpm/types
Advanced tools
Comparing version 9.3.0 to 9.4.0
@@ -135,2 +135,3 @@ export type Dependencies = Record<string, string>; | ||
requiredScripts?: string[]; | ||
supportedArchitectures?: SupportedArchitectures; | ||
}; | ||
@@ -143,2 +144,7 @@ private?: boolean; | ||
}; | ||
export interface SupportedArchitectures { | ||
os?: string[]; | ||
cpu?: string[]; | ||
libc?: string[]; | ||
} | ||
export {}; |
{ | ||
"name": "@pnpm/types", | ||
"version": "9.3.0", | ||
"version": "9.4.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/types": "9.3.0" | ||
"@pnpm/types": "9.4.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
11615
256