fullstack-phone 1.199.0 → 1.200.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 +13 -18
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.28](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
|
@@ -7820,7 +7820,7 @@
|
|
|
7820
7820
|
[
|
|
7821
7821
|
null,
|
|
7822
7822
|
null,
|
|
7823
|
-
"(?:321|7[1-8]\\d)\\d{5}",
|
|
7823
|
+
"(?:321|7(?:[1-8]\\d|9[03]))\\d{5}",
|
|
7824
7824
|
null,
|
|
7825
7825
|
null,
|
|
7826
7826
|
null,
|
|
@@ -23188,7 +23188,7 @@
|
|
|
23188
23188
|
[
|
|
23189
23189
|
null,
|
|
23190
23190
|
null,
|
|
23191
|
-
"55(?:4(?:0[0-
|
|
23191
|
+
"55(?:4(?:0[0-3]|[16]0)|57[0-289])\\d{4}|5(?:(?:[0-2][02-9]|[36]\\d|[49][2-9]|8[3-7])\\d|5(?:01|2\\d|3[0-3]|4[3-5]|5[0-25689]|6[6-8]|7[0-267]|8[7-9]|9[1-9]))\\d{5}",
|
|
23192
23192
|
null,
|
|
23193
23193
|
null,
|
|
23194
23194
|
null,
|
|
@@ -23217,7 +23217,7 @@
|
|
|
23217
23217
|
[
|
|
23218
23218
|
null,
|
|
23219
23219
|
null,
|
|
23220
|
-
"1212\\d{4}|1(?:200|9(?:0[0-2]|19))\\d{6}",
|
|
23220
|
+
"1212\\d{4}|1(?:200|9(?:0[0-2]|19|9\\d))\\d{6}",
|
|
23221
23221
|
null,
|
|
23222
23222
|
null,
|
|
23223
23223
|
null,
|
|
@@ -33425,7 +33425,7 @@
|
|
|
33425
33425
|
[
|
|
33426
33426
|
null,
|
|
33427
33427
|
null,
|
|
33428
|
-
"[12]2[1-3]
|
|
33428
|
+
"[12](?:2[1-3]|(?:3[2-8]|4[2-68]|5[1-4689])\\d)\\d{5,6}|7(?:0(?:[0-5]\\d|7[078]|80)|128)\\d{4}|[12]27\\d{6}|(?:11|2[16]|5[368])\\d{6}",
|
|
33429
33429
|
null,
|
|
33430
33430
|
null,
|
|
33431
33431
|
null,
|
|
@@ -33442,7 +33442,7 @@
|
|
|
33442
33442
|
[
|
|
33443
33443
|
null,
|
|
33444
33444
|
null,
|
|
33445
|
-
"92[0139]\\d{5}|(?:5[05]|6[069]|7[28]|8[0135689]|9[013-9])\\d{6}",
|
|
33445
|
+
"(?:87[01]|92[0139])\\d{5}|(?:5[05]|6[069]|7[28]|8[0135689]|9[013-9])\\d{6}",
|
|
33446
33446
|
null,
|
|
33447
33447
|
null,
|
|
33448
33448
|
null,
|
|
@@ -33539,7 +33539,7 @@
|
|
|
33539
33539
|
"(\\d{2})(\\d{2})(\\d{4})",
|
|
33540
33540
|
"$1 $2 $3",
|
|
33541
33541
|
[
|
|
33542
|
-
"[
|
|
33542
|
+
"11|2[16]"
|
|
33543
33543
|
],
|
|
33544
33544
|
"0$1"
|
|
33545
33545
|
],
|
|
@@ -42568,7 +42568,7 @@
|
|
|
42568
42568
|
[
|
|
42569
42569
|
null,
|
|
42570
42570
|
null,
|
|
42571
|
-
"
|
|
42571
|
+
"2631[0-6]\\d{4}|26(?:2\\d|30|88)\\d{5}",
|
|
42572
42572
|
null,
|
|
42573
42573
|
null,
|
|
42574
42574
|
null,
|
|
@@ -47094,7 +47094,7 @@
|
|
|
47094
47094
|
[
|
|
47095
47095
|
null,
|
|
47096
47096
|
null,
|
|
47097
|
-
"(?:[2-5]|[6-
|
|
47097
|
+
"(?:[2-5]|[6-9]\\d)\\d{5}",
|
|
47098
47098
|
null,
|
|
47099
47099
|
null,
|
|
47100
47100
|
null,
|
|
@@ -47109,7 +47109,7 @@
|
|
|
47109
47109
|
[
|
|
47110
47110
|
null,
|
|
47111
47111
|
null,
|
|
47112
|
-
"(?:2[1-3]|3[0-7]|4\\d|5[2-
|
|
47112
|
+
"(?:2[1-3]|3[0-7]|4\\d|5[2-578])\\d{4}",
|
|
47113
47113
|
null,
|
|
47114
47114
|
null,
|
|
47115
47115
|
null,
|
|
@@ -47193,16 +47193,11 @@
|
|
|
47193
47193
|
[
|
|
47194
47194
|
null,
|
|
47195
47195
|
null,
|
|
47196
|
-
"56\\d{4}",
|
|
47196
|
+
"(?:56|91\\d)\\d{4}",
|
|
47197
47197
|
null,
|
|
47198
47198
|
null,
|
|
47199
47199
|
null,
|
|
47200
|
-
"561234"
|
|
47201
|
-
null,
|
|
47202
|
-
null,
|
|
47203
|
-
[
|
|
47204
|
-
6
|
|
47205
|
-
]
|
|
47200
|
+
"561234"
|
|
47206
47201
|
],
|
|
47207
47202
|
"SR",
|
|
47208
47203
|
597,
|
|
@@ -55676,7 +55671,7 @@
|
|
|
55676
55671
|
[
|
|
55677
55672
|
null,
|
|
55678
55673
|
null,
|
|
55679
|
-
"7093\\d{5}|(?:80|9\\d)\\d{7}
|
|
55674
|
+
"(?:639\\d|7093)\\d{5}|(?:26|80|9\\d)\\d{7}",
|
|
55680
55675
|
null,
|
|
55681
55676
|
null,
|
|
55682
55677
|
null,
|
|
@@ -55690,7 +55685,7 @@
|
|
|
55690
55685
|
[
|
|
55691
55686
|
null,
|
|
55692
55687
|
null,
|
|
55693
|
-
"
|
|
55688
|
+
"26(?:89\\d|9(?:0[0-467]|15|5[0-4]|6\\d|[78]0))\\d{4}",
|
|
55694
55689
|
null,
|
|
55695
55690
|
null,
|
|
55696
55691
|
null,
|