Skip to content

Commit

Permalink
Bump to 3.1.42
Browse files Browse the repository at this point in the history
- #373 Azerbaijan phone number format
- Updated package
  • Loading branch information
Bossa573 committed Dec 30, 2023
1 parent accf836 commit ab83d46
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 433 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phone",
"version": "3.1.41",
"version": "3.1.42",
"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 @@ -29,28 +29,28 @@
"url": "https://github.com/aftership/phone/issues"
},
"devDependencies": {
"@babel/preset-env": "^7.23.2",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/papaparse": "^5.3.10",
"@babel/preset-env": "^7.23.7",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@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.3.1",
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"eslint-config-aftership": "^7.0.0",
"eslint-plugin-import": "^2.28.1",
"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.1",
"ts-node": "^10.9.1",
"twilio": "^4.19.0",
"typescript": "^5.2.2",
"ts-node": "^10.9.2",
"twilio": "^4.20.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand Down
Loading

0 comments on commit ab83d46

Please sign in to comment.