@feathersjs/authentication-local
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.2.3"></a> | ||
## [1.2.3](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.2...@feathersjs/authentication-local@1.2.3) (2018-09-02) | ||
<a name="1.2.4"></a> | ||
## [1.2.4](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.3...@feathersjs/authentication-local@1.2.4) (2018-09-17) | ||
@@ -16,4 +16,12 @@ **Note:** Version bump only for package @feathersjs/authentication-local | ||
# Change Log | ||
<a name="1.2.3"></a> | ||
## [1.2.3](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.2...@feathersjs/authentication-local@1.2.3) (2018-09-02) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
<a name="1.2.2"></a> | ||
## 1.2.2 | ||
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462)) | ||
## [v1.2.1](https://github.com/feathersjs/authentication-local/tree/v1.2.1) (2018-05-02) | ||
@@ -20,0 +28,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.2.0...v1.2.1) |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"homepage": "https://feathersjs.com", | ||
@@ -38,5 +38,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/errors": "^3.3.2", | ||
"@feathersjs/errors": "^3.3.3", | ||
"bcryptjs": "^2.3.0", | ||
"debug": "^3.1.0", | ||
"debug": "^4.0.0", | ||
"lodash": "^4.17.5", | ||
@@ -46,7 +46,7 @@ "passport-local": "^1.0.0" | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.1.9", | ||
"@feathersjs/authentication-jwt": "^2.0.3", | ||
"@feathersjs/express": "^1.2.5", | ||
"@feathersjs/feathers": "^3.2.1", | ||
"@feathersjs/socketio": "^3.2.4", | ||
"@feathersjs/authentication": "^2.1.10", | ||
"@feathersjs/authentication-jwt": "^2.0.4", | ||
"@feathersjs/express": "^1.2.6", | ||
"@feathersjs/feathers": "^3.2.2", | ||
"@feathersjs/socketio": "^3.2.5", | ||
"body-parser": "^1.15.2", | ||
@@ -58,3 +58,3 @@ "chai": "^4.0.2", | ||
}, | ||
"gitHead": "da1bd2e895b4eabe03cef8e0c016b327381a479d" | ||
"gitHead": "da6e2732874c9c7834cb4a53526787218d62e4a3" | ||
} |
28714
- Removeddebug@3.2.7(transitive)
Updated@feathersjs/errors@^3.3.3
Updateddebug@^4.0.0