resolve-email 3.0.23 → 3.0.24

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
- ## [v3.0.23](https://github.com/bcomnes/resolve-email/compare/v3.0.22...v3.0.23)
10
+ ## [v3.0.24](https://github.com/bcomnes/resolve-email/compare/v3.0.23...v3.0.24)
11
+
12
+ ### Merged
13
+
14
+ - Bump disposable-email-domains from `2d0e52f` to `5b733db` [`#69`](https://github.com/bcomnes/resolve-email/pull/69)
15
+
16
+ ## [v3.0.23](https://github.com/bcomnes/resolve-email/compare/v3.0.22...v3.0.23) - 2025-04-07
11
17
 
12
18
  ### Merged
13
19
 
package/disposable.json CHANGED
@@ -2931,6 +2931,7 @@
2931
2931
  "cincinow.net",
2932
2932
  "cindy-crawford.com",
2933
2933
  "cindy.net",
2934
+ "citmo.net",
2934
2935
  "city-of-bath.org",
2935
2936
  "city-of-birmingham.com",
2936
2937
  "city-of-brighton.org",
@@ -3735,6 +3736,7 @@
3735
3736
  "drdrb.com",
3736
3737
  "drdrb.net",
3737
3738
  "dreamcastrocks.com",
3739
+ "dreamclarify.org",
3738
3740
  "dreamemail.com",
3739
3741
  "dreamer.co.uk",
3740
3742
  "dreamgirl.co.uk",
@@ -10411,6 +10413,7 @@
10411
10413
  "psv-supporter.com",
10412
10414
  "psxrocks.com",
10413
10415
  "psychobabble.co.uk",
10416
+ "ptct.net",
10414
10417
  "ptsculure.com",
10415
10418
  "puberty.co.uk",
10416
10419
  "public-files.de",
@@ -12195,6 +12198,7 @@
12195
12198
  "thesunshinestate.net",
12196
12199
  "thesupernatural.com",
12197
12200
  "theteastory.info",
12201
+ "thetechnext.net",
12198
12202
  "theteebox.com",
12199
12203
  "thethistle.com",
12200
12204
  "theton.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.23",
4
+ "version": "3.0.24",
5
5
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/bcomnes/resolve-email/issues"