fullstack-phone 1.170.0 → 1.171.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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.171.0
4
+
5
+ * Metadata:
6
+ * Updated to libphonenumber v8.13.55
7
+
3
8
  ## 1.170.0
4
9
 
5
10
  * Metadata:
package/README.md CHANGED
@@ -3,7 +3,7 @@ fullstack-phone ☎️
3
3
 
4
4
  | npm | Libphonenumber version |
5
5
  | ------------------------------------------------------------ | ------------------------------------------------------------ |
6
- | [![npm version](https://badge.fury.io/js/fullstack-phone.svg)](https://www.npmjs.com/package/fullstack-phone) | [v8.13.54](https://github.com/googlei18n/libphonenumber/blob/master/release_notes.txt) |
6
+ | [![npm version](https://badge.fury.io/js/fullstack-phone.svg)](https://www.npmjs.com/package/fullstack-phone) | [v8.13.55](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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fullstack-phone",
3
- "version": "1.170.0",
4
- "libphonenumber": "v8.13.54",
3
+ "version": "1.171.0",
4
+ "libphonenumber": "v8.13.55",
5
5
  "description": "A dual-module phone number system with dynamic regional metadata",
6
6
  "keywords": [
7
7
  "libphonenumber",
@@ -4702,7 +4702,7 @@
4702
4702
  [
4703
4703
  null,
4704
4704
  null,
4705
- "(?:70(?:2[0-57]|3[04-7]|44|6[4-69]|7[0579])|90\\d\\d)\\d{4}",
4705
+ "(?:70(?:2[0-57]|3[04-7]|44|6[04-69]|7[0579])|90\\d\\d)\\d{4}",
4706
4706
  null,
4707
4707
  null,
4708
4708
  null,
@@ -4837,7 +4837,7 @@
4837
4837
  [
4838
4838
  null,
4839
4839
  null,
4840
- "78(?:0[57]|1[014-8]|2[25]|3[15-8]|48|[56]0|7[06-8]|9\\d)\\d{4}",
4840
+ "78(?:0[578]|1[014-8]|2[25]|3[15-8]|48|5[05]|60|7[06-8]|9\\d)\\d{4}",
4841
4841
  null,
4842
4842
  null,
4843
4843
  null,
@@ -12816,7 +12816,7 @@
12816
12816
  [
12817
12817
  null,
12818
12818
  null,
12819
- "(?:60[1-8]\\d|7(?:0(?:[2-5]\\d|60)|19[01]|[2379]\\d\\d))\\d{5}",
12819
+ "(?:60[1-8]\\d|7(?:0(?:[2-5]\\d|60)|19[0-2]|[2379]\\d\\d))\\d{5}",
12820
12820
  null,
12821
12821
  null,
12822
12822
  null,
@@ -46922,7 +46922,7 @@
46922
46922
  [
46923
46923
  null,
46924
46924
  null,
46925
- "(?:7[124-7]|8[124-9])\\d{5}",
46925
+ "(?:7[124-7]|8[1-9])\\d{5}",
46926
46926
  null,
46927
46927
  null,
46928
46928
  null,