Comparing version 0.13.3 to 0.13.4
@@ -89,3 +89,3 @@ "use strict"; | ||
function getMandatoryOperator(property, defaultMandatory, optionalFieldsType) { | ||
if (optionalFieldsType === "null") { | ||
if (optionalFieldsType === "null" && typeof property !== "string" && !property.isPopulation) { | ||
return ":"; | ||
@@ -92,0 +92,0 @@ } |
{ | ||
"name": "efesto", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
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
165995