@authhero/kysely-adapter 0.24.1 → 0.24.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/kysely-adapter.d.ts
CHANGED
|
@@ -554,8 +554,8 @@ declare enum AuthorizationResponseMode {
|
|
|
554
554
|
SAML_POST = "saml_post"
|
|
555
555
|
}
|
|
556
556
|
declare enum CodeChallengeMethod {
|
|
557
|
-
|
|
558
|
-
|
|
557
|
+
S256 = "S256",
|
|
558
|
+
Plain = "plain"
|
|
559
559
|
}
|
|
560
560
|
declare const brandingSchema: z.ZodObject<{
|
|
561
561
|
colors: z.ZodOptional<z.ZodObject<{
|
package/dist/kysely-adapter.mjs
CHANGED
|
@@ -3108,7 +3108,7 @@ const os = i.object({
|
|
|
3108
3108
|
updated_at: i.string().transform((t) => t === null ? "" : t),
|
|
3109
3109
|
...ds.shape
|
|
3110
3110
|
});
|
|
3111
|
-
var la = /* @__PURE__ */ ((t) => (t.TOKEN = "token", t.TOKEN_ID_TOKEN = "token id_token", t.CODE = "code", t))(la || {}), ua = /* @__PURE__ */ ((t) => (t.QUERY = "query", t.FRAGMENT = "fragment", t.FORM_POST = "form_post", t.WEB_MESSAGE = "web_message", t.SAML_POST = "saml_post", t))(ua || {}), ha = /* @__PURE__ */ ((t) => (t.
|
|
3111
|
+
var la = /* @__PURE__ */ ((t) => (t.TOKEN = "token", t.TOKEN_ID_TOKEN = "token id_token", t.CODE = "code", t))(la || {}), ua = /* @__PURE__ */ ((t) => (t.QUERY = "query", t.FRAGMENT = "fragment", t.FORM_POST = "form_post", t.WEB_MESSAGE = "web_message", t.SAML_POST = "saml_post", t))(ua || {}), ha = /* @__PURE__ */ ((t) => (t.S256 = "S256", t.Plain = "plain", t))(ha || {});
|
|
3112
3112
|
const ls = i.object({
|
|
3113
3113
|
client_id: i.string(),
|
|
3114
3114
|
vendor_id: i.string().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.24.
|
|
14
|
+
"version": "0.24.2",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"kysely": "^0.27.4",
|
|
43
43
|
"nanoid": "^5.0.8",
|
|
44
|
-
"@authhero/adapter-interfaces": "^0.
|
|
44
|
+
"@authhero/adapter-interfaces": "^0.29.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@hono/zod-openapi": "^0.16.4",
|