Skip to content

Commit

Permalink
bump dependency on propelauth/node, bump version to 2.1.25 (#17)
Browse files Browse the repository at this point in the history
* bump dependency on propelauth/node, bump version to 2.1.25

* re-export ApiKeyValidateRateLimitedException
  • Loading branch information
mrmauer authored Jan 22, 2025
1 parent 1c891db commit 557b8a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "git",
"url": "https://github.com/PropelAuth/express"
},
"version": "2.1.24",
"version": "2.1.25",
"license": "MIT",
"keywords": [
"auth",
"express",
"user"
],
"dependencies": {
"@propelauth/node": "^2.1.26"
"@propelauth/node": "^2.1.27"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export {
ApiKeyFetchException,
ApiKeyUpdateException,
ApiKeyValidateException,
ApiKeyValidateRateLimitedException,
BadRequestException,
ChangeUserRoleInOrgException,
CreateOrgException,
Expand Down

0 comments on commit 557b8a0

Please sign in to comment.