@jepz20/conman
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "@jepz20/conman", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Configuration manager that supports ttl and plugabble sources", | ||
@@ -17,3 +17,3 @@ "main": "./src/conman", | ||
}, | ||
"gitHead": "571cb790935632aa5224a7fe2966e79200e335c9", | ||
"gitHead": "f61538a18cdf38406b07df59ae9d36dc342ea916", | ||
"lint-staged": { | ||
@@ -20,0 +20,0 @@ "src/**/*.*": [ |
@@ -131,3 +131,3 @@ const { mergeDeepRight } = require('ramda'); | ||
function _get(key, _privateCache) { | ||
const safeCache = _privateCache || {}; | ||
const safeCache = _privateCache || {} | ||
if (key === undefined) { | ||
@@ -223,2 +223,2 @@ return safeCache; | ||
module.exports = { create: conman }; | ||
module.exports = conman; |
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
266546