Comparing version 3.1.56 to 3.1.57
@@ -1321,4 +1321,4 @@ "use strict"; | ||
country_name: 'Netherlands', | ||
mobile_begin_with: ['6'], | ||
phone_number_lengths: [9] | ||
mobile_begin_with: ['6', '97'], | ||
phone_number_lengths: [9, 11] | ||
}, | ||
@@ -1325,0 +1325,0 @@ { |
{ | ||
"name": "phone", | ||
"version": "3.1.56", | ||
"version": "3.1.57", | ||
"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", |
87421