@bizy/core 19.14.1 → 19.14.2

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.
@@ -2931,7 +2931,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
2931
2931
  }] }] });
2932
2932
 
2933
2933
  class BizyValidatorService {
2934
- isEmail = (value) => validator.isEmail(value);
2934
+ isEmail = (value) => validator.isEmail(value, { allow_utf8_local_part: false });
2935
2935
  dateIsAfter = (data) => {
2936
2936
  if (!data || !data.date || !data.comparisonDate) {
2937
2937
  return false;