@pnpm/config
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -298,4 +298,3 @@ "use strict"; | ||
if (pnpmConfig['shamefullyFlatten']) { | ||
warnings.push('The "shamefully-flatten" setting is deprecated. Use "shamefully-hoist", "hoist" or "hoist-pattern" instead. Since v4, hoisting is on by default for all dependencies.'); | ||
pnpmConfig.hoistPattern = ['*']; | ||
warnings.push('The "shamefully-flatten" setting has been renamed to "shamefully-hoist". Also, in most cases you won\'t need "shamefully-hoist". Since v4, a semistrict node_modules structure is on by default (via hoist-pattern=[*]).'); | ||
pnpmConfig.shamefullyHoist = true; | ||
@@ -302,0 +301,0 @@ } |
{ | ||
"name": "@pnpm/config", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"find-up": "4.1.0", | ||
"is-subdir": "1.0.3", | ||
"is-subdir": "1.1.1", | ||
"which": "2.0.1" | ||
@@ -42,0 +42,0 @@ }, |
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
22618
472
+ Addedis-subdir@1.1.1(transitive)
- Removedis-subdir@1.0.3(transitive)
Updatedis-subdir@1.1.1