@authhero/drizzle 0.52.1 → 0.52.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.
@@ -15432,7 +15432,8 @@ var Ey = J({
15432
15432
  revoke_refresh_token_grant: G().optional(),
15433
15433
  trust_azure_adfs_email_verified_connection_property: G().optional(),
15434
15434
  use_scope_descriptions_for_consent: G().optional(),
15435
- inherit_global_permissions_in_organizations: G().optional()
15435
+ inherit_global_permissions_in_organizations: G().optional(),
15436
+ restrict_undefined_scopes: G().optional()
15436
15437
  }).optional(),
15437
15438
  sandbox_version: H().optional(),
15438
15439
  legacy_sandbox_version: H().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.52.1",
14
+ "version": "0.52.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": "2.9.0",
38
- "@authhero/proxy": "0.3.1"
37
+ "@authhero/adapter-interfaces": "2.9.1",
38
+ "@authhero/proxy": "0.3.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@hono/zod-openapi": "^1.4.0",