@pnpm/config
Advanced tools
Comparing version 8.2.1 to 8.3.0
@@ -100,2 +100,3 @@ import { ProjectManifest, Registries } from '@pnpm/types'; | ||
lockfileDir?: string; | ||
modulesDir?: string; | ||
sharedWorkspaceLockfile?: boolean; | ||
@@ -102,0 +103,0 @@ useLockfile: boolean; |
@@ -46,2 +46,3 @@ "use strict"; | ||
'loglevel': ['silent', 'error', 'warn', 'info', 'debug'], | ||
'modules-dir': String, | ||
'network-concurrency': Number, | ||
@@ -79,2 +80,3 @@ 'npm-path': String, | ||
'workspace-concurrency': Number, | ||
'workspace-packages': [String, Array], | ||
}, npmTypes.types); | ||
@@ -81,0 +83,0 @@ exports.default = async (opts) => { |
{ | ||
"name": "@pnpm/config", | ||
"version": "8.2.1", | ||
"version": "8.3.0", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
23330
485