fullstack-phone 1.176.0 → 1.177.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 +21 -20
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.5](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
|
@@ -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-467]|5[0-3]|8[0-
|
|
15208
|
+
"(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-7]))\\d{6}",
|
|
15209
15209
|
null,
|
|
15210
15210
|
null,
|
|
15211
15211
|
null,
|
|
@@ -23086,7 +23086,7 @@
|
|
|
23086
23086
|
[
|
|
23087
23087
|
null,
|
|
23088
23088
|
null,
|
|
23089
|
-
"7(?:38(?:
|
|
23089
|
+
"7(?:38(?:[05]\\d|8[08])|8(?:33|55|77|81)\\d)\\d{4}|7(?:18|2[23]|3[237]|47|6[258]|7\\d|82|9[2-9])\\d{6}",
|
|
23090
23090
|
null,
|
|
23091
23091
|
null,
|
|
23092
23092
|
null,
|
|
@@ -28732,7 +28732,7 @@
|
|
|
28732
28732
|
[
|
|
28733
28733
|
null,
|
|
28734
28734
|
null,
|
|
28735
|
-
"
|
|
28735
|
+
"(?:20(?:[23579]\\d|8[78])|30[24]\\d)\\d{6}|30\\d{7}",
|
|
28736
28736
|
null,
|
|
28737
28737
|
null,
|
|
28738
28738
|
null,
|
|
@@ -28740,6 +28740,7 @@
|
|
|
28740
28740
|
null,
|
|
28741
28741
|
null,
|
|
28742
28742
|
[
|
|
28743
|
+
9,
|
|
28743
28744
|
10
|
|
28744
28745
|
]
|
|
28745
28746
|
],
|
|
@@ -28838,7 +28839,7 @@
|
|
|
28838
28839
|
"(\\d{2})(\\d{2})(\\d{2})(\\d{3})",
|
|
28839
28840
|
"$1 $2 $3 $4",
|
|
28840
28841
|
[
|
|
28841
|
-
"
|
|
28842
|
+
"3"
|
|
28842
28843
|
],
|
|
28843
28844
|
"0$1"
|
|
28844
28845
|
],
|
|
@@ -28886,15 +28887,15 @@
|
|
|
28886
28887
|
[
|
|
28887
28888
|
null,
|
|
28888
28889
|
null,
|
|
28889
|
-
"30[0135-9]\\d{6}",
|
|
28890
28890
|
null,
|
|
28891
28891
|
null,
|
|
28892
28892
|
null,
|
|
28893
|
-
|
|
28893
|
+
null,
|
|
28894
|
+
null,
|
|
28894
28895
|
null,
|
|
28895
28896
|
null,
|
|
28896
28897
|
[
|
|
28897
|
-
|
|
28898
|
+
-1
|
|
28898
28899
|
]
|
|
28899
28900
|
],
|
|
28900
28901
|
null,
|
|
@@ -31109,7 +31110,7 @@
|
|
|
31109
31110
|
[
|
|
31110
31111
|
null,
|
|
31111
31112
|
null,
|
|
31112
|
-
"(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-
|
|
31113
|
+
"(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-7]))\\d{6}",
|
|
31113
31114
|
null,
|
|
31114
31115
|
null,
|
|
31115
31116
|
null,
|
|
@@ -32768,7 +32769,7 @@
|
|
|
32768
32769
|
[
|
|
32769
32770
|
null,
|
|
32770
32771
|
null,
|
|
32771
|
-
"2(?:0(?:01|79)|17\\d)\\d{4}|(?:5[
|
|
32772
|
+
"2(?:0(?:01|79)|17\\d)\\d{4}|(?:5[0-3]|[679]\\d|8[2-59])\\d{6}",
|
|
32772
32773
|
null,
|
|
32773
32774
|
null,
|
|
32774
32775
|
null,
|
|
@@ -42225,7 +42226,7 @@
|
|
|
42225
42226
|
"(\\d{3})(\\d{4})",
|
|
42226
42227
|
"$1 $2",
|
|
42227
42228
|
[
|
|
42228
|
-
"2[
|
|
42229
|
+
"2[136]|8"
|
|
42229
42230
|
]
|
|
42230
42231
|
],
|
|
42231
42232
|
[
|
|
@@ -42241,7 +42242,7 @@
|
|
|
42241
42242
|
[
|
|
42242
42243
|
null,
|
|
42243
42244
|
null,
|
|
42244
|
-
"2[
|
|
42245
|
+
"2[136]\\d{5}",
|
|
42245
42246
|
null,
|
|
42246
42247
|
null,
|
|
42247
42248
|
null,
|
|
@@ -44792,7 +44793,7 @@
|
|
|
44792
44793
|
[
|
|
44793
44794
|
null,
|
|
44794
44795
|
null,
|
|
44795
|
-
"
|
|
44796
|
+
"897[01]\\d{4}|(?:8(?:0[1-9]|[1-8]\\d|9[0-6])|9[0-8]\\d)\\d{5}",
|
|
44796
44797
|
null,
|
|
44797
44798
|
null,
|
|
44798
44799
|
null,
|
|
@@ -46865,7 +46866,7 @@
|
|
|
46865
46866
|
[
|
|
46866
46867
|
null,
|
|
46867
46868
|
null,
|
|
46868
|
-
"(?:[2-5]|68|[78]\\d)\\d{5}",
|
|
46869
|
+
"(?:[2-5]|68|[78]\\d|90)\\d{5}",
|
|
46869
46870
|
null,
|
|
46870
46871
|
null,
|
|
46871
46872
|
null,
|
|
@@ -46903,29 +46904,29 @@
|
|
|
46903
46904
|
[
|
|
46904
46905
|
null,
|
|
46905
46906
|
null,
|
|
46907
|
+
"80\\d{5}",
|
|
46906
46908
|
null,
|
|
46907
46909
|
null,
|
|
46908
46910
|
null,
|
|
46909
|
-
|
|
46910
|
-
null,
|
|
46911
|
+
"8012345",
|
|
46911
46912
|
null,
|
|
46912
46913
|
null,
|
|
46913
46914
|
[
|
|
46914
|
-
|
|
46915
|
+
7
|
|
46915
46916
|
]
|
|
46916
46917
|
],
|
|
46917
46918
|
[
|
|
46918
46919
|
null,
|
|
46919
46920
|
null,
|
|
46921
|
+
"90\\d{5}",
|
|
46920
46922
|
null,
|
|
46921
46923
|
null,
|
|
46922
46924
|
null,
|
|
46923
|
-
|
|
46924
|
-
null,
|
|
46925
|
+
"9012345",
|
|
46925
46926
|
null,
|
|
46926
46927
|
null,
|
|
46927
46928
|
[
|
|
46928
|
-
|
|
46929
|
+
7
|
|
46929
46930
|
]
|
|
46930
46931
|
],
|
|
46931
46932
|
[
|
|
@@ -47002,7 +47003,7 @@
|
|
|
47002
47003
|
"(\\d{3})(\\d{4})",
|
|
47003
47004
|
"$1-$2",
|
|
47004
47005
|
[
|
|
47005
|
-
"[6-
|
|
47006
|
+
"[6-9]"
|
|
47006
47007
|
]
|
|
47007
47008
|
]
|
|
47008
47009
|
],
|