resolve-email 4.0.46 → 4.0.48
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 +15 -1
- package/disposable.json +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,21 @@ 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.48](https://github.com/bcomnes/resolve-email/compare/v4.0.47...v4.0.48)
|
|
11
|
+
|
|
12
|
+
### Commits
|
|
13
|
+
|
|
14
|
+
- Merge pull request #192 from bcomnes/dependabot/submodules/disposable-email-domains-166821e [`99946b5`](https://github.com/bcomnes/resolve-email/commit/99946b576925061bf94bd4dfee92d5c588d47ef4)
|
|
15
|
+
- Bump disposable-email-domains from `3684456` to `166821e` [`df7bb5e`](https://github.com/bcomnes/resolve-email/commit/df7bb5e096d6752d6018c35379e1083e70026e92)
|
|
16
|
+
|
|
17
|
+
## [v4.0.47](https://github.com/bcomnes/resolve-email/compare/v4.0.46...v4.0.47) - 2026-04-29
|
|
18
|
+
|
|
19
|
+
### Commits
|
|
20
|
+
|
|
21
|
+
- Merge pull request #191 from bcomnes/dependabot/submodules/disposable-email-domains-3684456 [`d80d512`](https://github.com/bcomnes/resolve-email/commit/d80d512246164f5177dc780f4fcbfefd93625f87)
|
|
22
|
+
- Bump disposable-email-domains from `3bef27c` to `3684456` [`9a77795`](https://github.com/bcomnes/resolve-email/commit/9a77795b941cdd88c455a68dd090f18d20a50a46)
|
|
23
|
+
|
|
24
|
+
## [v4.0.46](https://github.com/bcomnes/resolve-email/compare/v4.0.45...v4.0.46) - 2026-04-28
|
|
11
25
|
|
|
12
26
|
### Merged
|
|
13
27
|
|
package/disposable.json
CHANGED
|
@@ -4092,6 +4092,7 @@
|
|
|
4092
4092
|
"dropjar.com",
|
|
4093
4093
|
"droplar.com",
|
|
4094
4094
|
"dropmail.me",
|
|
4095
|
+
"dropons.com",
|
|
4095
4096
|
"dropout.co.uk",
|
|
4096
4097
|
"dropsin.net",
|
|
4097
4098
|
"dropzone.com",
|
|
@@ -7319,6 +7320,7 @@
|
|
|
7319
7320
|
"kwilco.net",
|
|
7320
7321
|
"kwtest.io",
|
|
7321
7322
|
"kyal.pl",
|
|
7323
|
+
"kynninc.com",
|
|
7322
7324
|
"kyois.com",
|
|
7323
7325
|
"kyoto.org",
|
|
7324
7326
|
"kyriog.fr",
|
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.48",
|
|
5
5
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|