@authhero/kysely-adapter 0.7.6 → 0.7.7

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.
@@ -4182,7 +4182,7 @@ function Sa(n) {
4182
4182
  ...s,
4183
4183
  disable_sign_ups: !!s.disable_sign_ups,
4184
4184
  addons: JSON.parse(s.addons),
4185
- callback: JSON.parse(s.callbacks),
4185
+ callbacks: JSON.parse(s.callbacks),
4186
4186
  allowed_origins: JSON.parse(s.allowed_origins),
4187
4187
  web_origins: JSON.parse(s.web_origins),
4188
4188
  allowed_logout_urls: JSON.parse(s.allowed_logout_urls)
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.7.6",
14
+ "version": "0.7.7",
15
15
  "files": [
16
16
  "dist"
17
17
  ],