Comparing version 3.1.39 to 3.1.40
@@ -314,3 +314,3 @@ "use strict"; | ||
country_name: 'Botswana', | ||
mobile_begin_with: ['71', '72', '73', '74', '75', '76'], | ||
mobile_begin_with: ['71', '72', '73', '74', '75', '76', '77', '78', '79'], | ||
phone_number_lengths: [8] | ||
@@ -1636,4 +1636,11 @@ }, | ||
}, | ||
// {alpha2: "SZ", alpha3: "SWZ", country_code: "268", country_name: "Swaziland", mobile_begin_with: [], phone_number_lengths: []}, | ||
{ | ||
alpha2: 'SZ', | ||
alpha3: 'SWZ', | ||
country_code: '268', | ||
country_name: 'Swaziland', | ||
mobile_begin_with: ['76', '77', '78', '79'], | ||
phone_number_lengths: [8] | ||
}, | ||
{ | ||
alpha2: 'SC', | ||
@@ -1640,0 +1647,0 @@ alpha3: 'SYC', |
{ | ||
"name": "phone", | ||
"version": "3.1.39", | ||
"version": "3.1.40", | ||
"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", |
85884
2303