Comparing version 3.1.47 to 3.1.48
@@ -36,2 +36,3 @@ "use strict"; | ||
}, | ||
// https://en.wikipedia.org/wiki/Telephone_numbers_in_Aruba | ||
{ | ||
@@ -42,3 +43,3 @@ alpha2: 'AW', | ||
country_name: 'Aruba', | ||
mobile_begin_with: ['5', '6', '7', '9'], | ||
mobile_begin_with: ['56', '59', '64', '73', '74', '99'], | ||
phone_number_lengths: [7] | ||
@@ -45,0 +46,0 @@ }, |
{ | ||
"name": "phone", | ||
"version": "3.1.47", | ||
"version": "3.1.48", | ||
"description": "With a given country and phone number, validate and format the phone number to E.164 standard", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
87529
2331