resolve-email 4.0.17 → 4.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.
@@ -29,7 +29,7 @@ jobs:
29
29
  version_and_release:
30
30
  runs-on: ubuntu-latest
31
31
  steps:
32
- - uses: actions/checkout@v4
32
+ - uses: actions/checkout@v5
33
33
  with:
34
34
  # fetch full history so things like auto-changelog work properly
35
35
  fetch-depth: 0
@@ -15,7 +15,7 @@ jobs:
15
15
  node: ['lts/*']
16
16
 
17
17
  steps:
18
- - uses: actions/checkout@v4
18
+ - uses: actions/checkout@v5
19
19
  with:
20
20
  submodules: true
21
21
  - name: Use Node.js ${{ matrix.node-version }}
package/CHANGELOG.md CHANGED
@@ -7,7 +7,18 @@ 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.17](https://github.com/bcomnes/resolve-email/compare/v4.0.16...v4.0.17)
10
+ ## [v4.0.18](https://github.com/bcomnes/resolve-email/compare/v4.0.17...v4.0.18)
11
+
12
+ ### Merged
13
+
14
+ - Bump actions/checkout from 4 to 5 [`#115`](https://github.com/bcomnes/resolve-email/pull/115)
15
+
16
+ ### Commits
17
+
18
+ - Merge pull request #116 from bcomnes/dependabot/submodules/disposable-email-domains-8c134c3 [`6665e9e`](https://github.com/bcomnes/resolve-email/commit/6665e9e8d6d9cfb4ac0a231959294f551611e9f5)
19
+ - Bump disposable-email-domains from `3548ad4` to `8c134c3` [`c1823ad`](https://github.com/bcomnes/resolve-email/commit/c1823ad25fd1623a6006997ebc8dd9c62471008c)
20
+
21
+ ## [v4.0.17](https://github.com/bcomnes/resolve-email/compare/v4.0.16...v4.0.17) - 2025-08-08
11
22
 
12
23
  ### Commits
13
24
 
package/disposable.json CHANGED
@@ -1531,6 +1531,7 @@
1531
1531
  "ahk.jp",
1532
1532
  "ahmedkhlef.com",
1533
1533
  "ahmegami.net",
1534
+ "ahvin.com",
1534
1535
  "aichi.com",
1535
1536
  "ailicke.com",
1536
1537
  "aim.com",
@@ -3267,6 +3268,7 @@
3267
3268
  "cosmorph.com",
3268
3269
  "costinestimail.co.ro",
3269
3270
  "cotas.net",
3271
+ "cotasen.com",
3270
3272
  "cotigz.com",
3271
3273
  "coughup.co.uk",
3272
3274
  "countdracula.co.uk",
@@ -4071,6 +4073,7 @@
4071
4073
  "eligou.store",
4072
4074
  "elitevipatlantamodels.com",
4073
4075
  "elki-mkzn.ru",
4076
+ "elobits.com",
4074
4077
  "elrancho.com",
4075
4078
  "elsitio.com",
4076
4079
  "elturista.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": "4.0.17",
4
+ "version": "4.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"