resolve-email 3.0.17 → 3.0.18

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
- ## [v3.0.17](https://github.com/bcomnes/resolve-email/compare/v3.0.16...v3.0.17)
10
+ ## [v3.0.18](https://github.com/bcomnes/resolve-email/compare/v3.0.17...v3.0.18)
11
+
12
+ ### Merged
13
+
14
+ - Bump disposable-email-domains from `79e516f` to `c4e5aac` [`#61`](https://github.com/bcomnes/resolve-email/pull/61)
15
+ - Bump typescript from 5.7.3 to 5.8.2 [`#60`](https://github.com/bcomnes/resolve-email/pull/60)
16
+
17
+ ## [v3.0.17](https://github.com/bcomnes/resolve-email/compare/v3.0.16...v3.0.17) - 2025-02-26
11
18
 
12
19
  ### Merged
13
20
 
package/disposable.json CHANGED
@@ -3917,6 +3917,7 @@
3917
3917
  "eelmail.com",
3918
3918
  "eerie.co.uk",
3919
3919
  "efxs.ca",
3920
+ "egvoo.com",
3920
3921
  "egwerfmail.de",
3921
3922
  "egzones.com",
3922
3923
  "ehime.org",
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.17",
4
+ "version": "3.0.18",
5
5
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/bcomnes/resolve-email/issues"
@@ -16,7 +16,7 @@
16
16
  "installed-check": "^9.3.0",
17
17
  "@voxpelli/tsconfig": "^15.0.0",
18
18
  "@types/node": "^22.1.0",
19
- "typescript": "~5.7.2"
19
+ "typescript": "~5.8.2"
20
20
  },
21
21
  "engines": {
22
22
  "node": ">=18.0.0",