Skip to content

Commit 5a7952a

Browse files
authored
pass through RateLimitedException, bump to 2.1.29 (#58)
1 parent e04e6d3 commit 5a7952a

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

packages/cloudflare-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/PropelAuth/cloudflare-worker"
66
},
7-
"version": "2.1.28",
7+
"version": "2.1.29",
88
"license": "MIT",
99
"keywords": [
1010
"auth",
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"dependencies": {
60-
"@propelauth/node-apis": "^2.1.28",
60+
"@propelauth/node-apis": "^2.1.29",
6161
"jose": "^5.2.0"
6262
}
6363
}

packages/cloudflare-worker/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export {
4141
UnauthorizedException,
4242
UpdateUserEmailException,
4343
UpdateUserMetadataException,
44+
RateLimitedException,
4445
RevokePendingOrgInviteRequest,
4546
FetchSamlSpMetadataResponse,
4647
SetSamlIdpMetadataRequest,

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"type": "git",
55
"url": "https://github.com/PropelAuth/node"
66
},
7-
"version": "2.1.28",
7+
"version": "2.1.29",
88
"license": "MIT",
99
"keywords": [
1010
"auth",
1111
"node",
1212
"user"
1313
],
1414
"dependencies": {
15-
"@propelauth/node-apis": "^2.1.28",
15+
"@propelauth/node-apis": "^2.1.29",
1616
"jose": "^5.2.0"
1717
},
1818
"devDependencies": {

packages/node/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export {
1616
MagicLinkCreationException,
1717
MigrateUserException,
1818
OrgMemberInfo,
19+
RateLimitedException,
1920
RemoveUserFromOrgException,
2021
toOrgIdToOrgMemberInfo,
2122
toUser,

0 commit comments

Comments
 (0)