@authhero/kysely-adapter 0.13.0 → 0.13.3
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
|
@@ -3115,9 +3115,11 @@ const lr = i.object({
|
|
|
3115
3115
|
state: i.string().optional(),
|
|
3116
3116
|
nonce: i.string().optional(),
|
|
3117
3117
|
scope: i.string().optional(),
|
|
3118
|
+
prompt: i.string().optional(),
|
|
3118
3119
|
code_challenge_method: i.nativeEnum(An).optional(),
|
|
3119
3120
|
code_challenge: i.string().optional(),
|
|
3120
|
-
username: i.string().optional()
|
|
3121
|
+
username: i.string().optional(),
|
|
3122
|
+
ui_locales: i.string().optional()
|
|
3121
3123
|
});
|
|
3122
3124
|
i.object({
|
|
3123
3125
|
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.3",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
@@ -26,22 +26,22 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@rollup/plugin-commonjs": "^
|
|
30
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
31
|
-
"@types/node": "^
|
|
29
|
+
"@rollup/plugin-commonjs": "^28.0.1",
|
|
30
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
31
|
+
"@types/node": "^22.7.7",
|
|
32
32
|
"dts-bundle-generator": "^9.5.1",
|
|
33
|
-
"typescript": "^5.
|
|
34
|
-
"vite": "^5.
|
|
35
|
-
"vitest": "^1.
|
|
33
|
+
"typescript": "^5.6.3",
|
|
34
|
+
"vite": "^5.4.9",
|
|
35
|
+
"vitest": "^2.1.3"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@hono/zod-openapi": "^0.
|
|
39
|
-
"hono": "^4.
|
|
38
|
+
"@hono/zod-openapi": "^0.16.4",
|
|
39
|
+
"hono": "^4.6.5",
|
|
40
40
|
"kysely": "^0.27.4",
|
|
41
41
|
"kysely-bun-sqlite": "^0.3.2",
|
|
42
|
-
"kysely-planetscale": "^1.
|
|
42
|
+
"kysely-planetscale": "^1.5.0",
|
|
43
43
|
"nanoid": "^5.0.7",
|
|
44
|
-
"@authhero/adapter-interfaces": "^0.
|
|
44
|
+
"@authhero/adapter-interfaces": "^0.20.2"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",
|