@lunora/auth 1.0.0-alpha.61 → 1.0.0-alpha.62
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/auth",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.62",
|
|
4
4
|
"description": "Auth for Lunora — a thin better-auth wrapper: email/password, OAuth, plugins, D1-backed",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"auth",
|
|
@@ -98,22 +98,22 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@better-auth/core": "1.7.0-rc.2",
|
|
102
101
|
"@better-auth/mcp": "1.7.0-rc.2",
|
|
103
102
|
"@better-auth/oauth-provider": "1.7.0-rc.2",
|
|
104
103
|
"@better-auth/passkey": "1.7.0-rc.2",
|
|
105
104
|
"@better-auth/scim": "1.7.0-rc.2",
|
|
106
105
|
"@lunora/errors": "1.0.0-alpha.9",
|
|
107
|
-
"@lunora/server": "1.0.0-alpha.
|
|
106
|
+
"@lunora/server": "1.0.0-alpha.54",
|
|
108
107
|
"@lunora/values": "1.0.0-alpha.12",
|
|
109
108
|
"@visulima/disposable-email-domains": "1.0.1",
|
|
110
109
|
"@visulima/email-verifier": "1.0.1",
|
|
111
110
|
"@visulima/free-email-domains": "1.0.0",
|
|
112
|
-
"@visulima/redact": "3.0.0"
|
|
113
|
-
"better-auth": "1.7.0-rc.2"
|
|
111
|
+
"@visulima/redact": "3.0.0"
|
|
114
112
|
},
|
|
115
113
|
"peerDependencies": {
|
|
116
|
-
"@better-auth/
|
|
114
|
+
"@better-auth/core": "1.7.0-rc.2",
|
|
115
|
+
"@better-auth/sso": "1.7.0-rc.2",
|
|
116
|
+
"better-auth": "1.7.0-rc.2"
|
|
117
117
|
},
|
|
118
118
|
"peerDependenciesMeta": {
|
|
119
119
|
"@better-auth/sso": {
|