resolve-email 4.0.43 → 4.0.44

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,15 @@ 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.43](https://github.com/bcomnes/resolve-email/compare/v4.0.42...v4.0.43)
10
+ ## [v4.0.44](https://github.com/bcomnes/resolve-email/compare/v4.0.43...v4.0.44)
11
+
12
+ ### Commits
13
+
14
+ - Merge pull request #180 from bcomnes/dependabot/npm_and_yarn/typescript-574b0d5a74 [`c397f47`](https://github.com/bcomnes/resolve-email/commit/c397f473154927bb07cb4139bd5ca114d124127e)
15
+ - Merge pull request #188 from bcomnes/dependabot/submodules/disposable-email-domains-9341a5d [`0f7f8ec`](https://github.com/bcomnes/resolve-email/commit/0f7f8ec4c94344d7e47e8dbab1cd2e68eff4c434)
16
+ - Bump typescript in the typescript group across 1 directory [`331d0e2`](https://github.com/bcomnes/resolve-email/commit/331d0e2203c7895be95beee982b3dcfce724b3bc)
17
+
18
+ ## [v4.0.43](https://github.com/bcomnes/resolve-email/compare/v4.0.42...v4.0.43) - 2026-04-23
11
19
 
12
20
  ### Merged
13
21
 
package/disposable.json CHANGED
@@ -1381,6 +1381,7 @@
1381
1381
  "aa5zy64.com",
1382
1382
  "aaaargh.co.uk",
1383
1383
  "aaathats3as.com",
1384
+ "aachendate.de",
1384
1385
  "aakk.link",
1385
1386
  "aakkmail.com",
1386
1387
  "aaqwe.ru",
@@ -3054,6 +3055,7 @@
3054
3055
  "chasingshadows.co.uk",
3055
3056
  "chat.ru",
3056
3057
  "chataddict.com",
3058
+ "chatgptmail.shop",
3057
3059
  "chatgptuk.pp.ua",
3058
3060
  "chatich.com",
3059
3061
  "chattown.com",
@@ -3823,6 +3825,8 @@
3823
3825
  "diemhenvn.com",
3824
3826
  "digdig.org",
3825
3827
  "digi-value.fr",
3828
+ "digibeast.my",
3829
+ "digibeast.store",
3826
3830
  "diginey.com",
3827
3831
  "digital-filestore.de",
3828
3832
  "digital-message.com",
@@ -4389,6 +4393,7 @@
4389
4393
  "emaillime.com",
4390
4394
  "emailmiser.com",
4391
4395
  "emailmonkey.club",
4396
+ "emailmuaqat.shop",
4392
4397
  "emailna.co",
4393
4398
  "emailnator.com",
4394
4399
  "emailnax.com",
@@ -10207,6 +10212,8 @@
10207
10212
  "napoleon.co.uk",
10208
10213
  "nara.org",
10209
10214
  "narcissist.co.uk",
10215
+ "narsub.online",
10216
+ "narsub.shop",
10210
10217
  "naseej.com",
10211
10218
  "nashvilleusa.com",
10212
10219
  "naslazhdai.ru",
@@ -13246,6 +13253,7 @@
13246
13253
  "thebeachpad.com",
13247
13254
  "thebearshark.com",
13248
13255
  "thebeesknees.co.uk",
13256
+ "thebest73.shop",
13249
13257
  "thebigs.com",
13250
13258
  "thebitches.com",
13251
13259
  "thebottom.co.uk",
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.43",
4
+ "version": "4.0.44",
5
5
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/bcomnes/resolve-email/issues"
@@ -14,7 +14,7 @@
14
14
  "installed-check": "^10.0.1",
15
15
  "neostandard": "^0.13.0",
16
16
  "npm-run-all2": "^8.0.1",
17
- "typescript": "~5.9.2"
17
+ "typescript": "~6.0.3"
18
18
  },
19
19
  "engines": {
20
20
  "node": ">=22.1.0",