Skip to content

Commit

Permalink
Merge pull request #4 from openfort-xyz/export-signers
Browse files Browse the repository at this point in the history
Export signers
  • Loading branch information
gllm-dev authored Mar 6, 2024
2 parents 98598fe + 396d53b commit ec4c829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ import Openfort from "./openfort";
export * from "./key-pair";
export * from "./openfort";
export * from "./openfortAuth";
export * from "./signer/signer";
export * from "./signer/session.signer";
export * from "./signer/embedded.signer";

export default Openfort;
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = "0.4.0";
export const VERSION = "0.4.1";
export const PACKAGE = "@openfort/openfort-js";

0 comments on commit ec4c829

Please sign in to comment.