resolve-email 4.0.45 → 4.0.47
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 +1 -1
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.47](https://github.com/bcomnes/resolve-email/compare/v4.0.46...v4.0.47)
|
|
11
|
+
|
|
12
|
+
### Commits
|
|
13
|
+
|
|
14
|
+
- Merge pull request #191 from bcomnes/dependabot/submodules/disposable-email-domains-3684456 [`d80d512`](https://github.com/bcomnes/resolve-email/commit/d80d512246164f5177dc780f4fcbfefd93625f87)
|
|
15
|
+
- Bump disposable-email-domains from `3bef27c` to `3684456` [`9a77795`](https://github.com/bcomnes/resolve-email/commit/9a77795b941cdd88c455a68dd090f18d20a50a46)
|
|
16
|
+
|
|
17
|
+
## [v4.0.46](https://github.com/bcomnes/resolve-email/compare/v4.0.45...v4.0.46) - 2026-04-28
|
|
18
|
+
|
|
19
|
+
### Merged
|
|
20
|
+
|
|
21
|
+
- Bump disposable-email-domains from `fe11737` to `3bef27c` [`#190`](https://github.com/bcomnes/resolve-email/pull/190)
|
|
22
|
+
|
|
23
|
+
## [v4.0.45](https://github.com/bcomnes/resolve-email/compare/v4.0.44...v4.0.45) - 2026-04-27
|
|
11
24
|
|
|
12
25
|
### Commits
|
|
13
26
|
|
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",
|
|
@@ -4089,6 +4092,7 @@
|
|
|
4089
4092
|
"dropjar.com",
|
|
4090
4093
|
"droplar.com",
|
|
4091
4094
|
"dropmail.me",
|
|
4095
|
+
"dropons.com",
|
|
4092
4096
|
"dropout.co.uk",
|
|
4093
4097
|
"dropsin.net",
|
|
4094
4098
|
"dropzone.com",
|
|
@@ -5231,6 +5235,7 @@
|
|
|
5231
5235
|
"frontierjustice.com",
|
|
5232
5236
|
"frostbyte.uk.net",
|
|
5233
5237
|
"frostmail.fr.nf",
|
|
5238
|
+
"frostypeak.info",
|
|
5234
5239
|
"fruitcake.co.uk",
|
|
5235
5240
|
"fruity.co.uk",
|
|
5236
5241
|
"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.47",
|
|
5
5
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|