resolve-email 4.0.51 → 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 +14 -1
- package/disposable.json +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,20 @@ 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
|
|
18
|
+
|
|
19
|
+
### Merged
|
|
20
|
+
|
|
21
|
+
- Bump disposable-email-domains from `5757382` to `c44066f` [`#197`](https://github.com/bcomnes/resolve-email/pull/197)
|
|
22
|
+
|
|
23
|
+
## [v4.0.51](https://github.com/bcomnes/resolve-email/compare/v4.0.50...v4.0.51) - 2026-05-12
|
|
11
24
|
|
|
12
25
|
### Merged
|
|
13
26
|
|
package/disposable.json
CHANGED
|
@@ -5579,6 +5579,7 @@
|
|
|
5579
5579
|
"gmail2.gq",
|
|
5580
5580
|
"gmailot.com",
|
|
5581
5581
|
"gmatch.org",
|
|
5582
|
+
"gmeenramy.com",
|
|
5582
5583
|
"gmial.com",
|
|
5583
5584
|
"gmx.at",
|
|
5584
5585
|
"gmx.de",
|
|
@@ -6510,6 +6511,7 @@
|
|
|
6510
6511
|
"imails.info",
|
|
6511
6512
|
"imailt.com",
|
|
6512
6513
|
"imap.fr.nf",
|
|
6514
|
+
"imashr.com",
|
|
6513
6515
|
"imatrekkie.com",
|
|
6514
6516
|
"imbolg.com",
|
|
6515
6517
|
"imfaya.com",
|
|
@@ -11864,6 +11866,7 @@
|
|
|
11864
11866
|
"rustyload.com",
|
|
11865
11867
|
"ruttolibero.com",
|
|
11866
11868
|
"ruu.kr",
|
|
11869
|
+
"ruutukf.com",
|
|
11867
11870
|
"rvb.ro",
|
|
11868
11871
|
"rwstatus.com",
|
|
11869
11872
|
"rygel.infos.st",
|
|
@@ -14583,6 +14586,7 @@
|
|
|
14583
14586
|
"wronghead.com",
|
|
14584
14587
|
"wrongmail.com",
|
|
14585
14588
|
"ws.gy",
|
|
14589
|
+
"wshu.net",
|
|
14586
14590
|
"wsym.de",
|
|
14587
14591
|
"wsypc.com",
|
|
14588
14592
|
"wt2.orangotango.cf",
|
|
@@ -14638,6 +14642,7 @@
|
|
|
14638
14642
|
"xfilesfan.com",
|
|
14639
14643
|
"xiamen.com",
|
|
14640
14644
|
"xidealx.com",
|
|
14645
|
+
"xikemail.com",
|
|
14641
14646
|
"ximenor.site",
|
|
14642
14647
|
"xinjiang.com",
|
|
14643
14648
|
"xizang.com",
|
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",
|