@sswroom/sswr 1.6.6 → 1.6.7

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.
Files changed (3) hide show
  1. package/Changelog +3 -0
  2. package/package.json +1 -1
  3. package/text.js +1 -1
package/Changelog CHANGED
@@ -1,3 +1,6 @@
1
+ 1.6.7
2
+ -Fixed text.isEmailAddress
3
+
1
4
  1.6.6
2
5
  -Enhance Email Address checking
3
6
  -Added Macau 2009 Grid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sswroom/sswr",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "Libraries made by sswroom",
5
5
  "main": "sswr.js",
6
6
  "scripts": {
package/text.js CHANGED
@@ -321,7 +321,7 @@ export function isEmailAddress(s)
321
321
  {
322
322
 
323
323
  }
324
- if (c == '_')
324
+ else if (c == '_')
325
325
  {
326
326
  if (atPos != -1)
327
327
  {