From f1483ebd419d7249e4bce9ce14b0dd2825f70458 Mon Sep 17 00:00:00 2001 From: Travis Vachon Date: Mon, 13 Nov 2023 15:32:55 +0300 Subject: [PATCH] feat: export Account so we can use it in w3ui currently we're unable to refer to the Account type, this fixes that --- packages/w3up-client/src/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/w3up-client/src/account.js b/packages/w3up-client/src/account.js index 97b581cfb..9cd4ae857 100644 --- a/packages/w3up-client/src/account.js +++ b/packages/w3up-client/src/account.js @@ -98,7 +98,7 @@ export const login = async ({ agent }, email) => { } } -class Account { +export class Account { /** * @typedef {object} AccountModel * @property {API.DidMailto} id