@pnpm/types
Advanced tools
Comparing version 9.4.1 to 9.4.2
@@ -80,4 +80,4 @@ export type Dependencies = Record<string, string>; | ||
dependenciesMeta?: DependenciesMeta; | ||
bundleDependencies?: string[]; | ||
bundledDependencies?: string[]; | ||
bundleDependencies?: string[] | boolean; | ||
bundledDependencies?: string[] | boolean; | ||
homepage?: string; | ||
@@ -84,0 +84,0 @@ repository?: string | { |
{ | ||
"name": "@pnpm/types", | ||
"version": "9.4.1", | ||
"version": "9.4.2", | ||
"description": "Basic types used by pnpm", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/types": "9.4.1" | ||
"@pnpm/types": "9.4.2" | ||
}, | ||
@@ -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
11635