@feathersjs/authentication-local
Advanced tools
Comparing version 5.0.0-pre.25 to 5.0.0-pre.26
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "5.0.0-pre.25", | ||
"version": "5.0.0-pre.26", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,6 +55,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.25", | ||
"@feathersjs/commons": "^5.0.0-pre.25", | ||
"@feathersjs/errors": "^5.0.0-pre.25", | ||
"@feathersjs/feathers": "^5.0.0-pre.25", | ||
"@feathersjs/authentication": "^5.0.0-pre.26", | ||
"@feathersjs/commons": "^5.0.0-pre.26", | ||
"@feathersjs/errors": "^5.0.0-pre.26", | ||
"@feathersjs/feathers": "^5.0.0-pre.26", | ||
"bcryptjs": "^2.4.3", | ||
@@ -64,4 +64,4 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.0-pre.25", | ||
"@feathersjs/schema": "^5.0.0-pre.25", | ||
"@feathersjs/memory": "^5.0.0-pre.26", | ||
"@feathersjs/schema": "^5.0.0-pre.26", | ||
"@types/bcryptjs": "^2.4.2", | ||
@@ -76,3 +76,3 @@ "@types/lodash": "^4.14.182", | ||
}, | ||
"gitHead": "c0ab3b603920dff6e9c912b2767cf168094d45c8" | ||
"gitHead": "0e7553ded9b24016d36021aaedcc2cdb19ab0157" | ||
} |
66138