@authhero/drizzle 0.52.0 → 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.
package/dist/drizzle-adapter.mjs
CHANGED
|
@@ -14997,7 +14997,8 @@ J({
|
|
|
14997
14997
|
request_parameter_supported: G(),
|
|
14998
14998
|
claims_parameter_supported: G().optional(),
|
|
14999
14999
|
request_object_signing_alg_values_supported: q(H()).optional(),
|
|
15000
|
-
token_endpoint_auth_signing_alg_values_supported: q(H())
|
|
15000
|
+
token_endpoint_auth_signing_alg_values_supported: q(H()),
|
|
15001
|
+
client_id_metadata_document_supported: G().optional()
|
|
15001
15002
|
});
|
|
15002
15003
|
var ly = ng(/* @__PURE__ */ function(e) {
|
|
15003
15004
|
return e.PENDING = "pending", e.AUTHENTICATED = "authenticated", e.AWAITING_EMAIL_VERIFICATION = "awaiting_email_verification", e.AWAITING_MFA = "awaiting_mfa", e.AWAITING_HOOK = "awaiting_hook", e.AWAITING_CONTINUATION = "awaiting_continuation", e.COMPLETED = "completed", e.FAILED = "failed", e.EXPIRED = "expired", e;
|
|
@@ -15393,6 +15394,7 @@ var Ey = J({
|
|
|
15393
15394
|
allow_legacy_ro_grant_types: G().optional(),
|
|
15394
15395
|
allow_legacy_tokeninfo_endpoint: G().optional(),
|
|
15395
15396
|
change_pwd_flow_v1: G().optional(),
|
|
15397
|
+
client_id_metadata_document_registration: G().optional(),
|
|
15396
15398
|
custom_domains_provisioning: G().optional(),
|
|
15397
15399
|
dashboard_insights_view: G().optional(),
|
|
15398
15400
|
dashboard_log_streams_next: G().optional(),
|
|
@@ -15430,7 +15432,8 @@ var Ey = J({
|
|
|
15430
15432
|
revoke_refresh_token_grant: G().optional(),
|
|
15431
15433
|
trust_azure_adfs_email_verified_connection_property: G().optional(),
|
|
15432
15434
|
use_scope_descriptions_for_consent: G().optional(),
|
|
15433
|
-
inherit_global_permissions_in_organizations: G().optional()
|
|
15435
|
+
inherit_global_permissions_in_organizations: G().optional(),
|
|
15436
|
+
restrict_undefined_scopes: G().optional()
|
|
15434
15437
|
}).optional(),
|
|
15435
15438
|
sandbox_version: H().optional(),
|
|
15436
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.
|
|
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.
|
|
38
|
-
"@authhero/proxy": "0.3.
|
|
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",
|