@feathersjs/authentication-local
Advanced tools
Comparing version 5.0.0-pre.6 to 5.0.0-pre.9
@@ -6,2 +6,26 @@ # Change Log | ||
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08) | ||
@@ -8,0 +32,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "5.0.0-pre.6", | ||
"version": "5.0.0-pre.9", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,6 +55,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.6", | ||
"@feathersjs/commons": "^5.0.0-pre.6", | ||
"@feathersjs/errors": "^5.0.0-pre.6", | ||
"@feathersjs/feathers": "^5.0.0-pre.6", | ||
"@feathersjs/authentication": "^5.0.0-pre.9", | ||
"@feathersjs/commons": "^5.0.0-pre.9", | ||
"@feathersjs/errors": "^5.0.0-pre.9", | ||
"@feathersjs/feathers": "^5.0.0-pre.9", | ||
"bcryptjs": "^2.4.3", | ||
@@ -64,3 +64,3 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.0-pre.6", | ||
"@feathersjs/memory": "^5.0.0-pre.9", | ||
"@types/bcryptjs": "^2.4.2", | ||
@@ -75,3 +75,3 @@ "@types/lodash": "^4.14.172", | ||
}, | ||
"gitHead": "738f84f91fb72d5e10a0bf57b58db75b0b03d3ff" | ||
"gitHead": "3d1721a7286e6a7f37bbc38695fe45084023f13b" | ||
} |
60866