resolve-email 3.0.6 → 3.0.7
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 +8 -1
- package/disposable.json +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,14 @@ 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.7](https://github.com/bcomnes/resolve-email/compare/v3.0.6...v3.0.7)
|
|
11
|
+
|
|
12
|
+
### Commits
|
|
13
|
+
|
|
14
|
+
- Merge pull request #43 from bcomnes/dependabot/submodules/disposable-email-domains-910d8b3 [`63cd8d4`](https://github.com/bcomnes/resolve-email/commit/63cd8d45539ccb6602d06a2decad4cb2f43dce26)
|
|
15
|
+
- Bump disposable-email-domains from `4daba71` to `910d8b3` [`6e617c5`](https://github.com/bcomnes/resolve-email/commit/6e617c5f54e162072c181b0c72aa8e217cb6eff3)
|
|
16
|
+
|
|
17
|
+
## [v3.0.6](https://github.com/bcomnes/resolve-email/compare/v3.0.5...v3.0.6) - 2024-11-29
|
|
11
18
|
|
|
12
19
|
### Merged
|
|
13
20
|
|
package/disposable.json
CHANGED
|
@@ -2160,6 +2160,7 @@
|
|
|
2160
2160
|
"betterthansex.com",
|
|
2161
2161
|
"beverlyhills-90210.com",
|
|
2162
2162
|
"beware.co.uk",
|
|
2163
|
+
"bflcafe.com",
|
|
2163
2164
|
"bgtmail.com",
|
|
2164
2165
|
"bgx.ro",
|
|
2165
2166
|
"bharatmail.com",
|
|
@@ -2644,6 +2645,7 @@
|
|
|
2644
2645
|
"canny.net",
|
|
2645
2646
|
"canoemail.com",
|
|
2646
2647
|
"canofworms.co.uk",
|
|
2648
|
+
"cantozil.com",
|
|
2647
2649
|
"canucks1.com",
|
|
2648
2650
|
"canwetalk.co.uk",
|
|
2649
2651
|
"canwetalk.com",
|
|
@@ -3068,6 +3070,7 @@
|
|
|
3068
3070
|
"confession.co.uk",
|
|
3069
3071
|
"confessionbox.com",
|
|
3070
3072
|
"conflict.co.uk",
|
|
3073
|
+
"confmin.com",
|
|
3071
3074
|
"confusion.co.uk",
|
|
3072
3075
|
"congrats.co.uk",
|
|
3073
3076
|
"connacht.com",
|
|
@@ -13236,6 +13239,7 @@
|
|
|
13236
13239
|
"yspend.com",
|
|
13237
13240
|
"ystea.org",
|
|
13238
13241
|
"ythis.zzn.com",
|
|
13242
|
+
"ytnhy.com",
|
|
13239
13243
|
"ytpayy.com",
|
|
13240
13244
|
"yugasandrika.com",
|
|
13241
13245
|
"yui.it",
|
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.7",
|
|
5
5
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|