resolve-email 3.0.19 → 3.0.21
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 +3 -1
- 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
|
-
## [v3.0.
|
|
10
|
+
## [v3.0.21](https://github.com/bcomnes/resolve-email/compare/v3.0.20...v3.0.21)
|
|
11
|
+
|
|
12
|
+
### Merged
|
|
13
|
+
|
|
14
|
+
- Bump disposable-email-domains from `a3d4037` to `59afb15` [`#65`](https://github.com/bcomnes/resolve-email/pull/65)
|
|
15
|
+
|
|
16
|
+
## [v3.0.20](https://github.com/bcomnes/resolve-email/compare/v3.0.19...v3.0.20) - 2025-03-20
|
|
17
|
+
|
|
18
|
+
### Merged
|
|
19
|
+
|
|
20
|
+
- Bump disposable-email-domains from `1e562fd` to `a3d4037` [`#63`](https://github.com/bcomnes/resolve-email/pull/63)
|
|
21
|
+
|
|
22
|
+
## [v3.0.19](https://github.com/bcomnes/resolve-email/compare/v3.0.18...v3.0.19) - 2025-03-11
|
|
11
23
|
|
|
12
24
|
### Commits
|
|
13
25
|
|
package/disposable.json
CHANGED
|
@@ -2627,7 +2627,6 @@
|
|
|
2627
2627
|
"byke.zzn.com",
|
|
2628
2628
|
"byom.de",
|
|
2629
2629
|
"bythebook.co.uk",
|
|
2630
|
-
"c01.kr",
|
|
2631
2630
|
"c1ph3r.xyz",
|
|
2632
2631
|
"c2i.net",
|
|
2633
2632
|
"c3.hu",
|
|
@@ -3158,6 +3157,7 @@
|
|
|
3158
3157
|
"copyhome.win",
|
|
3159
3158
|
"corcaigh.com",
|
|
3160
3159
|
"coreclip.com",
|
|
3160
|
+
"corhash.net",
|
|
3161
3161
|
"corinthiano.com.br",
|
|
3162
3162
|
"corkonian.com",
|
|
3163
3163
|
"cornerpub.com",
|
|
@@ -4849,6 +4849,7 @@
|
|
|
4849
4849
|
"gamail.top",
|
|
4850
4850
|
"gambling.com",
|
|
4851
4851
|
"gambling1.com",
|
|
4852
|
+
"gamebcs.com",
|
|
4852
4853
|
"gamebox.net",
|
|
4853
4854
|
"gameforalaugh.co.uk",
|
|
4854
4855
|
"gamegeek.com",
|
|
@@ -5965,6 +5966,7 @@
|
|
|
5965
5966
|
"indiatimes.com",
|
|
5966
5967
|
"indieclad.com",
|
|
5967
5968
|
"indignant.co.uk",
|
|
5969
|
+
"indigobook.com",
|
|
5968
5970
|
"indirect.ws",
|
|
5969
5971
|
"indiscreet.co.uk",
|
|
5970
5972
|
"indocities.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": "3.0.
|
|
4
|
+
"version": "3.0.21",
|
|
5
5
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|