better-auth-evp 1.0.6 → 1.0.7
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 +2 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
## [1.0.7](https://github.com/qamarq/better-auth-evp/compare/v1.0.6...v1.0.7) (2026-09-01)
|
|
2
|
+
|
|
1
3
|
## [1.0.6](https://github.com/qamarq/better-auth-evp/compare/v1.0.5...v1.0.6) (2026-09-01)
|
|
2
4
|
|
|
3
5
|
## [1.0.5](https://github.com/qamarq/better-auth-evp/compare/v1.0.4...v1.0.5) (2026-09-01)
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ npm install better-auth-evp email-verification-api
|
|
|
24
24
|
### Peer Dependencies
|
|
25
25
|
|
|
26
26
|
- `better-auth` ^1.5.0
|
|
27
|
-
- `email-verification-api` ^0.1.0 (does the actual SD-JWT/DNS/issuer verification)
|
|
27
|
+
- [`email-verification-api`](https://www.npmjs.com/package/email-verification-api) ^0.1.0 (does the actual SD-JWT/DNS/issuer verification, built by the folks at [Resend](https://resend.com))
|
|
28
28
|
- `zod` ^3.0.0 || ^4.0.0
|
|
29
29
|
|
|
30
30
|
## Server Setup
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "better-auth-evp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Email Verification Protocol (Chrome origin trial) plugin for Better Auth, with automatic fallback to any other sign-in method",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|