@feathersjs/authentication-local
Advanced tools
Comparing version 5.0.31 to 5.0.32
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "5.0.31", | ||
"version": "5.0.32", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,6 +56,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.31", | ||
"@feathersjs/commons": "^5.0.31", | ||
"@feathersjs/errors": "^5.0.31", | ||
"@feathersjs/feathers": "^5.0.31", | ||
"@feathersjs/authentication": "^5.0.32", | ||
"@feathersjs/commons": "^5.0.32", | ||
"@feathersjs/errors": "^5.0.32", | ||
"@feathersjs/feathers": "^5.0.32", | ||
"bcryptjs": "^2.4.3", | ||
@@ -65,14 +65,14 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.31", | ||
"@feathersjs/schema": "^5.0.31", | ||
"@feathersjs/memory": "^5.0.32", | ||
"@feathersjs/schema": "^5.0.32", | ||
"@types/bcryptjs": "^2.4.6", | ||
"@types/lodash": "^4.17.13", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.8.4", | ||
"mocha": "^10.8.2", | ||
"@types/lodash": "^4.17.15", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.13.0", | ||
"mocha": "^11.1.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.3" | ||
}, | ||
"gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7" | ||
"gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6" | ||
} |
75741