monkey-front-core 0.0.32 → 0.0.33

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.
@@ -1447,8 +1447,7 @@
1447
1447
  });
1448
1448
 
1449
1449
  var moment = moment___namespace;
1450
- // eslint-disable-next-line max-len
1451
- var EMAIL_REGEXP = /^[\w\-.]+@([\w-]+\.)+[\w-]{1,4}$/;
1450
+ var EMAIL_REGEXP = /^[\w-.]+@([\w-]+\.)+[\w-]{1,64}$/;
1452
1451
  function isEmptyInputValue(value) {
1453
1452
  return value == null || value.length === 0;
1454
1453
  }