@feathersjs/authentication-oauth
Advanced tools
Comparing version 5.0.15 to 5.0.16
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.16](https://github.com/feathersjs/feathers/compare/v5.0.15...v5.0.16) (2024-01-22) | ||
**Note:** Version bump only for package @feathersjs/authentication-oauth | ||
## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/authentication-oauth", | ||
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", | ||
"version": "5.0.15", | ||
"version": "5.0.16", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,9 +57,9 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.15", | ||
"@feathersjs/commons": "^5.0.15", | ||
"@feathersjs/errors": "^5.0.15", | ||
"@feathersjs/express": "^5.0.15", | ||
"@feathersjs/feathers": "^5.0.15", | ||
"@feathersjs/koa": "^5.0.15", | ||
"@feathersjs/schema": "^5.0.15", | ||
"@feathersjs/authentication": "^5.0.16", | ||
"@feathersjs/commons": "^5.0.16", | ||
"@feathersjs/errors": "^5.0.16", | ||
"@feathersjs/express": "^5.0.16", | ||
"@feathersjs/feathers": "^5.0.16", | ||
"@feathersjs/koa": "^5.0.16", | ||
"@feathersjs/schema": "^5.0.16", | ||
"cookie-session": "^2.0.0", | ||
@@ -72,3 +72,3 @@ "grant": "^5.4.22", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.15", | ||
"@feathersjs/memory": "^5.0.16", | ||
"@types/cookie-session": "^2.0.48", | ||
@@ -88,3 +88,3 @@ "@types/express": "^4.17.21", | ||
}, | ||
"gitHead": "a39910e534c5685aa9093b395ca1625ee8b187a6" | ||
"gitHead": "067e4d939a17df3d8b99b60875834865bf808efe" | ||
} |
78934
Updated@feathersjs/commons@^5.0.16
Updated@feathersjs/errors@^5.0.16
Updated@feathersjs/express@^5.0.16
Updated@feathersjs/feathers@^5.0.16
Updated@feathersjs/koa@^5.0.16
Updated@feathersjs/schema@^5.0.16