@authhero/kysely-adapter 0.11.1 → 0.11.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.
@@ -7160,7 +7160,12 @@ function Di(n) {
7160
7160
  return {
7161
7161
  ...t,
7162
7162
  connections: r.map(
7163
- (d) => Rn.parse(R(d))
7163
+ (d) => Rn.parse(
7164
+ R({
7165
+ ...d,
7166
+ options: d.options ? JSON.parse(d.options) : {}
7167
+ })
7168
+ )
7164
7169
  ),
7165
7170
  domains: a,
7166
7171
  addons: t.addons ? JSON.parse(t.addons) : {},
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.11.1",
14
+ "version": "0.11.2",
15
15
  "files": [
16
16
  "dist"
17
17
  ],