@feathersjs/authentication-oauth
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27) | ||
**Note:** Version bump only for package @feathersjs/authentication-oauth | ||
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-oauth", | ||
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"homepage": "https://feathersjs.com", | ||
@@ -31,3 +31,3 @@ "main": "lib/", | ||
"engines": { | ||
"node": ">= 12" | ||
"node": ">= 10" | ||
}, | ||
@@ -47,6 +47,6 @@ "scripts": { | ||
"dependencies": { | ||
"@feathersjs/authentication": "^4.4.0", | ||
"@feathersjs/errors": "^4.4.0", | ||
"@feathersjs/express": "^4.4.0", | ||
"@feathersjs/feathers": "^4.4.0", | ||
"@feathersjs/authentication": "^4.4.1", | ||
"@feathersjs/errors": "^4.4.1", | ||
"@feathersjs/express": "^4.4.1", | ||
"@feathersjs/feathers": "^4.4.1", | ||
"debug": "^4.1.1", | ||
@@ -71,3 +71,3 @@ "express-session": "^1.17.0", | ||
}, | ||
"gitHead": "e157e5f1e149a843377cb38f0a72ac191ecc3b45" | ||
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2" | ||
} |
266176
Updated@feathersjs/errors@^4.4.1
Updated@feathersjs/express@^4.4.1
Updated@feathersjs/feathers@^4.4.1