resolve-email 3.0.8 → 3.0.9
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 +12 -1
- package/disposable.json +1 -0
- package/package.json +2 -2
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
|
-
## [v3.0.
|
|
10
|
+
## [v3.0.9](https://github.com/bcomnes/resolve-email/compare/v3.0.8...v3.0.9)
|
|
11
|
+
|
|
12
|
+
### Merged
|
|
13
|
+
|
|
14
|
+
- Bump neostandard from 0.11.9 to 0.12.0 [`#46`](https://github.com/bcomnes/resolve-email/pull/46)
|
|
15
|
+
|
|
16
|
+
### Commits
|
|
17
|
+
|
|
18
|
+
- Merge pull request #47 from bcomnes/dependabot/submodules/disposable-email-domains-7e79429 [`b6cce71`](https://github.com/bcomnes/resolve-email/commit/b6cce71dc3f934677e43b488b8c7e8219a4926d1)
|
|
19
|
+
- Bump disposable-email-domains from `8b01289` to `7e79429` [`bc58427`](https://github.com/bcomnes/resolve-email/commit/bc584270b29d2467b6f462f568414fce3fe3357d)
|
|
20
|
+
|
|
21
|
+
## [v3.0.8](https://github.com/bcomnes/resolve-email/compare/v3.0.7...v3.0.8) - 2024-12-05
|
|
11
22
|
|
|
12
23
|
### Commits
|
|
13
24
|
|
package/disposable.json
CHANGED
|
@@ -11608,6 +11608,7 @@
|
|
|
11608
11608
|
"syujob.accountants",
|
|
11609
11609
|
"szerz.com",
|
|
11610
11610
|
"t2mail.com",
|
|
11611
|
+
"tacomail.de",
|
|
11611
11612
|
"taegu.com",
|
|
11612
11613
|
"taejon.com",
|
|
11613
11614
|
"tafmail.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.
|
|
4
|
+
"version": "3.0.9",
|
|
5
5
|
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/bcomnes/resolve-email/issues"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"emailvalid": "^1.0.4",
|
|
13
13
|
"gh-release": "^7.0.0",
|
|
14
14
|
"npm-run-all2": "^7.0.1",
|
|
15
|
-
"neostandard": "^0.
|
|
15
|
+
"neostandard": "^0.12.0",
|
|
16
16
|
"installed-check": "^9.3.0",
|
|
17
17
|
"@voxpelli/tsconfig": "^15.0.0",
|
|
18
18
|
"@types/node": "^22.1.0",
|