Comparing version 1.0.3 to 1.0.4
@@ -5,9 +5,3 @@ # Change Log | ||
### 1.0.2 | ||
* Fixing constructor bug with null options -- adding more tests. | ||
### 1.0.1 | ||
* Constructor options should not be required. | ||
### 1.0.0 | ||
* Initial release. |
@@ -163,3 +163,6 @@ 'use strict'; | ||
const _load = (value, providers, emitter, i, callback) => { | ||
if (i === providers.length) callback(undefined, value); | ||
if (i === providers.length) { | ||
callback(undefined, value); | ||
return; | ||
} | ||
@@ -166,0 +169,0 @@ const val = value; |
{ | ||
"name": "kibbutz", | ||
"longName": "Kibbutz Configuration Aggregator", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"dependencies": { | ||
@@ -6,0 +6,0 @@ "elv": "^1.0.0" |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
223
0
12687