@lunora/auth 1.0.0-alpha.1 → 1.0.0-alpha.3
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/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { lunoraAuthAdapter, lunoraD1Adapter } from './adapter.mjs';
|
|
2
|
-
export { LunoraAuthAdminError, createAuthAdmin } from './packem_shared/
|
|
2
|
+
export { LunoraAuthAdminError, createAuthAdmin } from './packem_shared/LunoraAuthAdminError-BxrfEeA_.mjs';
|
|
3
3
|
export { createAuth } from './packem_shared/createAuth-B-tvsvQU.mjs';
|
|
4
4
|
export { DEFAULT_AUTH_BASE_PATH, handleAuthRequest } from './packem_shared/DEFAULT_AUTH_BASE_PATH-DjcUWEQl.mjs';
|
|
5
5
|
export { LunoraAuthHeadersError, withAuthPlugins } from './middleware.mjs';
|
|
6
|
-
export { compileMigrationsSql, ensureMigrated } from './packem_shared/
|
|
6
|
+
export { compileMigrationsSql, ensureMigrated } from './packem_shared/compileMigrationsSql-wZH3oXDu.mjs';
|
|
7
7
|
export { default as authTables } from './schema.mjs';
|
|
8
8
|
export { sessionPresets, validateSessionPolicy } from './packem_shared/sessionPresets-B95rXrd8.mjs';
|
|
9
9
|
export { createSqlAuthStore, d1Executor } from './sql-store.mjs';
|
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.3",
|
|
4
4
|
"description": "Auth for Lunora — a thin better-auth wrapper: email/password, OAuth, plugins, D1-backed",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"auth",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
85
|
"@better-auth/passkey": "^1.6.19",
|
|
86
|
-
"@lunora/server": "1.0.0-alpha.
|
|
86
|
+
"@lunora/server": "1.0.0-alpha.2",
|
|
87
87
|
"@lunora/values": "1.0.0-alpha.1",
|
|
88
88
|
"better-auth": "^1.6.19"
|
|
89
89
|
},
|
/package/dist/packem_shared/{createAuthAdmin-BxrfEeA_.mjs → LunoraAuthAdminError-BxrfEeA_.mjs}
RENAMED
|
File without changes
|
/package/dist/packem_shared/{ensureMigrated-wZH3oXDu.mjs → compileMigrationsSql-wZH3oXDu.mjs}
RENAMED
|
File without changes
|