@lunora/auth 1.0.0-alpha.106 → 1.0.0-alpha.107

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.
@@ -33,13 +33,6 @@ interface EmailGateConfig {
33
33
  * top of the built-in list. Wildcard/subdomain aware.
34
34
  */
35
35
  denyDomains?: ReadonlyArray<string>;
36
- /**
37
- * Reserved for callers that branch on free-vs-business (e.g. gate a feature
38
- * behind a business email). Purely advisory — {@link EmailClassification}'s
39
- * `emailClass` already reports `free`, so this flag exists for symmetry/intent
40
- * and never blocks. Defaults to `false`.
41
- */
42
- flagFreeEmail?: boolean;
43
36
  /**
44
37
  * Opt-in MX deliverability verification. Off by default because it needs DNS
45
38
  * (`@visulima/email-verifier/checks/mx` → `node:dns`), which is not available
@@ -33,13 +33,6 @@ interface EmailGateConfig {
33
33
  * top of the built-in list. Wildcard/subdomain aware.
34
34
  */
35
35
  denyDomains?: ReadonlyArray<string>;
36
- /**
37
- * Reserved for callers that branch on free-vs-business (e.g. gate a feature
38
- * behind a business email). Purely advisory — {@link EmailClassification}'s
39
- * `emailClass` already reports `free`, so this flag exists for symmetry/intent
40
- * and never blocks. Defaults to `false`.
41
- */
42
- flagFreeEmail?: boolean;
43
36
  /**
44
37
  * Opt-in MX deliverability verification. Off by default because it needs DNS
45
38
  * (`@visulima/email-verifier/checks/mx` → `node:dns`), which is not available
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/auth",
3
- "version": "1.0.0-alpha.106",
3
+ "version": "1.0.0-alpha.107",
4
4
  "description": "Auth for Lunora — a thin better-auth wrapper: email/password, OAuth, plugins, D1-backed",
5
5
  "keywords": [
6
6
  "auth",