@authhero/drizzle 0.53.0 → 0.53.2
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/drizzle-adapter.mjs
CHANGED
|
@@ -1931,7 +1931,7 @@ function wn(e) {
|
|
|
1931
1931
|
};
|
|
1932
1932
|
}
|
|
1933
1933
|
//#endregion
|
|
1934
|
-
//#region ../../node_modules/.pnpm/hono@4.12.
|
|
1934
|
+
//#region ../../node_modules/.pnpm/hono@4.12.24/node_modules/hono/dist/http-exception.js
|
|
1935
1935
|
var Tn = class extends Error {
|
|
1936
1936
|
res;
|
|
1937
1937
|
status;
|
|
@@ -13595,7 +13595,7 @@ var g_ = /* @__PURE__ */ a({
|
|
|
13595
13595
|
xor: () => Vh
|
|
13596
13596
|
});
|
|
13597
13597
|
//#endregion
|
|
13598
|
-
//#region ../../node_modules/.pnpm/@hono+zod-openapi@1.4.0_hono@4.12.
|
|
13598
|
+
//#region ../../node_modules/.pnpm/@hono+zod-openapi@1.4.0_hono@4.12.24_zod@4.4.3/node_modules/@hono/zod-openapi/dist/index.js
|
|
13599
13599
|
dr(Hc()), rr(g_);
|
|
13600
13600
|
//#endregion
|
|
13601
13601
|
//#region ../adapter-interfaces/dist/adapter-interfaces.mjs
|
|
@@ -15380,13 +15380,13 @@ J({
|
|
|
15380
15380
|
});
|
|
15381
15381
|
var Ey = J({
|
|
15382
15382
|
id: H().optional(),
|
|
15383
|
-
audience: H(),
|
|
15383
|
+
audience: H().optional(),
|
|
15384
15384
|
friendly_name: H(),
|
|
15385
15385
|
picture_url: H().optional(),
|
|
15386
15386
|
support_email: H().optional(),
|
|
15387
15387
|
support_url: H().optional(),
|
|
15388
|
-
sender_email: H().email(),
|
|
15389
|
-
sender_name: H(),
|
|
15388
|
+
sender_email: H().email().optional(),
|
|
15389
|
+
sender_name: H().optional(),
|
|
15390
15390
|
session_lifetime: W().optional(),
|
|
15391
15391
|
idle_session_lifetime: W().optional(),
|
|
15392
15392
|
ephemeral_session_lifetime: W().optional(),
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/markusahlstrand/authhero"
|
|
13
13
|
},
|
|
14
|
-
"version": "0.53.
|
|
14
|
+
"version": "0.53.2",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist",
|
|
17
17
|
"src/schema",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"drizzle-orm": "^0.44.2",
|
|
36
36
|
"nanoid": "^5.1.11",
|
|
37
|
-
"@authhero/adapter-interfaces": "
|
|
38
|
-
"@authhero/proxy": "0.4.
|
|
37
|
+
"@authhero/adapter-interfaces": "3.0.0",
|
|
38
|
+
"@authhero/proxy": "0.4.5"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@hono/zod-openapi": "^1.4.0",
|