@feathersjs/authentication-local
Advanced tools
Comparing version 5.0.0-pre.35 to 5.0.0-pre.36
@@ -6,2 +6,6 @@ # Change Log | ||
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "5.0.0-pre.35", | ||
"version": "5.0.0-pre.36", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,6 +56,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.35", | ||
"@feathersjs/commons": "^5.0.0-pre.35", | ||
"@feathersjs/errors": "^5.0.0-pre.35", | ||
"@feathersjs/feathers": "^5.0.0-pre.35", | ||
"@feathersjs/authentication": "^5.0.0-pre.36", | ||
"@feathersjs/commons": "^5.0.0-pre.36", | ||
"@feathersjs/errors": "^5.0.0-pre.36", | ||
"@feathersjs/feathers": "^5.0.0-pre.36", | ||
"bcryptjs": "^2.4.3", | ||
@@ -65,4 +65,4 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.0-pre.35", | ||
"@feathersjs/schema": "^5.0.0-pre.35", | ||
"@feathersjs/memory": "^5.0.0-pre.36", | ||
"@feathersjs/schema": "^5.0.0-pre.36", | ||
"@types/bcryptjs": "^2.4.2", | ||
@@ -77,3 +77,3 @@ "@types/lodash": "^4.14.191", | ||
}, | ||
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e" | ||
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a" | ||
} |
@@ -21,4 +21,4 @@ # @feathersjs/authentication-local | ||
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Licensed under the [MIT license](LICENSE). |
Sorry, the diff of this file is not supported yet
68805