configorama 0.6.10 → 0.6.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main.js +3 -3
package/package.json
CHANGED
package/src/main.js
CHANGED
|
@@ -723,9 +723,9 @@ class Configorama {
|
|
|
723
723
|
const varKeys = Object.keys(variableData)
|
|
724
724
|
const uniqueVarKeys = Object.keys(uniqueVariables)
|
|
725
725
|
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
726
|
+
if (this.opts.returnPreResolvedVariableDetails) {
|
|
727
|
+
return enrich
|
|
728
|
+
}
|
|
729
729
|
|
|
730
730
|
if (!varKeys.length) {
|
|
731
731
|
logHeader('No Variables Found in Config')
|