Skip to content

Commit

Permalink
export sign types
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Apr 15, 2024
1 parent a847297 commit 0546b34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfort/openfort-js",
"version": "0.6.6",
"version": "0.6.7",
"description": "",
"author": "Openfort",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ export {
} from "./generated/api";
export {InitializeOAuthOptions} from "./openfortAuth";
export {ShieldAuthentication, AuthType} from "./clients/types";
export {TypedDataDomain, TypedDataField} from "@ethersproject/abstract-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.6.6";
export const VERSION = "0.6.7";
export const PACKAGE = "@openfort/openfort-js";

0 comments on commit 0546b34

Please sign in to comment.