resolve-email 4.0.52 → 4.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/disposable.json +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
9
9
|
|
|
10
|
-
## [v4.0.
|
|
10
|
+
## [v4.0.53](https://github.com/bcomnes/resolve-email/compare/v4.0.52...v4.0.53)
|
|
11
|
+
|
|
12
|
+
### Merged
|
|
13
|
+
|
|
14
|
+
- Bump disposable-email-domains from `c44066f` to `b26bb49` [`#198`](https://github.com/bcomnes/resolve-email/pull/198)
|
|
15
|
+
- Bump releasearoni from 0.1.14 to 0.2.0 [`#199`](https://github.com/bcomnes/resolve-email/pull/199)
|
|
16
|
+
|
|
17
|
+
## [v4.0.52](https://github.com/bcomnes/resolve-email/compare/v4.0.51...v4.0.52) - 2026-05-14
|
|
11
18
|
|
|
12
19
|
### Merged
|
|
13
20
|
|
package/disposable.json
CHANGED
|
@@ -6511,6 +6511,7 @@
|
|
|
6511
6511
|
"imails.info",
|
|
6512
6512
|
"imailt.com",
|
|
6513
6513
|
"imap.fr.nf",
|
|
6514
|
+
"imashr.com",
|
|
6514
6515
|
"imatrekkie.com",
|
|
6515
6516
|
"imbolg.com",
|
|
6516
6517
|
"imfaya.com",
|
|
@@ -14585,6 +14586,7 @@
|
|
|
14585
14586
|
"wronghead.com",
|
|
14586
14587
|
"wrongmail.com",
|
|
14587
14588
|
"ws.gy",
|
|
14589
|
+
"wshu.net",
|
|
14588
14590
|
"wsym.de",
|
|
14589
14591
|
"wsypc.com",
|
|
14590
14592
|
"wt2.orangotango.cf",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "resolve-email",
|
|
3
3
|
"description": "Resolve the domain of an email address to see if it even has a chance of delivering",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.53",
|
|
5
5
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@types/node": "^25.0.0",
|
|
11
11
|
"@voxpelli/tsconfig": "^16.0.0",
|
|
12
12
|
"emailvalid": "^1.0.4",
|
|
13
|
-
"releasearoni": "^0.
|
|
13
|
+
"releasearoni": "^0.2.0",
|
|
14
14
|
"installed-check": "^10.0.1",
|
|
15
15
|
"neostandard": "^0.13.0",
|
|
16
16
|
"npm-run-all2": "^8.0.1",
|