resolve-email 4.0.50 → 4.0.52
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 +13 -1
- package/disposable.json +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,19 @@ 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.52](https://github.com/bcomnes/resolve-email/compare/v4.0.51...v4.0.52)
|
|
11
|
+
|
|
12
|
+
### Merged
|
|
13
|
+
|
|
14
|
+
- Bump disposable-email-domains from `5757382` to `c44066f` [`#197`](https://github.com/bcomnes/resolve-email/pull/197)
|
|
15
|
+
|
|
16
|
+
## [v4.0.51](https://github.com/bcomnes/resolve-email/compare/v4.0.50...v4.0.51) - 2026-05-12
|
|
17
|
+
|
|
18
|
+
### Merged
|
|
19
|
+
|
|
20
|
+
- Bump disposable-email-domains from `0b2ad42` to `5757382` [`#196`](https://github.com/bcomnes/resolve-email/pull/196)
|
|
21
|
+
|
|
22
|
+
## [v4.0.50](https://github.com/bcomnes/resolve-email/compare/v4.0.49...v4.0.50) - 2026-05-11
|
|
11
23
|
|
|
12
24
|
### Merged
|
|
13
25
|
|
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",
|
|
@@ -6944,6 +6945,7 @@
|
|
|
6944
6945
|
"jazzgame.com",
|
|
6945
6946
|
"jazzking.co.uk",
|
|
6946
6947
|
"jbsze.com",
|
|
6948
|
+
"jbsze.ne",
|
|
6947
6949
|
"jcnorris.com",
|
|
6948
6950
|
"jdmadventures.com",
|
|
6949
6951
|
"jdz.ro",
|
|
@@ -11863,6 +11865,7 @@
|
|
|
11863
11865
|
"rustyload.com",
|
|
11864
11866
|
"ruttolibero.com",
|
|
11865
11867
|
"ruu.kr",
|
|
11868
|
+
"ruutukf.com",
|
|
11866
11869
|
"rvb.ro",
|
|
11867
11870
|
"rwstatus.com",
|
|
11868
11871
|
"rygel.infos.st",
|
|
@@ -14637,6 +14640,7 @@
|
|
|
14637
14640
|
"xfilesfan.com",
|
|
14638
14641
|
"xiamen.com",
|
|
14639
14642
|
"xidealx.com",
|
|
14643
|
+
"xikemail.com",
|
|
14640
14644
|
"ximenor.site",
|
|
14641
14645
|
"xinjiang.com",
|
|
14642
14646
|
"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.52",
|
|
5
5
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|