Skip to content

Commit

Permalink
Bump to 3.1.44
Browse files Browse the repository at this point in the history
- #384 Nicaragua format
  • Loading branch information
Bossa573 committed May 22, 2024
1 parent 55ec944 commit 93b5055
Show file tree
Hide file tree
Showing 3 changed files with 1,011 additions and 765 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phone",
"version": "3.1.43",
"version": "3.1.44",
"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 Expand Up @@ -31,29 +31,29 @@
"devDependencies": {
"@babel/preset-env": "^7.24.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/papaparse": "^5.3.14",
"babel-cli": "^6.26.0",
"babel-loader": "^9.1.3",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"dotenv": "^16.4.5",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"eslint-config-aftership": "^7.0.0",
"eslint-plugin-import": "^2.29.1",
"idempotent-babel-polyfill": "^7.4.4",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"papaparse": "^5.4.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"twilio": "^5.0.4",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
"webpack-dev-server": "^5.0.4"
},
"keywords": [
"phone",
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 @@ -1281,7 +1281,7 @@ export default [
alpha3: 'NIC',
country_code: '505',
country_name: 'Nicaragua',
mobile_begin_with: ['8'],
mobile_begin_with: ['7', '8'],
phone_number_lengths: [8]
},
{
Expand Down
Loading

0 comments on commit 93b5055

Please sign in to comment.