@feathersjs/authentication-local
Advanced tools
Comparing version 4.3.7 to 4.3.10
@@ -6,2 +6,18 @@ # Change Log | ||
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "4.3.7", | ||
"version": "4.3.10", | ||
"homepage": "https://feathersjs.com", | ||
@@ -42,5 +42,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^4.3.7", | ||
"@feathersjs/errors": "^4.3.7", | ||
"@feathersjs/feathers": "^4.3.7", | ||
"@feathersjs/authentication": "^4.3.10", | ||
"@feathersjs/errors": "^4.3.10", | ||
"@feathersjs/feathers": "^4.3.10", | ||
"bcryptjs": "^2.4.3", | ||
@@ -61,3 +61,3 @@ "debug": "^4.1.1", | ||
}, | ||
"gitHead": "be129c71c47ebf389e003225cd7bef4d61d883ce" | ||
"gitHead": "524da3b8eae3086eac6ecc0a06a45e825de77594" | ||
} |
283417