@feathersjs/authentication-local
Advanced tools
Comparing version 5.0.0-pre.32 to 5.0.0-pre.33
@@ -6,2 +6,6 @@ # Change Log | ||
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "5.0.0-pre.32", | ||
"version": "5.0.0-pre.33", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,6 +56,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.32", | ||
"@feathersjs/commons": "^5.0.0-pre.32", | ||
"@feathersjs/errors": "^5.0.0-pre.32", | ||
"@feathersjs/feathers": "^5.0.0-pre.32", | ||
"@feathersjs/authentication": "^5.0.0-pre.33", | ||
"@feathersjs/commons": "^5.0.0-pre.33", | ||
"@feathersjs/errors": "^5.0.0-pre.33", | ||
"@feathersjs/feathers": "^5.0.0-pre.33", | ||
"bcryptjs": "^2.4.3", | ||
@@ -65,9 +65,9 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.0-pre.32", | ||
"@feathersjs/schema": "^5.0.0-pre.32", | ||
"@feathersjs/memory": "^5.0.0-pre.33", | ||
"@feathersjs/schema": "^5.0.0-pre.33", | ||
"@types/bcryptjs": "^2.4.2", | ||
"@types/lodash": "^4.14.186", | ||
"@types/lodash": "^4.14.187", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.8.2", | ||
"mocha": "^10.0.0", | ||
"@types/node": "^18.11.9", | ||
"mocha": "^10.1.0", | ||
"shx": "^0.3.4", | ||
@@ -77,3 +77,3 @@ "ts-node": "^10.9.1", | ||
}, | ||
"gitHead": "b405e205fc6d9fbd42b42c7a3f30ea4bf33d121d" | ||
"gitHead": "89f516bcb1457e23a02c6212e9cd8bacc4d267d4" | ||
} |
68059