@feathersjs/authentication-local
Advanced tools
Comparing version 4.0.0-pre.3 to 4.0.0-pre.4
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "4.0.0-pre.3", | ||
"version": "4.0.0-pre.4", | ||
"homepage": "https://feathersjs.com", | ||
@@ -41,3 +41,3 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/errors": "^4.0.0-pre.3", | ||
"@feathersjs/errors": "^4.0.0-pre.4", | ||
"bcryptjs": "^2.4.3", | ||
@@ -48,4 +48,4 @@ "debug": "^4.1.1", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^4.0.0-pre.3", | ||
"@feathersjs/feathers": "^4.0.0-pre.3", | ||
"@feathersjs/authentication": "^4.0.0-pre.4", | ||
"@feathersjs/feathers": "^4.0.0-pre.4", | ||
"@types/bcryptjs": "^2.4.2", | ||
@@ -61,3 +61,3 @@ "@types/debug": "^4.1.4", | ||
}, | ||
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3" | ||
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714" | ||
} |
280342
62
1410