@feathersjs/authentication-local
Advanced tools
Comparing version 4.0.0-pre.2 to 4.0.0-pre.3
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01) | ||
### Bug Fixes | ||
* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f)) | ||
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "4.0.0-pre.2", | ||
"version": "4.0.0-pre.3", | ||
"homepage": "https://feathersjs.com", | ||
@@ -41,3 +41,3 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/errors": "^4.0.0-pre.2", | ||
"@feathersjs/errors": "^4.0.0-pre.3", | ||
"bcryptjs": "^2.4.3", | ||
@@ -48,15 +48,15 @@ "debug": "^4.1.1", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^4.0.0-pre.2", | ||
"@feathersjs/feathers": "^4.0.0-pre.2", | ||
"@feathersjs/authentication": "^4.0.0-pre.3", | ||
"@feathersjs/feathers": "^4.0.0-pre.3", | ||
"@types/bcryptjs": "^2.4.2", | ||
"@types/debug": "^4.1.3", | ||
"@types/lodash": "^4.14.123", | ||
"@types/debug": "^4.1.4", | ||
"@types/lodash": "^4.14.132", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^12.0.0", | ||
"mocha": "^6.0.2", | ||
"@types/node": "^12.0.2", | ||
"mocha": "^6.1.4", | ||
"shx": "^0.3.2", | ||
"ts-node": "^8.0.3", | ||
"typescript": "^3.4.2" | ||
"ts-node": "^8.2.0", | ||
"typescript": "^3.4.5" | ||
}, | ||
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52" | ||
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3" | ||
} |
273852