@feathersjs/authentication-local
Advanced tools
Comparing version 4.5.12 to 4.5.14
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "4.5.12", | ||
"version": "4.5.14", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,3 +55,3 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^4.5.12", | ||
"@feathersjs/authentication": "^4.5.14", | ||
"@feathersjs/errors": "^4.5.12", | ||
@@ -74,3 +74,3 @@ "@feathersjs/feathers": "^4.5.12", | ||
}, | ||
"gitHead": "8697ecc85808437e9aab63e5d2327679340c5401" | ||
"gitHead": "25b6fb546768e4396333368d57a26b24f5489010" | ||
} |
57511