resolve-email 4.0.38 → 4.0.39

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.38](https://github.com/bcomnes/resolve-email/compare/v4.0.37...v4.0.38)
10
+ ## [v4.0.39](https://github.com/bcomnes/resolve-email/compare/v4.0.38...v4.0.39)
11
+
12
+ ### Commits
13
+
14
+ - Tweak release script [`9ccd827`](https://github.com/bcomnes/resolve-email/commit/9ccd827dd68a1f853f30b1bdd162f565f21a4769)
15
+ - Update releasearoni [`9749201`](https://github.com/bcomnes/resolve-email/commit/974920116e8531180ef69b843f4abf663dfd593b)
16
+ - Merge pull request #184 from bcomnes/dependabot/submodules/disposable-email-domains-0ed8745 [`f03455b`](https://github.com/bcomnes/resolve-email/commit/f03455b765ce890224cc8380e876d87d1b5cd6e7)
17
+
18
+ ## [v4.0.38](https://github.com/bcomnes/resolve-email/compare/v4.0.37...v4.0.38) - 2026-03-31
11
19
 
12
20
  ### Commits
13
21
 
package/disposable.json CHANGED
@@ -9720,6 +9720,7 @@
9720
9720
  "monkeybusiness.co.uk",
9721
9721
  "monkstown.com",
9722
9722
  "monmail.fr.nf",
9723
+ "monomoho.site",
9723
9724
  "monotonous.co.uk",
9724
9725
  "montana1.com",
9725
9726
  "montevideo.com.uy",
@@ -13570,6 +13571,7 @@
13570
13571
  "transfergossip.co.uk",
13571
13572
  "translateid.com",
13572
13573
  "transylvaniamail.co.ro",
13574
+ "traodoinick.com",
13573
13575
  "trap-mail.de",
13574
13576
  "trash-amil.com",
13575
13577
  "trash-mail.at",
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.38",
4
+ "version": "4.0.39",
5
5
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/bcomnes/resolve-email/issues"
@@ -10,7 +10,7 @@
10
10
  "@types/node": "^25.0.0",
11
11
  "@voxpelli/tsconfig": "^16.0.0",
12
12
  "emailvalid": "^1.0.4",
13
- "releasearoni": "^0.1.12",
13
+ "releasearoni": "^0.1.14",
14
14
  "installed-check": "^10.0.1",
15
15
  "neostandard": "^0.13.0",
16
16
  "npm-run-all2": "^8.0.1",
@@ -44,8 +44,6 @@
44
44
  "url": "https://github.com/bcomnes/resolve-email.git"
45
45
  },
46
46
  "scripts": {
47
- "prepare": "npm run build:throwaway",
48
- "preversion": "releasearoni preversion",
49
47
  "prepublishOnly": "releasearoni",
50
48
  "postpublish": "npm run clean",
51
49
  "clean": "run-p clean:*",
@@ -58,7 +56,7 @@
58
56
  "test:tsc": "tsc",
59
57
  "test:node-test": "node --experimental-test-coverage --test-coverage-exclude '**/*.test.js' --test-coverage-exclude 'fuzz-test.js' --test-coverage-exclude 'build-throwaway-domain-list.cjs' --test-coverage-exclude '*.config.*' --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.info",
60
58
  "test:installed-check": "installed-check --ignore-dev",
61
- "version": "npm run prepare && releasearoni version --add disposable.json --add wildcard-disposable.json"
59
+ "version": "run-s build:throwaway && releasearoni version --add disposable.json --add wildcard-disposable.json"
62
60
  },
63
61
  "standard": {
64
62
  "ignore": [