flex-plugins-utils-logger
Advanced tools
Comparing version 4.1.0 to 4.1.1-alpha.202107081641
@@ -52,11 +52,13 @@ "use strict"; | ||
*/ | ||
var _validateConfirmation = function (defaultAnswer) { return function (input) { | ||
if (!input && defaultAnswer) { | ||
input = defaultAnswer; | ||
} | ||
if (exports.acceptableAnswers.includes(input.toLowerCase())) { | ||
return true; | ||
} | ||
return 'Please answer with either "y" or "n"'; | ||
}; }; | ||
var _validateConfirmation = function (defaultAnswer) { | ||
return function (input) { | ||
if (!input && defaultAnswer) { | ||
input = defaultAnswer; | ||
} | ||
if (exports.acceptableAnswers.includes(input.toLowerCase())) { | ||
return true; | ||
} | ||
return 'Please answer with either "y" or "n"'; | ||
}; | ||
}; | ||
exports._validateConfirmation = _validateConfirmation; | ||
@@ -63,0 +65,0 @@ /** |
{ | ||
"name": "flex-plugins-utils-logger", | ||
"version": "4.1.0", | ||
"version": "4.1.1-alpha.202107081641", | ||
"description": "Flex Plugins Logger", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"columnify": "^1.5.4", | ||
"flex-plugins-utils-env": "4.1.0", | ||
"flex-plugins-utils-env": "4.1.1-alpha.202107081641", | ||
"inquirer": "7.3.3", | ||
@@ -59,3 +59,3 @@ "log-symbols": "^3.0.0", | ||
}, | ||
"gitHead": "da2c3b4bd383e01b6fd5f5b387ee8008df2af65b" | ||
"gitHead": "15f680ccc1c3d01d7936b26fd025fb02614b7952" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
66403
1176
1
+ Addedflex-plugins-utils-env@4.1.1-alpha.202107081641(transitive)
+ Addedflex-plugins-utils-exception@4.1.1-alpha.202107081641(transitive)
- Removedflex-plugins-utils-env@4.1.0(transitive)
- Removedflex-plugins-utils-exception@4.1.0(transitive)