@feathersjs/authentication-local
Advanced tools
Comparing version 4.3.0-pre.3 to 4.3.0-pre.4
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "4.3.0-pre.3", | ||
"version": "4.3.0-pre.4", | ||
"homepage": "https://feathersjs.com", | ||
@@ -42,3 +42,3 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/errors": "^4.3.0-pre.3", | ||
"@feathersjs/errors": "^4.3.0-pre.4", | ||
"bcryptjs": "^2.4.3", | ||
@@ -49,4 +49,4 @@ "debug": "^4.1.1", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^4.3.0-pre.3", | ||
"@feathersjs/feathers": "^4.3.0-pre.3", | ||
"@feathersjs/authentication": "^4.3.0-pre.4", | ||
"@feathersjs/feathers": "^4.3.0-pre.4", | ||
"@types/bcryptjs": "^2.4.2", | ||
@@ -62,3 +62,3 @@ "@types/debug": "^4.1.5", | ||
}, | ||
"gitHead": "9f4498e455d81e91acc1ffd3ced4d36ba06f8466" | ||
"gitHead": "c3cde20627191e00bebcf081e5c56a3a092a1207" | ||
} |
281057