@pnpm/config
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -58,2 +58,3 @@ "use strict"; | ||
'store': path, | ||
'strict-peer-dependencies': Boolean, | ||
'use-running-store-server': Boolean, | ||
@@ -99,2 +100,3 @@ 'use-store-server': Boolean, | ||
'sort': true, | ||
'strict-peer-dependencies': false, | ||
'unsafe-perm': npmDefaults['unsafe-perm'], | ||
@@ -101,0 +103,0 @@ 'userconfig': npmDefaults.userconfig, |
@@ -65,2 +65,3 @@ export interface PnpmConfigs extends Record<string, any> { | ||
sort: boolean; | ||
strictPeerDependencies: boolean; | ||
} |
{ | ||
"name": "@pnpm/config", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "Gets configs for 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
18621
246