@feathersjs/authentication-oauth2
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.2.2"></a> | ||
## [1.2.2](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.1...@feathersjs/authentication-oauth2@1.2.2) (2018-09-02) | ||
<a name="1.2.3"></a> | ||
## [1.2.3](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.2...@feathersjs/authentication-oauth2@1.2.3) (2018-09-17) | ||
@@ -16,4 +16,12 @@ **Note:** Version bump only for package @feathersjs/authentication-oauth2 | ||
# Change Log | ||
<a name="1.2.2"></a> | ||
## [1.2.2](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.1...@feathersjs/authentication-oauth2@1.2.2) (2018-09-02) | ||
**Note:** Version bump only for package @feathersjs/authentication-oauth2 | ||
<a name="1.2.1"></a> | ||
## 1.2.1 | ||
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462)) | ||
## [v1.2.0](https://github.com/feathersjs/authentication-oauth2/tree/v1.2.0) (2018-08-28) | ||
@@ -20,0 +28,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-oauth2/compare/v1.1.0...v1.2.0) |
{ | ||
"name": "@feathersjs/authentication-oauth2", | ||
"description": "An OAuth2 authentication strategy for feathers-authentication using Passport", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"homepage": "https://feathersjs.com", | ||
@@ -38,11 +38,11 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^3.0.0", | ||
"@feathersjs/errors": "^3.3.2", | ||
"@feathersjs/express": "^1.2.5", | ||
"debug": "^3.1.0", | ||
"@feathersjs/commons": "^3.0.1", | ||
"@feathersjs/errors": "^3.3.3", | ||
"@feathersjs/express": "^1.2.6", | ||
"debug": "^4.0.0", | ||
"lodash.merge": "^4.6.1" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.1.9", | ||
"@feathersjs/feathers": "^3.2.1", | ||
"@feathersjs/authentication": "^2.1.10", | ||
"@feathersjs/feathers": "^3.2.2", | ||
"body-parser": "^1.18.3", | ||
@@ -56,3 +56,3 @@ "chai": "^4.1.2", | ||
}, | ||
"gitHead": "da1bd2e895b4eabe03cef8e0c016b327381a479d" | ||
"gitHead": "da6e2732874c9c7834cb4a53526787218d62e4a3" | ||
} |
30593
- Removeddebug@3.2.7(transitive)
Updated@feathersjs/commons@^3.0.1
Updated@feathersjs/errors@^3.3.3
Updated@feathersjs/express@^1.2.6
Updateddebug@^4.0.0