@feathersjs/authentication-oauth
Advanced tools
Comparing version 4.3.3 to 4.3.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03) | ||
**Note:** Version bump only for package @feathersjs/authentication-oauth | ||
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-oauth", | ||
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", | ||
"version": "4.3.3", | ||
"version": "4.3.4", | ||
"homepage": "https://feathersjs.com", | ||
@@ -42,9 +42,9 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^4.3.3", | ||
"@feathersjs/errors": "^4.3.3", | ||
"@feathersjs/express": "^4.3.3", | ||
"@feathersjs/feathers": "^4.3.3", | ||
"@feathersjs/authentication": "^4.3.4", | ||
"@feathersjs/errors": "^4.3.4", | ||
"@feathersjs/express": "^4.3.4", | ||
"@feathersjs/feathers": "^4.3.4", | ||
"debug": "^4.1.1", | ||
"express-session": "^1.16.2", | ||
"grant": "^4.6.2", | ||
"grant": "^4.6.3", | ||
"grant-profile": "^0.0.5", | ||
@@ -66,3 +66,3 @@ "lodash": "^4.17.15" | ||
}, | ||
"gitHead": "352e422a30c8b289ca047862d997a49b427553a9" | ||
"gitHead": "54cc42a089447564dafcf652c623cfc339e78a52" | ||
} |
263591
Updated@feathersjs/errors@^4.3.4
Updated@feathersjs/express@^4.3.4
Updated@feathersjs/feathers@^4.3.4
Updatedgrant@^4.6.3