resolve-email 4.0.8 → 4.0.9
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 +7 -1
- package/disposable.json +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,13 @@ 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.9](https://github.com/bcomnes/resolve-email/compare/v4.0.8...v4.0.9)
|
|
11
|
+
|
|
12
|
+
### Merged
|
|
13
|
+
|
|
14
|
+
- Bump disposable-email-domains from `6dd0471` to `4acf00a` [`#101`](https://github.com/bcomnes/resolve-email/pull/101)
|
|
15
|
+
|
|
16
|
+
## [v4.0.8](https://github.com/bcomnes/resolve-email/compare/v4.0.7...v4.0.8) - 2025-07-01
|
|
11
17
|
|
|
12
18
|
### Commits
|
|
13
19
|
|
package/disposable.json
CHANGED
|
@@ -2522,6 +2522,7 @@
|
|
|
2522
2522
|
"brainsurgeon.co.uk",
|
|
2523
2523
|
"brand-app.biz",
|
|
2524
2524
|
"brandallday.net",
|
|
2525
|
+
"brashbeat.online",
|
|
2525
2526
|
"brasilia.net",
|
|
2526
2527
|
"brasovmail.co.ro",
|
|
2527
2528
|
"brasx.org",
|
|
@@ -6702,6 +6703,7 @@
|
|
|
6702
6703
|
"kilronan.com",
|
|
6703
6704
|
"kilrush.com",
|
|
6704
6705
|
"kilt.org",
|
|
6706
|
+
"kimdyn.com",
|
|
6705
6707
|
"kimo.com",
|
|
6706
6708
|
"kimsdisk.com",
|
|
6707
6709
|
"kin-a-hora.co.uk",
|
|
@@ -13273,6 +13275,7 @@
|
|
|
13273
13275
|
"vremonte24-store.ru",
|
|
13274
13276
|
"vrmtr.com",
|
|
13275
13277
|
"vsimcard.com",
|
|
13278
|
+
"vsmailpro.com",
|
|
13276
13279
|
"vssms.com",
|
|
13277
13280
|
"vteensp.com",
|
|
13278
13281
|
"vtxmail.us",
|
|
@@ -13694,6 +13697,7 @@
|
|
|
13694
13697
|
"xmsg.com",
|
|
13695
13698
|
"xn--9kq967o.com",
|
|
13696
13699
|
"xn--d-bga.net",
|
|
13700
|
+
"xn--yaho-sqa.com",
|
|
13697
13701
|
"xojxe.com",
|
|
13698
13702
|
"xoom.com",
|
|
13699
13703
|
"xoommail.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.9",
|
|
5
5
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|