@authhero/drizzle 0.53.0 → 0.53.1

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.
@@ -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.0",
14
+ "version": "0.53.1",
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": "2.13.0",
38
- "@authhero/proxy": "0.4.3"
37
+ "@authhero/adapter-interfaces": "2.13.1",
38
+ "@authhero/proxy": "0.4.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@hono/zod-openapi": "^1.4.0",