@authhero/kysely-adapter 10.64.0 → 10.65.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.
@@ -403,7 +403,7 @@ function _r(t) {
403
403
  function On(t) {
404
404
  return t ? JSON.stringify(t) : void 0;
405
405
  }
406
- const mr = 1024;
406
+ const mr = 256;
407
407
  function hr(t) {
408
408
  return async (e, n) => {
409
409
  var u, l, h;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "https://github.com/markusahlstrand/authhero"
13
13
  },
14
- "version": "10.64.0",
14
+ "version": "10.65.0",
15
15
  "files": [
16
16
  "dist"
17
17
  ],
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "kysely": "^0.27.4",
44
44
  "nanoid": "^5.0.8",
45
- "@authhero/adapter-interfaces": "^0.105.0"
45
+ "@authhero/adapter-interfaces": "^0.106.0"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@hono/zod-openapi": "^0.19.2",