Skip to content

Commit ef75f39

Browse files
committed
chore: update pkgs
1 parent 218fa36 commit ef75f39

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## v2.0.0
44
- Update license from MIT to BSL-1.1
55
- Improve performance use es6 set to speed up domain lookups thanks to [@ArsenyYankovsky](https://github.com/ArsenyYankovsky) [#221](https://github.com/devmehq/email-validator-js/pull/221)
6+
- Update dependencies
7+
- Update lists
68

79
## v1.0.19
810
- allow passing `smtpPort` to `verifyEmail` function

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devmehq/email-validator-js",
3-
"version": "1.0.19",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "Advanced Email Validation with DNS MX lookup and Mailbox Verification",
66
"keywords": [
@@ -63,8 +63,8 @@
6363
"typescript": "5.7.3",
6464
"typescript-eslint": "^8.24.0"
6565
},
66+
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca",
6667
"engines": {
6768
"node": ">= 12.0"
68-
},
69-
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
69+
}
7070
}

0 commit comments

Comments
 (0)