fullstack-phone 1.179.0 → 1.180.0
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/CHANGELOG.md +5 -0
- package/README.md +1 -1
- package/package.json +2 -2
- package/server/metadata/metadata.json +14 -14
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@ fullstack-phone ☎️
|
|
|
3
3
|
|
|
4
4
|
| npm | Libphonenumber version |
|
|
5
5
|
| ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
6
|
-
| [](https://www.npmjs.com/package/fullstack-phone) | [v9.0.
|
|
6
|
+
| [](https://www.npmjs.com/package/fullstack-phone) | [v9.0.8](https://github.com/googlei18n/libphonenumber/blob/master/release_notes.txt) |
|
|
7
7
|
|
|
8
8
|
**fullstack-phone** provides formatting, validation, and parsing of phone numbers per-region. The system is optimized for use as two modules:
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -4884,7 +4884,7 @@
|
|
|
4884
4884
|
[
|
|
4885
4885
|
null,
|
|
4886
4886
|
null,
|
|
4887
|
-
"[025-7]\\d{
|
|
4887
|
+
"(?:[025-7]\\d|44)\\d{6}",
|
|
4888
4888
|
null,
|
|
4889
4889
|
null,
|
|
4890
4890
|
null,
|
|
@@ -4907,7 +4907,7 @@
|
|
|
4907
4907
|
[
|
|
4908
4908
|
null,
|
|
4909
4909
|
null,
|
|
4910
|
-
"(?:0[1-7]|5[0-8]|[67]\\d)\\d{6}",
|
|
4910
|
+
"(?:0[1-7]|44|5[0-8]|[67]\\d)\\d{6}",
|
|
4911
4911
|
null,
|
|
4912
4912
|
null,
|
|
4913
4913
|
null,
|
|
@@ -4999,7 +4999,7 @@
|
|
|
4999
4999
|
"(\\d{2})(\\d{2})(\\d{2})(\\d{2})",
|
|
5000
5000
|
"$1 $2 $3 $4",
|
|
5001
5001
|
[
|
|
5002
|
-
"[
|
|
5002
|
+
"[024-7]"
|
|
5003
5003
|
]
|
|
5004
5004
|
]
|
|
5005
5005
|
],
|
|
@@ -13075,7 +13075,7 @@
|
|
|
13075
13075
|
[
|
|
13076
13076
|
null,
|
|
13077
13077
|
null,
|
|
13078
|
-
"1(?:
|
|
13078
|
+
"15310\\d{6}|1(?:5[0-25-9]\\d|7[013-5])\\d{7}|1(?:6[023]|7[26-9])\\d{7,8}",
|
|
13079
13079
|
null,
|
|
13080
13080
|
null,
|
|
13081
13081
|
null,
|
|
@@ -15205,7 +15205,7 @@
|
|
|
15205
15205
|
[
|
|
15206
15206
|
null,
|
|
15207
15207
|
null,
|
|
15208
|
-
"(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-
|
|
15208
|
+
"(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-8]|5[0-3]|8[0-7]))\\d{6}",
|
|
15209
15209
|
null,
|
|
15210
15210
|
null,
|
|
15211
15211
|
null,
|
|
@@ -20950,7 +20950,7 @@
|
|
|
20950
20950
|
[
|
|
20951
20951
|
null,
|
|
20952
20952
|
null,
|
|
20953
|
-
"(?:510|6\\d\\d|7(?:[0-5]\\d|6[
|
|
20953
|
+
"(?:510|6\\d\\d|7(?:[0-5]\\d|6[019]|70))\\d{4}",
|
|
20954
20954
|
null,
|
|
20955
20955
|
null,
|
|
20956
20956
|
null,
|
|
@@ -21143,7 +21143,7 @@
|
|
|
21143
21143
|
[
|
|
21144
21144
|
null,
|
|
21145
21145
|
null,
|
|
21146
|
-
"(?:4(?:44[0-35-9]|6(?:
|
|
21146
|
+
"(?:4(?:44[0-35-9]|6(?:4[0-57-9]|6[0-4])|7(?:30|4[0-48]|6[0-5]))|5(?:35[4-8]|73[0-6]|95[0-8])|6(?:26[013-8]|(?:66|78)[0-5])|70(?:7[1-8]|8[0-4])|84(?:4[0-2]|8[0-35-9])|9(?:29[013-9]|39[014-9]|59[0-4]|899))\\d{4}|(?:4(?:4[0-35-9]|6[0-357-9]|7[0-25])|5(?:[1-59][0-46-9]|6[0-4689]|7[0-246-9])|6(?:0[1-9]|[13-59]\\d|[268][0-57-9]|7[0-79])|70[1-59]|84[0-39]|9(?:0[1-9]|1[02-9]|[2358][0-8]|[467]\\d))\\d{5}",
|
|
21147
21147
|
null,
|
|
21148
21148
|
null,
|
|
21149
21149
|
null,
|
|
@@ -21849,7 +21849,7 @@
|
|
|
21849
21849
|
[
|
|
21850
21850
|
null,
|
|
21851
21851
|
null,
|
|
21852
|
-
"
|
|
21852
|
+
"[2-589]\\d{7}",
|
|
21853
21853
|
null,
|
|
21854
21854
|
null,
|
|
21855
21855
|
null,
|
|
@@ -21872,7 +21872,7 @@
|
|
|
21872
21872
|
[
|
|
21873
21873
|
null,
|
|
21874
21874
|
null,
|
|
21875
|
-
"(?:[34]\\d|
|
|
21875
|
+
"(?:[34]\\d|5[56])\\d{6}",
|
|
21876
21876
|
null,
|
|
21877
21877
|
null,
|
|
21878
21878
|
null,
|
|
@@ -28633,7 +28633,7 @@
|
|
|
28633
28633
|
]
|
|
28634
28634
|
],
|
|
28635
28635
|
null,
|
|
28636
|
-
"
|
|
28636
|
+
"33622|7",
|
|
28637
28637
|
[
|
|
28638
28638
|
null,
|
|
28639
28639
|
null,
|
|
@@ -31110,7 +31110,7 @@
|
|
|
31110
31110
|
[
|
|
31111
31111
|
null,
|
|
31112
31112
|
null,
|
|
31113
|
-
"(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-
|
|
31113
|
+
"(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-8]|5[0-3]|8[0-7]))\\d{6}",
|
|
31114
31114
|
null,
|
|
31115
31115
|
null,
|
|
31116
31116
|
null,
|
|
@@ -42981,7 +42981,7 @@
|
|
|
42981
42981
|
[
|
|
42982
42982
|
null,
|
|
42983
42983
|
null,
|
|
42984
|
-
"(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15]|6[
|
|
42984
|
+
"336(?:[013-9]\\d|2[013-9])\\d{5}|(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15-7]|6[0-35-79]|7[1-37-9]))\\d{7}",
|
|
42985
42985
|
null,
|
|
42986
42986
|
null,
|
|
42987
42987
|
null,
|
|
@@ -43225,7 +43225,7 @@
|
|
|
43225
43225
|
]
|
|
43226
43226
|
],
|
|
43227
43227
|
1,
|
|
43228
|
-
|
|
43228
|
+
null,
|
|
43229
43229
|
[
|
|
43230
43230
|
null,
|
|
43231
43231
|
null,
|
|
@@ -52071,7 +52071,7 @@
|
|
|
52071
52071
|
[
|
|
52072
52072
|
null,
|
|
52073
52073
|
null,
|
|
52074
|
-
"72[48]0\\d{5}|7(?:[
|
|
52074
|
+
"72[48]0\\d{5}|7(?:[014-8]\\d|2[067]|36|9[0189])\\d{6}",
|
|
52075
52075
|
null,
|
|
52076
52076
|
null,
|
|
52077
52077
|
null,
|