fullstack-phone 1.174.0 → 1.175.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 +20 -24
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.3](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
|
@@ -2588,7 +2588,7 @@
|
|
|
2588
2588
|
[
|
|
2589
2589
|
null,
|
|
2590
2590
|
null,
|
|
2591
|
-
"1(?:11\\d|[2-9]\\d{3,11})|(?:316|463|(?:51|66|73)2
|
|
2591
|
+
"1(?:11\\d|[2-9]\\d{3,11})|(?:316|463)\\d{3,10}|648[34]\\d{3,9}|(?:51|66|73)2\\d{3,10}|(?:2(?:1[467]|2[13-8]|5[2357]|6[1-46-8]|7[1-8]|8[124-7]|9[1458])|3(?:1[1-578]|3[23568]|4[5-7]|5[1378]|6[1-38]|8[3-68])|4(?:2[1-8]|35|7[1368]|8[2457])|5(?:2[1-8]|3[357]|4[147]|5[12578]|6[37])|6(?:13|2[1-47]|4[135-7]|5[468])|7(?:2[1-8]|35|4[13478]|5[68]|6[16-8]|7[1-6]|9[45]))\\d{4,10}",
|
|
2592
2592
|
null,
|
|
2593
2593
|
null,
|
|
2594
2594
|
null,
|
|
@@ -2603,7 +2603,7 @@
|
|
|
2603
2603
|
[
|
|
2604
2604
|
null,
|
|
2605
2605
|
null,
|
|
2606
|
-
"6(?:5[0-3579]|6[013-9]|[7-9]\\d)\\d{
|
|
2606
|
+
"6(?:485|(?:5[0-3579]|6[013-9]|[7-9]\\d)\\d)\\d{3,9}",
|
|
2607
2607
|
null,
|
|
2608
2608
|
null,
|
|
2609
2609
|
null,
|
|
@@ -2770,7 +2770,8 @@
|
|
|
2770
2770
|
"(\\d{3})(\\d{3,10})",
|
|
2771
2771
|
"$1 $2",
|
|
2772
2772
|
[
|
|
2773
|
-
"(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"
|
|
2773
|
+
"(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]",
|
|
2774
|
+
"(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"
|
|
2774
2775
|
],
|
|
2775
2776
|
"0$1"
|
|
2776
2777
|
],
|
|
@@ -2835,7 +2836,8 @@
|
|
|
2835
2836
|
"(\\d{3})(\\d{3,10})",
|
|
2836
2837
|
"$1 $2",
|
|
2837
2838
|
[
|
|
2838
|
-
"(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"
|
|
2839
|
+
"(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]",
|
|
2840
|
+
"(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"
|
|
2839
2841
|
],
|
|
2840
2842
|
"0$1"
|
|
2841
2843
|
],
|
|
@@ -17836,7 +17838,7 @@
|
|
|
17836
17838
|
[
|
|
17837
17839
|
null,
|
|
17838
17840
|
null,
|
|
17839
|
-
"473(?:2(?:3[0-2]|69)|3(?:2[89]|86)|4(?:[06]8|3[5-9]|4[0-4]|5[
|
|
17841
|
+
"473(?:2(?:3[0-2]|69)|3(?:2[89]|86)|4(?:[06]8|3[5-9]|4[0-4]|5[59]|73|90)|63[68]|7(?:58|84)|800|938)\\d{4}",
|
|
17840
17842
|
null,
|
|
17841
17843
|
null,
|
|
17842
17844
|
null,
|
|
@@ -17851,7 +17853,7 @@
|
|
|
17851
17853
|
[
|
|
17852
17854
|
null,
|
|
17853
17855
|
null,
|
|
17854
|
-
"473(?:4(?:0[2-79]|1[04-9]|2[0-5]|49|5[
|
|
17856
|
+
"473(?:4(?:0[2-79]|1[04-9]|2[0-5]|49|5[6-8])|5(?:2[01]|3[3-8])|901)\\d{4}",
|
|
17855
17857
|
null,
|
|
17856
17858
|
null,
|
|
17857
17859
|
null,
|
|
@@ -21141,7 +21143,7 @@
|
|
|
21141
21143
|
[
|
|
21142
21144
|
null,
|
|
21143
21145
|
null,
|
|
21144
|
-
"(?:4(?:44[0-35-9]|6(?:1[0-79]|4[0-57-9]|6[0-4])|7(?:
|
|
21146
|
+
"(?:4(?:44[0-35-9]|6(?:1[0-79]|4[0-57-9]|6[0-4])|7(?:[26][0-5]|4[0-28]))|5(?:73[0-6]|95[0-8])|6(?:26[013-8]|66[0-3]|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[02357-9]|7[015])|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}",
|
|
21145
21147
|
null,
|
|
21146
21148
|
null,
|
|
21147
21149
|
null,
|
|
@@ -21576,7 +21578,7 @@
|
|
|
21576
21578
|
[
|
|
21577
21579
|
null,
|
|
21578
21580
|
null,
|
|
21579
|
-
"
|
|
21581
|
+
"[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}",
|
|
21580
21582
|
null,
|
|
21581
21583
|
null,
|
|
21582
21584
|
null,
|
|
@@ -21584,10 +21586,12 @@
|
|
|
21584
21586
|
null,
|
|
21585
21587
|
null,
|
|
21586
21588
|
[
|
|
21587
|
-
6,
|
|
21588
21589
|
7,
|
|
21589
21590
|
8,
|
|
21590
21591
|
9
|
|
21592
|
+
],
|
|
21593
|
+
[
|
|
21594
|
+
6
|
|
21591
21595
|
]
|
|
21592
21596
|
],
|
|
21593
21597
|
[
|
|
@@ -21631,27 +21635,19 @@
|
|
|
21631
21635
|
null,
|
|
21632
21636
|
null,
|
|
21633
21637
|
null,
|
|
21634
|
-
"800123456"
|
|
21635
|
-
null,
|
|
21636
|
-
null,
|
|
21637
|
-
[
|
|
21638
|
-
7,
|
|
21639
|
-
8,
|
|
21640
|
-
9
|
|
21641
|
-
]
|
|
21638
|
+
"800123456"
|
|
21642
21639
|
],
|
|
21643
21640
|
[
|
|
21644
21641
|
null,
|
|
21645
21642
|
null,
|
|
21646
|
-
"6[01459]\\d{6}|6[01]\\d{
|
|
21643
|
+
"6[01459]\\d{6}|6[01]\\d{5}",
|
|
21647
21644
|
null,
|
|
21648
21645
|
null,
|
|
21649
21646
|
null,
|
|
21650
|
-
"
|
|
21647
|
+
"6001234",
|
|
21651
21648
|
null,
|
|
21652
21649
|
null,
|
|
21653
21650
|
[
|
|
21654
|
-
6,
|
|
21655
21651
|
7,
|
|
21656
21652
|
8
|
|
21657
21653
|
]
|
|
@@ -21711,7 +21707,7 @@
|
|
|
21711
21707
|
[
|
|
21712
21708
|
[
|
|
21713
21709
|
null,
|
|
21714
|
-
"(\\d{2})(\\d{2})(\\d{
|
|
21710
|
+
"(\\d{2})(\\d{2})(\\d{3})",
|
|
21715
21711
|
"$1 $2 $3",
|
|
21716
21712
|
[
|
|
21717
21713
|
"6[01]"
|
|
@@ -35344,7 +35340,7 @@
|
|
|
35344
35340
|
[
|
|
35345
35341
|
null,
|
|
35346
35342
|
null,
|
|
35347
|
-
"
|
|
35343
|
+
"(?:2(?:0[01]|2\\d|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[267][1-9]|3[1-8]|[45]\\d|8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-36-9]|6[0-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1346][1-9]|[27]\\d|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[0-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|[69]\\d|7[12]|8[1-8]))\\d{7}",
|
|
35348
35344
|
null,
|
|
35349
35345
|
null,
|
|
35350
35346
|
null,
|
|
@@ -35360,7 +35356,7 @@
|
|
|
35360
35356
|
[
|
|
35361
35357
|
null,
|
|
35362
35358
|
null,
|
|
35363
|
-
"
|
|
35359
|
+
"(?:2(?:2\\d|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[267][1-9]|3[1-8]|[45]\\d|8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-36-9]|6[0-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1346][1-9]|[27]\\d|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[0-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|[69]\\d|7[12]|8[1-8]))\\d{7}",
|
|
35364
35360
|
null,
|
|
35365
35361
|
null,
|
|
35366
35362
|
null,
|
|
@@ -42372,7 +42368,7 @@
|
|
|
42372
42368
|
[
|
|
42373
42369
|
null,
|
|
42374
42370
|
null,
|
|
42375
|
-
"(?:69(?:2\\d\\d|3(?:[06][0-6]|1[
|
|
42371
|
+
"(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}",
|
|
42376
42372
|
null,
|
|
42377
42373
|
null,
|
|
42378
42374
|
null,
|