@pnpm/types
Advanced tools
Comparing version 6.3.1 to 6.4.0
# @pnpm/types | ||
## 6.4.0 | ||
### Minor Changes | ||
- 9ad8c27bf: Allow to ignore builds of specified dependencies throught the `pnpm.neverBuiltDependencies` field in `package.json`. | ||
## 6.3.1 | ||
@@ -4,0 +10,0 @@ |
@@ -84,2 +84,3 @@ export interface Dependencies { | ||
pnpm?: { | ||
neverBuiltDependencies?: string[]; | ||
overrides?: Record<string, string>; | ||
@@ -86,0 +87,0 @@ }; |
{ | ||
"name": "@pnpm/types", | ||
"version": "6.3.1", | ||
"version": "6.4.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
8730
161