resolve-email 4.0.33 → 4.0.37
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 +43 -1
- package/disposable.json +378 -1
- package/eslint.config.d.ts +1 -1
- package/package.json +21 -19
- package/.github/dependabot.yml +0 -22
- package/.github/funding.yml +0 -4
- package/.github/workflows/release.yml +0 -54
- package/.github/workflows/tests.yml +0 -43
- package/.gitmodules +0 -3
- package/CONTRIBUTING.md +0 -34
- package/allow-list.json +0 -13
- package/build-throwaway-domain-list.cjs +0 -142
- package/build-throwaway-domain-list.d.cts +0 -2
- package/build-throwaway-domain-list.d.cts.map +0 -1
- package/declaration.tsconfig.json +0 -9
- package/deny-list.json +0 -23
- package/disposable.d.cts +0 -2
- package/disposable.d.cts.map +0 -1
- package/eslint.config.js +0 -8
- package/fuzz-test.js +0 -259
- package/index.test.js +0 -71
- package/tsconfig.json +0 -19
- package/wildcard-disposable.d.cts +0 -2
- package/wildcard-disposable.d.cts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,49 @@ 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.
|
|
10
|
+
## [v4.0.37](https://github.com/bcomnes/resolve-email/compare/v4.0.36...v4.0.37)
|
|
11
|
+
|
|
12
|
+
### Commits
|
|
13
|
+
|
|
14
|
+
- Fix coverage [`9b36057`](https://github.com/bcomnes/resolve-email/commit/9b3605738dd1c76d6b83f6bf4f7e2674be3bc946)
|
|
15
|
+
|
|
16
|
+
## [v4.0.36](https://github.com/bcomnes/resolve-email/compare/v4.0.35...v4.0.36) - 2026-03-31
|
|
17
|
+
|
|
18
|
+
### Commits
|
|
19
|
+
|
|
20
|
+
- Update release tools [`96ef698`](https://github.com/bcomnes/resolve-email/commit/96ef69896cc3e6874280cc69998b4ef5d6c64ebe)
|
|
21
|
+
- engines [`207c551`](https://github.com/bcomnes/resolve-email/commit/207c551a0f840732cc59c24bb1da76df39d6751c)
|
|
22
|
+
- Fix tests [`e316a62`](https://github.com/bcomnes/resolve-email/commit/e316a620afc4043e2103dec9f432911b5be0b101)
|
|
23
|
+
|
|
24
|
+
## [v4.0.35](https://github.com/bcomnes/resolve-email/compare/v4.0.34...v4.0.35) - 2026-03-30
|
|
25
|
+
|
|
26
|
+
### Merged
|
|
27
|
+
|
|
28
|
+
- Bump disposable-email-domains from `4de6e24` to `509ad70` [`#178`](https://github.com/bcomnes/resolve-email/pull/178)
|
|
29
|
+
|
|
30
|
+
### Commits
|
|
31
|
+
|
|
32
|
+
- Switch to releasearoni [`7aad21c`](https://github.com/bcomnes/resolve-email/commit/7aad21c796a81a0a6960e03e608d7b9410607936)
|
|
33
|
+
- Merge pull request #182 from bcomnes/dependabot/submodules/disposable-email-domains-40fa554 [`b2d10b0`](https://github.com/bcomnes/resolve-email/commit/b2d10b062934a7b8786b47338da42f0c78e30f5a)
|
|
34
|
+
- OIDC publushing [`1171b08`](https://github.com/bcomnes/resolve-email/commit/1171b088226a086635b4e67dbe70f5a698ee2d4c)
|
|
35
|
+
|
|
36
|
+
## [v4.0.34](https://github.com/bcomnes/resolve-email/compare/v4.0.33...v4.0.34) - 2026-02-06
|
|
37
|
+
|
|
38
|
+
### Merged
|
|
39
|
+
|
|
40
|
+
- Bump disposable-email-domains from `4aae4b8` to `06d21da` [`#159`](https://github.com/bcomnes/resolve-email/pull/159)
|
|
41
|
+
- Bump disposable-email-domains from `29811eb` to `4aae4b8` [`#158`](https://github.com/bcomnes/resolve-email/pull/158)
|
|
42
|
+
- Bump disposable-email-domains from `e9f709e` to `d5e0a81` [`#156`](https://github.com/bcomnes/resolve-email/pull/156)
|
|
43
|
+
- Bump disposable-email-domains from `45fa578` to `e9f709e` [`#155`](https://github.com/bcomnes/resolve-email/pull/155)
|
|
44
|
+
- Bump disposable-email-domains from `720f89a` to `45fa578` [`#154`](https://github.com/bcomnes/resolve-email/pull/154)
|
|
45
|
+
|
|
46
|
+
### Commits
|
|
47
|
+
|
|
48
|
+
- Merge pull request #157 from bcomnes/dependabot/submodules/disposable-email-domains-29811eb [`af9cd33`](https://github.com/bcomnes/resolve-email/commit/af9cd33ad1fc869b93c920f6e6b56f983620f515)
|
|
49
|
+
- Bump disposable-email-domains from `d5e0a81` to `29811eb` [`9b8183b`](https://github.com/bcomnes/resolve-email/commit/9b8183b597d4106300cddf36269f90a1282a997f)
|
|
50
|
+
- Merge pull request #152 from bcomnes/dependabot/submodules/disposable-email-domains-720f89a [`6683ecc`](https://github.com/bcomnes/resolve-email/commit/6683ecc622f09ece6fb504033b81be053beef389)
|
|
51
|
+
|
|
52
|
+
## [v4.0.33](https://github.com/bcomnes/resolve-email/compare/v4.0.32...v4.0.33) - 2026-01-11
|
|
11
53
|
|
|
12
54
|
### Merged
|
|
13
55
|
|