@feathersjs/authentication-local
Advanced tools
Comparing version 5.0.0-pre.5 to 5.0.0-pre.6
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "5.0.0-pre.5", | ||
"version": "5.0.0-pre.6", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,6 +55,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.5", | ||
"@feathersjs/commons": "^5.0.0-pre.5", | ||
"@feathersjs/errors": "^5.0.0-pre.5", | ||
"@feathersjs/feathers": "^5.0.0-pre.5", | ||
"@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", | ||
"bcryptjs": "^2.4.3", | ||
@@ -64,13 +64,13 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.0-pre.5", | ||
"@feathersjs/memory": "^5.0.0-pre.6", | ||
"@types/bcryptjs": "^2.4.2", | ||
"@types/lodash": "^4.14.170", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.12.1", | ||
"mocha": "^8.4.0", | ||
"@types/lodash": "^4.14.172", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.4.13", | ||
"mocha": "^9.0.3", | ||
"shx": "^0.3.3", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.2" | ||
"ts-node": "^10.1.0", | ||
"typescript": "^4.3.5" | ||
}, | ||
"gitHead": "738f84f91fb72d5e10a0bf57b58db75b0b03d3ff" | ||
} |
60314