Skip to content

Commit

Permalink
Bump to 3.1.49
Browse files Browse the repository at this point in the history
- #395 US 353 phone code
  • Loading branch information
Bossa573 committed Jul 8, 2024
1 parent 0d97467 commit b38a15b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion __tests__/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,5 @@ input_phone,input_country,not_validate_prefix,output_phone,output_country_alpha2
+599 4161234,,,+5994161234,BQ,BES,+599,true,,,"returns BES 1",
+599 7001234,,,+5997001234,BQ,BES,+599,true,,,"returns BES 2",
+599 9583 1517,,,+59995831517,CW,CUW,+599,true,,,"returns ANT 1",
+599 9683 1517,,,+59996831517,CW,CUW,+599,true,,,"returns ANT 2",
+599 9683 1517,,,+59996831517,CW,CUW,+599,true,,,"returns ANT 2",
+1 (353) 555-8900,,,+13535558900,US,USA,+1,true,,353 area code,"returns +13535558900,USA",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phone",
"version": "3.1.48",
"version": "3.1.49",
"description": "With a given country and phone number, validate and format the phone number to E.164 standard",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/data/country_phone_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default [
'248', '251', '252', '253', '254', '256', '260', '262', '267', '269', '270', '272', '274', '276', '278',
'281', '283', '301', '302', '303', '304', '305', '307', '308', '309', '310', '312', '313', '314', '315',
'316', '317', '318', '319', '320', '321', '323', '325', '327', '329', '330', '331', '332', '334', '336', '337',
'339', '341', '346', '347', '351', '352', '360', '361', '364', '369', '380', '385', '386', '401', '402',
'339', '341', '346', '347', '351', '352', '353', '360', '361', '364', '369', '380', '385', '386', '401', '402',
'404', '405', '406', '407', '408', '409', '410', '412', '413', '414', '415', '417', '419', '423', '424',
'425', '430', '432', '434', '435', '440', '441', '442', '443', '445', '447', '458', '463', '464', '469', '470', '472', '475',
'478', '479', '480', '484', '501', '502', '503', '504', '505', '507', '508', '509', '510', '512', '513',
Expand Down

0 comments on commit b38a15b

Please sign in to comment.