resolve-email 4.0.45 → 4.0.46
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.46](https://github.com/bcomnes/resolve-email/compare/v4.0.45...v4.0.46)
|
|
11
|
+
|
|
12
|
+
### Merged
|
|
13
|
+
|
|
14
|
+
- Bump disposable-email-domains from `fe11737` to `3bef27c` [`#190`](https://github.com/bcomnes/resolve-email/pull/190)
|
|
15
|
+
|
|
16
|
+
## [v4.0.45](https://github.com/bcomnes/resolve-email/compare/v4.0.44...v4.0.45) - 2026-04-27
|
|
11
17
|
|
|
12
18
|
### Commits
|
|
13
19
|
|
package/disposable.json
CHANGED
|
@@ -2060,6 +2060,7 @@
|
|
|
2060
2060
|
"babemagnet.co.uk",
|
|
2061
2061
|
"babybirthday.co.uk",
|
|
2062
2062
|
"babyboomer.co.uk",
|
|
2063
|
+
"babyeat.food",
|
|
2063
2064
|
"babyface.co.uk",
|
|
2064
2065
|
"babylon5fan.com",
|
|
2065
2066
|
"bacaumail.co.ro",
|
|
@@ -2839,6 +2840,7 @@
|
|
|
2839
2840
|
"caller.co.uk",
|
|
2840
2841
|
"callmelater.co.uk",
|
|
2841
2842
|
"callnetuk.com",
|
|
2843
|
+
"calmriver.info",
|
|
2842
2844
|
"caloriefree.co.uk",
|
|
2843
2845
|
"caltanet.it",
|
|
2844
2846
|
"cam4you.cc",
|
|
@@ -3202,6 +3204,7 @@
|
|
|
3202
3204
|
"claudd.com",
|
|
3203
3205
|
"claudette.com",
|
|
3204
3206
|
"cleansheet.co.uk",
|
|
3207
|
+
"clearbeam.pro",
|
|
3205
3208
|
"clearwatermail.info",
|
|
3206
3209
|
"cleggan.com",
|
|
3207
3210
|
"clenny.com",
|
|
@@ -5231,6 +5234,7 @@
|
|
|
5231
5234
|
"frontierjustice.com",
|
|
5232
5235
|
"frostbyte.uk.net",
|
|
5233
5236
|
"frostmail.fr.nf",
|
|
5237
|
+
"frostypeak.info",
|
|
5234
5238
|
"fruitcake.co.uk",
|
|
5235
5239
|
"fruity.co.uk",
|
|
5236
5240
|
"frum.co.uk",
|
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.46",
|
|
5
5
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|