@pnpm/types
Advanced tools
Comparing version 8.1.0 to 8.2.0
@@ -109,2 +109,3 @@ export interface Dependencies { | ||
ignoreMissing?: string[]; | ||
allowAny?: string[]; | ||
allowedVersions?: Record<string, string>; | ||
@@ -111,0 +112,0 @@ } |
{ | ||
"name": "@pnpm/types", | ||
"version": "8.1.0", | ||
"version": "8.2.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=14.19" | ||
"node": ">=14.6" | ||
}, | ||
@@ -28,3 +28,3 @@ "files": [ | ||
"devDependencies": { | ||
"@pnpm/types": "8.1.0" | ||
"@pnpm/types": "8.2.0" | ||
}, | ||
@@ -31,0 +31,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
10666
226