@authhero/kysely-adapter 0.13.0 → 0.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
|
@@ -3117,7 +3117,8 @@ const lr = i.object({
|
|
|
3117
3117
|
scope: i.string().optional(),
|
|
3118
3118
|
code_challenge_method: i.nativeEnum(An).optional(),
|
|
3119
3119
|
code_challenge: i.string().optional(),
|
|
3120
|
-
username: i.string().optional()
|
|
3120
|
+
username: i.string().optional(),
|
|
3121
|
+
ui_locales: i.string().optional()
|
|
3121
3122
|
});
|
|
3122
3123
|
i.object({
|
|
3123
3124
|
colors: i.object({
|
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.13.
|
|
14
|
+
"version": "0.13.1",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"kysely-bun-sqlite": "^0.3.2",
|
|
42
42
|
"kysely-planetscale": "^1.4.0",
|
|
43
43
|
"nanoid": "^5.0.7",
|
|
44
|
-
"@authhero/adapter-interfaces": "^0.
|
|
44
|
+
"@authhero/adapter-interfaces": "^0.20.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",
|