Comparing version 3.1.52 to 3.1.53
@@ -1821,3 +1821,3 @@ "use strict"; | ||
country_name: 'Ukraine', | ||
mobile_begin_with: ['39', '50', '63', '66', '67', '68', '73', '75', '9'], | ||
mobile_begin_with: ['39', '50', '63', '66', '67', '68', '73', '75', '77', '9'], | ||
phone_number_lengths: [9] | ||
@@ -1824,0 +1824,0 @@ }, |
{ | ||
"name": "phone", | ||
"version": "3.1.52", | ||
"version": "3.1.53", | ||
"description": "With a given country and phone number, validate and format the phone number to E.164 standard", | ||
@@ -32,6 +32,6 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.25.8", | ||
"@types/jest": "^29.5.13", | ||
"@types/node": "^22.7.5", | ||
"@types/papaparse": "^5.3.14", | ||
"@babel/preset-env": "^7.26.0", | ||
"@types/jest": "^29.5.14", | ||
"@types/node": "^22.8.2", | ||
"@types/papaparse": "^5.3.15", | ||
"babel-cli": "^6.26.0", | ||
@@ -43,3 +43,3 @@ "babel-loader": "^9.2.1", | ||
"dotenv": "^16.4.5", | ||
"eslint": "^9.12.0", | ||
"eslint": "^9.13.0", | ||
"eslint-config-aftership": "^7.0.0", | ||
@@ -54,3 +54,3 @@ "eslint-plugin-import": "^2.31.0", | ||
"ts-node": "^10.9.2", | ||
"twilio": "^5.3.3", | ||
"twilio": "^5.3.5", | ||
"typescript": "^5.6.3", | ||
@@ -57,0 +57,0 @@ "webpack": "^5.95.0", |
87345