resolve-email 4.0.50 → 4.0.51

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,13 @@ 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.50](https://github.com/bcomnes/resolve-email/compare/v4.0.49...v4.0.50)
10
+ ## [v4.0.51](https://github.com/bcomnes/resolve-email/compare/v4.0.50...v4.0.51)
11
+
12
+ ### Merged
13
+
14
+ - Bump disposable-email-domains from `0b2ad42` to `5757382` [`#196`](https://github.com/bcomnes/resolve-email/pull/196)
15
+
16
+ ## [v4.0.50](https://github.com/bcomnes/resolve-email/compare/v4.0.49...v4.0.50) - 2026-05-11
11
17
 
12
18
  ### Merged
13
19
 
package/disposable.json CHANGED
@@ -6944,6 +6944,7 @@
6944
6944
  "jazzgame.com",
6945
6945
  "jazzking.co.uk",
6946
6946
  "jbsze.com",
6947
+ "jbsze.ne",
6947
6948
  "jcnorris.com",
6948
6949
  "jdmadventures.com",
6949
6950
  "jdz.ro",
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.50",
4
+ "version": "4.0.51",
5
5
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/bcomnes/resolve-email/issues"