@feathersjs/authentication-oauth
Advanced tools
Comparing version 4.5.17 to 4.5.18
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19) | ||
**Note:** Version bump only for package @feathersjs/authentication-oauth | ||
## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-oauth", | ||
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", | ||
"version": "4.5.17", | ||
"version": "4.5.18", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,5 +55,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^4.5.17", | ||
"@feathersjs/authentication": "^4.5.18", | ||
"@feathersjs/errors": "^4.5.17", | ||
"@feathersjs/express": "^4.5.17", | ||
"@feathersjs/express": "^4.5.18", | ||
"@feathersjs/feathers": "^4.5.17", | ||
@@ -79,3 +79,3 @@ "debug": "^4.3.3", | ||
}, | ||
"gitHead": "022a407dab1e813d23b283d145dfff9a870541ee" | ||
"gitHead": "2d3671d2e3ff88034181bccf2bfda04de856aa4f" | ||
} |
58732