Skip to content

Commit

Permalink
fix: export token type
Browse files Browse the repository at this point in the history
  • Loading branch information
gllm-dev committed Mar 21, 2024
1 parent be1e03e commit 40122e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.5.21",
"version": "0.5.22",
"description": "",
"author": "Openfort",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Openfort from "./openfort";

export * from "./openfort";
export * from "./recovery/passwordRecovery";
export {OAuthProvider, TransactionIntentResponse, SessionResponse} from "./generated/api";
export {OAuthProvider, TokenType, TransactionIntentResponse, SessionResponse} from "./generated/api";
export {InitializeOAuthOptions} from "./openfortAuth";

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.5.21";
export const VERSION = "0.5.22";
export const PACKAGE = "@openfort/openfort-js";

0 comments on commit 40122e8

Please sign in to comment.