@feathersjs/authentication-local
Advanced tools
Comparing version 5.0.0-pre.3 to 5.0.0-pre.4
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "5.0.0-pre.3", | ||
"version": "5.0.0-pre.4", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,6 +55,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.3", | ||
"@feathersjs/commons": "^5.0.0-pre.3", | ||
"@feathersjs/errors": "^5.0.0-pre.3", | ||
"@feathersjs/feathers": "^5.0.0-pre.3", | ||
"@feathersjs/authentication": "^5.0.0-pre.4", | ||
"@feathersjs/commons": "^5.0.0-pre.4", | ||
"@feathersjs/errors": "^5.0.0-pre.4", | ||
"@feathersjs/feathers": "^5.0.0-pre.4", | ||
"bcryptjs": "^2.4.3", | ||
@@ -64,9 +64,9 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"@feathersjs/adapter-memory": "^5.0.0-pre.3", | ||
"@feathersjs/adapter-memory": "^5.0.0-pre.4", | ||
"@types/bcryptjs": "^2.4.2", | ||
"@types/debug": "^4.1.5", | ||
"@types/lodash": "^4.14.168", | ||
"@types/lodash": "^4.14.169", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.41", | ||
"mocha": "^8.3.2", | ||
"@types/node": "^15.0.3", | ||
"mocha": "^8.4.0", | ||
"shx": "^0.3.3", | ||
@@ -76,3 +76,3 @@ "ts-node": "^9.1.1", | ||
}, | ||
"gitHead": "d332eaca9945aab0c222413a7e46cec1c0601648" | ||
"gitHead": "d2f1d200b6d9a790a03dc3e6e345f4e0ab726720" | ||
} |
58609