Skip to content

Commit 986e379

Browse files
Export accessHelper types
1 parent 6c45ae4 commit 986e379

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/PropelAuth/javascript"
77
},
8-
"version": "2.0.0-beta.2",
8+
"version": "2.0.0-beta.3",
99
"keywords": [
1010
"auth",
1111
"user",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export { createClient } from "./client"
33
export type { IAuthClient, IAuthOptions, RedirectToSignupOptions, RedirectToLoginOptions } from "./client"
44
export type { OrgIdToOrgMemberInfo, OrgMemberInfo } from "./org"
55
export type { OrgHelper } from "./org_helper"
6+
export type { AccessHelper, AccessHelperWithOrg } from "./access_helper"

0 commit comments

Comments
 (0)