From 97f95321130cd4aa8d4a5f4973baa069a5d2a3ab Mon Sep 17 00:00:00 2001 From: Hamish Peebles Date: Thu, 15 Feb 2024 14:18:04 +0000 Subject: [PATCH 1/3] feat: export `AuthClientStorage` in order to support custom implementations --- packages/auth-client/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth-client/src/index.ts b/packages/auth-client/src/index.ts index c285e4017..72e1d541b 100644 --- a/packages/auth-client/src/index.ts +++ b/packages/auth-client/src/index.ts @@ -28,7 +28,7 @@ import { } from './storage'; import { PartialIdentity } from '@dfinity/identity/lib/cjs/identity/partial'; -export { IdbStorage, LocalStorage, KEY_STORAGE_DELEGATION, KEY_STORAGE_KEY } from './storage'; +export { AuthClientStorage, IdbStorage, LocalStorage, KEY_STORAGE_DELEGATION, KEY_STORAGE_KEY } from './storage'; export { IdbKeyVal, DBCreateOptions } from './db'; const IDENTITY_PROVIDER_DEFAULT = 'https://identity.ic0.app'; From 3bb9e86c92ccd958e2421976fbefb2533b77c764 Mon Sep 17 00:00:00 2001 From: Hamish Peebles Date: Thu, 15 Feb 2024 14:22:53 +0000 Subject: [PATCH 2/3] Update changelog --- docs/generated/changelog.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/generated/changelog.html b/docs/generated/changelog.html index 506b6cc4e..12de4aa9e 100644 --- a/docs/generated/changelog.html +++ b/docs/generated/changelog.html @@ -11,7 +11,9 @@

Agent-JS Changelog

Version x.x.x

-
    +
      +
    • chore: export `AuthClientStorage` to support custom implementations
    • +

    Version 1.0.0

    • chore: npm audit fix
    • From 74eae1b5e3586a9d4185b77f35e2e064fc85ec10 Mon Sep 17 00:00:00 2001 From: Hamish Peebles Date: Thu, 15 Feb 2024 14:41:40 +0000 Subject: [PATCH 3/3] Update wording --- docs/generated/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generated/changelog.html b/docs/generated/changelog.html index 12de4aa9e..c309863ee 100644 --- a/docs/generated/changelog.html +++ b/docs/generated/changelog.html @@ -12,7 +12,7 @@

      Agent-JS Changelog

      Version x.x.x

        -
      • chore: export `AuthClientStorage` to support custom implementations
      • +
      • chore: export `AuthClientStorage` to aid with custom implementations

      Version 1.0.0