@authhero/kysely-adapter 11.13.0 → 11.13.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.
package/dist/kysely-adapter.mjs
CHANGED
|
@@ -4414,6 +4414,7 @@ var ea = {
|
|
|
4414
4414
|
"scpr",
|
|
4415
4415
|
"fcpr"
|
|
4416
4416
|
],
|
|
4417
|
+
"password-migrations": ["spm"],
|
|
4417
4418
|
mfa: [
|
|
4418
4419
|
"gd_auth_succeed",
|
|
4419
4420
|
"gd_auth_failed",
|
|
@@ -4462,6 +4463,11 @@ var ea = {
|
|
|
4462
4463
|
type: "UInt64",
|
|
4463
4464
|
agg: "count"
|
|
4464
4465
|
},
|
|
4466
|
+
"password-migrations": {
|
|
4467
|
+
alias: "password_migrations",
|
|
4468
|
+
type: "UInt64",
|
|
4469
|
+
agg: "count"
|
|
4470
|
+
},
|
|
4465
4471
|
mfa: {
|
|
4466
4472
|
alias: "mfa",
|
|
4467
4473
|
type: "UInt64",
|