@mesob/auth-hono 0.5.7 → 0.5.8
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-DLSL-bym.d.ts → index-DOTJgHe1.d.ts} +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/lib/auth-rate-limit.d.ts +1 -1
- package/dist/lib/cookie.d.ts +1 -1
- package/dist/lib/has-role-permission.d.ts +1 -1
- package/dist/lib/iam-seed.d.ts +1 -1
- package/dist/lib/load-session-pair.d.ts +1 -1
- package/dist/lib/normalize-auth-response.d.ts +1 -1
- package/dist/lib/normalize-user.d.ts +1 -1
- package/dist/lib/openapi-config.d.ts +1 -1
- package/dist/lib/phone-validation.d.ts +1 -1
- package/dist/lib/session-cache.d.ts +1 -1
- package/dist/lib/session.d.ts +1 -1
- package/dist/lib/tenant.d.ts +1 -1
- package/package.json +2 -2
|
@@ -213,4 +213,4 @@ type MesobAuth = {
|
|
|
213
213
|
sessionMiddleware: hono.MiddlewareHandler;
|
|
214
214
|
};
|
|
215
215
|
|
|
216
|
-
export type { AuthConfig as A, MesobAuth as M,
|
|
216
|
+
export type { AuthConfig as A, MesobAuth as M, SendInvitationParams as S, Tenant as T, User as U, AuthEnv as a, AuthKvStorage as b, AuthRateLimitConfig as c, SendVerificationOTPParams as d, Session as e, SessionCacheConfig as f, SessionStatus as g, SeedRole as h, SessionConfig as i };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AuthConfig, a as AuthEnv, M as MesobAuth } from './index-
|
|
2
|
-
export { b as AuthKvStorage, c as AuthRateLimitConfig,
|
|
1
|
+
import { A as AuthConfig, a as AuthEnv, M as MesobAuth } from './index-DOTJgHe1.js';
|
|
2
|
+
export { b as AuthKvStorage, c as AuthRateLimitConfig, S as SendInvitationParams, d as SendVerificationOTPParams, e as Session, f as SessionCacheConfig, g as SessionStatus, T as Tenant, U as User } from './index-DOTJgHe1.js';
|
|
3
3
|
import { D as Database } from './index-D8OE85f8.js';
|
|
4
4
|
export { c as createDatabase } from './index-D8OE85f8.js';
|
|
5
5
|
export { AUTH_RATE_LIMIT_POST_PATHS } from './lib/auth-rate-limit.js';
|
package/dist/lib/cookie.d.ts
CHANGED
package/dist/lib/iam-seed.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { ExtractTablesWithRelations, InferInsertModel } from 'drizzle-orm';
|
|
|
4
4
|
import { D as Database } from '../index-D8OE85f8.js';
|
|
5
5
|
import * as drizzle_orm_pg_core from 'drizzle-orm/pg-core';
|
|
6
6
|
import { PgTransaction, PgQueryResultHKT } from 'drizzle-orm/pg-core';
|
|
7
|
-
import { h as SeedRole } from '../index-
|
|
7
|
+
import { h as SeedRole } from '../index-DOTJgHe1.js';
|
|
8
8
|
import 'drizzle-orm/node-postgres';
|
|
9
9
|
import 'pg';
|
|
10
10
|
import 'hono';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { D as Database } from '../index-D8OE85f8.js';
|
|
2
|
-
import { A as AuthConfig,
|
|
2
|
+
import { A as AuthConfig, e as Session, U as User } from '../index-DOTJgHe1.js';
|
|
3
3
|
import 'drizzle-orm/node-postgres';
|
|
4
4
|
import 'drizzle-orm';
|
|
5
5
|
import 'drizzle-orm/pg-core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { D as Database } from '../index-D8OE85f8.js';
|
|
2
|
-
import { A as AuthConfig,
|
|
2
|
+
import { A as AuthConfig, e as Session, U as User } from '../index-DOTJgHe1.js';
|
|
3
3
|
import 'drizzle-orm/node-postgres';
|
|
4
4
|
import 'drizzle-orm';
|
|
5
5
|
import 'drizzle-orm/pg-core';
|
package/dist/lib/session.d.ts
CHANGED
package/dist/lib/tenant.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mesob/auth-hono",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@hono/zod-openapi": "^1.2.0",
|
|
23
|
-
"@mesob/common": "^0.5.
|
|
23
|
+
"@mesob/common": "^0.5.8",
|
|
24
24
|
"@noble/hashes": "^2.0.1",
|
|
25
25
|
"@scalar/hono-api-reference": "^0.9.22",
|
|
26
26
|
"argon2-wasm-edge": "^1.0.23",
|