monkey-front-core 0.0.622 → 0.0.623
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/esm2020/lib/core/utils/validators.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs +1 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.623.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.622.tgz +0 -0
|
@@ -1597,7 +1597,7 @@ var validateUtils = /*#__PURE__*/Object.freeze({
|
|
|
1597
1597
|
});
|
|
1598
1598
|
|
|
1599
1599
|
const moment$2 = moment_;
|
|
1600
|
-
const EMAIL_REGEXP = /^[\w
|
|
1600
|
+
const EMAIL_REGEXP = /^[\w.+-]+@([\w-]+\.)+[\w-]{1,64}$/;
|
|
1601
1601
|
function isEmptyInputValue(value) {
|
|
1602
1602
|
return value == null || value.length === 0;
|
|
1603
1603
|
}
|