File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 44 "type" : " git" ,
55 "url" : " https://github.com/PropelAuth/cloudflare-worker"
66 },
7- "version" : " 2.1.31 " ,
7+ "version" : " 2.1.32 " ,
88 "license" : " MIT" ,
99 "keywords" : [
1010 " auth" ,
5757 }
5858 },
5959 "dependencies" : {
60- "@propelauth/node-apis" : " ^2.1.31 " ,
60+ "@propelauth/node-apis" : " ^2.1.32 " ,
6161 "jose" : " ^5.2.0"
6262 }
6363}
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ export {
2222 MagicLink ,
2323 CreateAccessTokenRequest ,
2424 AccessToken ,
25+ MigrateUserFromExternalSourceRequest ,
26+ MigrateUserPasswordRequest
2527} from "@propelauth/node-apis"
2628export {
2729 ApiKeyValidateException ,
@@ -37,6 +39,7 @@ export {
3739 ForbiddenException ,
3840 MagicLinkCreationException ,
3941 MigrateUserException ,
42+ MigrateUserPasswordException ,
4043 UserNotFoundException ,
4144 UnauthorizedException ,
4245 UpdateUserEmailException ,
Original file line number Diff line number Diff line change 44 "type" : " git" ,
55 "url" : " https://github.com/PropelAuth/node"
66 },
7- "version" : " 2.1.31 " ,
7+ "version" : " 2.1.32 " ,
88 "license" : " MIT" ,
99 "keywords" : [
1010 " auth" ,
1111 " node" ,
1212 " user"
1313 ],
1414 "dependencies" : {
15- "@propelauth/node-apis" : " ^2.1.31 " ,
15+ "@propelauth/node-apis" : " ^2.1.32 " ,
1616 "jose" : " ^5.2.0"
1717 },
1818 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export {
1515 ForbiddenException ,
1616 MagicLinkCreationException ,
1717 MigrateUserException ,
18+ MigrateUserPasswordException ,
1819 OrgMemberInfo ,
1920 RateLimitedException ,
2021 RemoveUserFromOrgException ,
@@ -54,6 +55,7 @@ export type {
5455 LoginMethod ,
5556 MagicLink ,
5657 MigrateUserFromExternalSourceRequest ,
58+ MigrateUserPasswordRequest ,
5759 Org ,
5860 OrgApiKeyValidation ,
5961 OrgIdToOrgMemberInfo ,
You can’t perform that action at this time.
0 commit comments