@authhero/adapter-interfaces 0.9.1 → 0.9.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.
@@ -4278,7 +4278,7 @@ export interface DataAdapters {
4278
4278
  domains: DomainsAdapter;
4279
4279
  hooks: HooksAdapter;
4280
4280
  keys: KeysAdapter;
4281
- login: LoginsAdapter;
4281
+ logins: LoginsAdapter;
4282
4282
  logs: LogsDataAdapter;
4283
4283
  OTP: OTPAdapter;
4284
4284
  passwords: PasswordsAdapter;
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.1",
14
+ "version": "0.9.2",
15
15
  "files": [
16
16
  "dist"
17
17
  ],