resolve-email 4.0.44 → 4.0.45

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 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
- ## [v4.0.44](https://github.com/bcomnes/resolve-email/compare/v4.0.43...v4.0.44)
10
+ ## [v4.0.45](https://github.com/bcomnes/resolve-email/compare/v4.0.44...v4.0.45)
11
+
12
+ ### Commits
13
+
14
+ - Merge pull request #189 from bcomnes/dependabot/submodules/disposable-email-domains-fe11737 [`5c54992`](https://github.com/bcomnes/resolve-email/commit/5c54992473c8830d8abdec3ff0b1148390255c1e)
15
+ - Bump disposable-email-domains from `9341a5d` to `fe11737` [`9c41f61`](https://github.com/bcomnes/resolve-email/commit/9c41f615bc7eab51917765de8a2eb7b68593aa91)
16
+
17
+ ## [v4.0.44](https://github.com/bcomnes/resolve-email/compare/v4.0.43...v4.0.44) - 2026-04-24
11
18
 
12
19
  ### Commits
13
20
 
package/disposable.json CHANGED
@@ -6107,6 +6107,7 @@
6107
6107
  "hidemail.pro",
6108
6108
  "hidemail.us",
6109
6109
  "hidesmail.net",
6110
+ "hidingmail.net",
6110
6111
  "hidmail.org",
6111
6112
  "hidzz.com",
6112
6113
  "hiemail.net",
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.44",
4
+ "version": "4.0.45",
5
5
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/bcomnes/resolve-email/issues"