@feathersjs/authentication-local
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="1.2.7"></a> | ||
## [1.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.6...@feathersjs/authentication-local@1.2.7) (2018-10-26) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
<a name="1.2.6"></a> | ||
@@ -8,0 +17,0 @@ ## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.5...@feathersjs/authentication-local@1.2.6) (2018-10-25) |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"homepage": "https://feathersjs.com", | ||
@@ -45,4 +45,4 @@ "main": "lib/", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.1.12", | ||
"@feathersjs/authentication-jwt": "^2.0.6", | ||
"@feathersjs/authentication": "^2.1.13", | ||
"@feathersjs/authentication-jwt": "^2.0.7", | ||
"@feathersjs/express": "^1.2.7", | ||
@@ -58,3 +58,3 @@ "@feathersjs/feathers": "^3.2.3", | ||
}, | ||
"gitHead": "55de15e1f0986203646a68bbaf6d72c0753e0cdc" | ||
"gitHead": "1c74a1473c5aeef9703d4167ba8498f85d5b65f9" | ||
} |
29598