@pnpm/config
Advanced tools
Comparing version 12.3.0 to 12.3.1
# @pnpm/config | ||
## 12.3.1 | ||
### Patch Changes | ||
- a1a03d145: Import only the required functions from ramda. | ||
## 12.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -36,3 +36,3 @@ "use strict"; | ||
const can_write_to_dir_1 = require("can-write-to-dir"); | ||
const R = __importStar(require("ramda")); | ||
const fromPairs_1 = __importDefault(require("ramda/src/fromPairs")); | ||
const realpath_missing_1 = __importDefault(require("realpath-missing")); | ||
@@ -206,3 +206,3 @@ const which_1 = __importDefault(require("which")); | ||
const rcOptions = Object.keys(rcOptionsTypes); | ||
const pnpmConfig = R.fromPairs([ | ||
const pnpmConfig = fromPairs_1.default([ | ||
...rcOptions.map((configKey) => [camelcase_1.default(configKey), npmConfig.get(configKey)]), | ||
@@ -209,0 +209,0 @@ ...Object.entries(cliOptions).filter(([name, value]) => typeof value !== 'undefined').map(([name, value]) => [camelcase_1.default(name), value]), |
{ | ||
"name": "@pnpm/config", | ||
"version": "12.3.0", | ||
"version": "12.3.1", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
55081