@pnpm/config
Advanced tools
Comparing version 3.3.2 to 3.3.3
@@ -88,5 +88,5 @@ "use strict"; | ||
? null | ||
: await findUp(WORKSPACE_MANIFEST_FILENAME, { | ||
: (await findUp(WORKSPACE_MANIFEST_FILENAME, { | ||
cwd: cliArgs['prefix'] || process.cwd(), | ||
}); | ||
}) || null); | ||
const npmConfig = loadNpmConf(cliArgs, exports.types, { | ||
@@ -93,0 +93,0 @@ 'bail': true, |
{ | ||
"name": "@pnpm/config", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "Gets configs for pnpm", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
"camelcase": "5.3.1", | ||
"find-up": "3.0.0", | ||
"find-up": "4.0.0", | ||
"which": "1.3.1" | ||
@@ -42,7 +42,3 @@ }, | ||
"@pnpm/config": "link:", | ||
"@pnpm/tsconfig": "0.0.0", | ||
"@pnpm/tslint-config": "0.0.0", | ||
"@types/mz": "0.0.32", | ||
"@types/node": "*", | ||
"@types/tape": "4.2.33", | ||
"@types/which": "1.3.1", | ||
@@ -49,0 +45,0 @@ "mz": "2.7.0", |
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
10
27323
+ Addedfind-up@4.0.0(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addedp-locate@4.1.0(transitive)
- Removedfind-up@3.0.0(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedpath-exists@3.0.0(transitive)
Updatedfind-up@4.0.0