@pnpm/config
Advanced tools
Comparing version 8.1.2 to 8.2.0
@@ -52,3 +52,3 @@ import { ProjectManifest, Registries } from '@pnpm/types'; | ||
unsafePerm?: boolean; | ||
loglevel?: 'silent' | 'error' | 'warn' | 'notice' | 'http' | 'timing' | 'info' | 'verbose' | 'silly'; | ||
loglevel?: 'silent' | 'error' | 'warn' | 'info' | 'debug'; | ||
frozenLockfile?: boolean; | ||
@@ -55,0 +55,0 @@ preferFrozenLockfile?: boolean; |
@@ -45,2 +45,3 @@ "use strict"; | ||
'lockfile-only': Boolean, | ||
'loglevel': ['silent', 'error', 'warn', 'info', 'debug'], | ||
'network-concurrency': Number, | ||
@@ -47,0 +48,0 @@ 'npm-path': String, |
{ | ||
"name": "@pnpm/config", | ||
"version": "8.1.2", | ||
"version": "8.2.0", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
"@types/mz": "^2.7.0", | ||
"@types/ramda": "^0.26.44", | ||
"@types/ramda": "^0.27.3", | ||
"@types/which": "1.3.2", | ||
@@ -49,0 +49,0 @@ "mz": "2.7.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
23235
482