@feathersjs/authentication-local
Advanced tools
Comparing version 5.0.18 to 5.0.19
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
## [5.0.18](https://github.com/feathersjs/feathers/compare/v5.0.17...v5.0.18) (2024-01-22) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "5.0.18", | ||
"version": "5.0.19", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,6 +56,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.18", | ||
"@feathersjs/commons": "^5.0.18", | ||
"@feathersjs/errors": "^5.0.18", | ||
"@feathersjs/feathers": "^5.0.18", | ||
"@feathersjs/authentication": "^5.0.19", | ||
"@feathersjs/commons": "^5.0.19", | ||
"@feathersjs/errors": "^5.0.19", | ||
"@feathersjs/feathers": "^5.0.19", | ||
"bcryptjs": "^2.4.3", | ||
@@ -65,4 +65,4 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.18", | ||
"@feathersjs/schema": "^5.0.18", | ||
"@feathersjs/memory": "^5.0.19", | ||
"@feathersjs/schema": "^5.0.19", | ||
"@types/bcryptjs": "^2.4.6", | ||
@@ -77,3 +77,3 @@ "@types/lodash": "^4.14.202", | ||
}, | ||
"gitHead": "8f4c7d4c9424659d3fc464bd1c010dc6a331cfc8" | ||
"gitHead": "a49c2c2d2ba76b338268b3d155836b518364eec4" | ||
} |
73183