@authhero/kysely-adapter 0.9.7 → 0.10.0

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.
@@ -3155,17 +3155,7 @@ const pr = i.object({
3155
3155
  enabled_clients: i.array(i.string()).default([]).optional(),
3156
3156
  authorization_endpoint: i.string().default("").optional(),
3157
3157
  response_type: i.custom().optional(),
3158
- response_mode: i.custom().optional(),
3159
- // Deprecated
3160
- client_id: i.string().optional(),
3161
- client_secret: i.string().optional(),
3162
- private_key: i.string().optional(),
3163
- kid: i.string().optional(),
3164
- team_id: i.string().optional(),
3165
- token_endpoint: i.string().optional(),
3166
- token_exchange_basic_auth: i.boolean().optional(),
3167
- userinfo_endpoint: i.string().optional(),
3168
- scope: i.string().optional()
3158
+ response_mode: i.custom().optional()
3169
3159
  }), $n = i.object({
3170
3160
  id: i.string(),
3171
3161
  created_at: i.string().transform((n) => n === null ? "" : n),
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.9.7",
14
+ "version": "0.10.0",
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.15.6"
44
+ "@authhero/adapter-interfaces": "^0.16.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",