@pnpm/config
Advanced tools
Comparing version 18.3.1 to 18.3.2
@@ -31,2 +31,3 @@ "use strict"; | ||
const matcher_1 = require("@pnpm/matcher"); | ||
const better_path_resolve_1 = __importDefault(require("better-path-resolve")); | ||
const camelcase_1 = __importDefault(require("camelcase")); | ||
@@ -260,3 +261,3 @@ const is_windows_1 = __importDefault(require("is-windows")); | ||
]); | ||
const cwd = (cliOptions.dir && path_1.default.resolve(cliOptions.dir)) ?? npmConfig.localPrefix; | ||
const cwd = (0, better_path_resolve_1.default)(cliOptions.dir ?? npmConfig.localPrefix); | ||
pnpmConfig.maxSockets = npmConfig.maxsockets; | ||
@@ -263,0 +264,0 @@ // @ts-expect-error |
{ | ||
"name": "@pnpm/config", | ||
"version": "18.3.1", | ||
"version": "18.3.2", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -28,2 +28,3 @@ "main": "lib/index.js", | ||
"@pnpm/npm-conf": "2.2.0", | ||
"better-path-resolve": "1.0.0", | ||
"camelcase": "^6.3.0", | ||
@@ -40,5 +41,5 @@ "camelcase-keys": "^6.2.2", | ||
"realpath-missing": "^1.1.0", | ||
"which": "^3.0.0", | ||
"which": "^3.0.1", | ||
"@pnpm/error": "5.0.0", | ||
"@pnpm/constants": "7.0.0", | ||
"@pnpm/error": "5.0.0", | ||
"@pnpm/git-utils": "1.0.0", | ||
@@ -55,3 +56,3 @@ "@pnpm/matcher": "5.0.0", | ||
"symlink-dir": "^5.1.1", | ||
"@pnpm/config": "18.3.1", | ||
"@pnpm/config": "18.3.2", | ||
"@pnpm/prepare": "0.0.66", | ||
@@ -58,0 +59,0 @@ "@pnpm/test-fixtures": "0.0.35" |
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
63317
923
22
+ Addedbetter-path-resolve@1.0.0
Updatedwhich@^3.0.1