@authhero/drizzle 0.58.0 → 0.58.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/drizzle-adapter.mjs
CHANGED
|
@@ -16391,6 +16391,7 @@ J({
|
|
|
16391
16391
|
"sessions",
|
|
16392
16392
|
"logouts",
|
|
16393
16393
|
"password-changes",
|
|
16394
|
+
"password-migrations",
|
|
16394
16395
|
"mfa",
|
|
16395
16396
|
"email-verifications",
|
|
16396
16397
|
"codes-sent"
|
|
@@ -18945,6 +18946,7 @@ var AS = {
|
|
|
18945
18946
|
"scpr",
|
|
18946
18947
|
"fcpr"
|
|
18947
18948
|
],
|
|
18949
|
+
"password-migrations": ["spm"],
|
|
18948
18950
|
mfa: [
|
|
18949
18951
|
"gd_auth_succeed",
|
|
18950
18952
|
"gd_auth_failed",
|
|
@@ -18993,6 +18995,11 @@ var AS = {
|
|
|
18993
18995
|
type: "UInt64",
|
|
18994
18996
|
agg: "count"
|
|
18995
18997
|
},
|
|
18998
|
+
"password-migrations": {
|
|
18999
|
+
alias: "password_migrations",
|
|
19000
|
+
type: "UInt64",
|
|
19001
|
+
agg: "count"
|
|
19002
|
+
},
|
|
18996
19003
|
mfa: {
|
|
18997
19004
|
alias: "mfa",
|
|
18998
19005
|
type: "UInt64",
|
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.58.
|
|
14
|
+
"version": "0.58.1",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist",
|
|
17
17
|
"src/schema",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"drizzle-orm": "^0.44.2",
|
|
37
37
|
"nanoid": "^5.1.11",
|
|
38
|
-
"@authhero/adapter-interfaces": "3.
|
|
39
|
-
"@authhero/proxy": "0.8.
|
|
38
|
+
"@authhero/adapter-interfaces": "3.7.0",
|
|
39
|
+
"@authhero/proxy": "0.8.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@hono/zod-openapi": "^1.4.0",
|