resolve-email 4.0.39 → 4.0.40
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 +9 -1
- package/disposable.json +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,15 @@ 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.40](https://github.com/bcomnes/resolve-email/compare/v4.0.39...v4.0.40)
|
|
11
|
+
|
|
12
|
+
### Commits
|
|
13
|
+
|
|
14
|
+
- Fix build [`f07ce78`](https://github.com/bcomnes/resolve-email/commit/f07ce78be73506762321cf85cc64f5a5ef3f7529)
|
|
15
|
+
- chore: update disposable-email-domains submodule [`218cc2b`](https://github.com/bcomnes/resolve-email/commit/218cc2b2e0d5410095a9a010d471120bd0724509)
|
|
16
|
+
- Bump disposable-email-domains from `0ed8745` to `07c80ba` [`d5cbca6`](https://github.com/bcomnes/resolve-email/commit/d5cbca6e4c679aa6b331ce3c7402a392bf4ec97b)
|
|
17
|
+
|
|
18
|
+
## [v4.0.39](https://github.com/bcomnes/resolve-email/compare/v4.0.38...v4.0.39) - 2026-04-09
|
|
11
19
|
|
|
12
20
|
### Commits
|
|
13
21
|
|
package/disposable.json
CHANGED
|
@@ -2621,6 +2621,7 @@
|
|
|
2621
2621
|
"boyfriend.co.uk",
|
|
2622
2622
|
"boytype.com",
|
|
2623
2623
|
"boyzoneclub.com",
|
|
2624
|
+
"bpotogo.com",
|
|
2624
2625
|
"bptfp.net",
|
|
2625
2626
|
"bradfordfans.com",
|
|
2626
2627
|
"brailamail.co.ro",
|
|
@@ -4346,6 +4347,7 @@
|
|
|
4346
4347
|
"emailaoa.pro",
|
|
4347
4348
|
"emailate.com",
|
|
4348
4349
|
"emailawb.pro",
|
|
4350
|
+
"emailax.pro",
|
|
4349
4351
|
"emailbbox.pro",
|
|
4350
4352
|
"emailbin.net",
|
|
4351
4353
|
"emailboxer.one",
|
|
@@ -4744,7 +4746,6 @@
|
|
|
4744
4746
|
"fasternet.biz",
|
|
4745
4747
|
"fastestflex.com",
|
|
4746
4748
|
"fastkawasaki.com",
|
|
4747
|
-
"fastmail.ca",
|
|
4748
4749
|
"fastmail.edu.pl",
|
|
4749
4750
|
"fastmazda.com",
|
|
4750
4751
|
"fastmitsubishi.com",
|
|
@@ -10205,6 +10206,7 @@
|
|
|
10205
10206
|
"naxx.dev",
|
|
10206
10207
|
"naylonksosmed.com",
|
|
10207
10208
|
"naymedia.com",
|
|
10209
|
+
"nazisat.com",
|
|
10208
10210
|
"nbmbb.com",
|
|
10209
10211
|
"nbzmr.com",
|
|
10210
10212
|
"ncien.com",
|
|
@@ -10875,6 +10877,7 @@
|
|
|
10875
10877
|
"parlimentpetitioner.tk",
|
|
10876
10878
|
"parody.co.uk",
|
|
10877
10879
|
"parrot.com",
|
|
10880
|
+
"parsitv.com",
|
|
10878
10881
|
"parsmail.com",
|
|
10879
10882
|
"partemail.com",
|
|
10880
10883
|
"partlycloudy.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.40",
|
|
5
5
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|