@venncity/nested-config
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.2.4](https://github.com/venn-city/npm-shelf/compare/@venncity/nested-config@1.2.3...@venncity/nested-config@1.2.4) (2019-09-10) | ||
### Bug Fixes | ||
* **nested-config:** removed redundant logs ([10c4622](https://github.com/venn-city/npm-shelf/commit/10c4622)) | ||
## [1.2.3](https://github.com/venn-city/npm-shelf/compare/@venncity/nested-config@1.2.2...@venncity/nested-config@1.2.3) (2019-09-03) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@venncity/nested-config", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"author": "Venn Engineering", | ||
@@ -44,3 +44,3 @@ "main": "src/nestedConfig.js", | ||
}, | ||
"gitHead": "b0e5430d37fc53dd9a6b799928aec2c01d736aaf" | ||
"gitHead": "bb6eca40594455248b91d4d53cf5944220aecfe9" | ||
} |
@@ -44,3 +44,2 @@ process.env.ALLOW_CONFIG_MUTATIONS = true; | ||
} catch (e) { | ||
console.info(`Property ${key} not found, fallback to parent config`, e); | ||
return config.get(key); | ||
@@ -55,3 +54,2 @@ } | ||
if (!innerConfigHas) { | ||
console.info(`Property ${key} not found, fallback to parent config`); | ||
innerConfigHas = config.has(key); | ||
@@ -58,0 +56,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
13565
199