@feathersjs/authentication
Advanced tools
Comparing version 5.0.21 to 5.0.22
{ | ||
"name": "@feathersjs/authentication", | ||
"description": "Add Authentication to your FeathersJS app.", | ||
"version": "5.0.21", | ||
"version": "5.0.22", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,8 +56,8 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.21", | ||
"@feathersjs/errors": "^5.0.21", | ||
"@feathersjs/feathers": "^5.0.21", | ||
"@feathersjs/commons": "^5.0.22", | ||
"@feathersjs/errors": "^5.0.22", | ||
"@feathersjs/feathers": "^5.0.22", | ||
"@feathersjs/hooks": "^0.8.1", | ||
"@feathersjs/schema": "^5.0.21", | ||
"@feathersjs/transport-commons": "^5.0.21", | ||
"@feathersjs/schema": "^5.0.22", | ||
"@feathersjs/transport-commons": "^5.0.22", | ||
"@types/jsonwebtoken": "^9.0.5", | ||
@@ -70,8 +70,8 @@ "jsonwebtoken": "^9.0.2", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.21", | ||
"@feathersjs/memory": "^5.0.22", | ||
"@types/lodash": "^4.14.202", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.6", | ||
"@types/uuid": "^9.0.7", | ||
"mocha": "^10.2.0", | ||
"@types/node": "^20.11.17", | ||
"@types/uuid": "^9.0.8", | ||
"mocha": "^10.3.0", | ||
"shx": "^0.3.4", | ||
@@ -81,3 +81,3 @@ "ts-node": "^10.9.2", | ||
}, | ||
"gitHead": "89b51f14aa09159b6c3d67d9e342e84ec6cfc5a0" | ||
"gitHead": "c9511d98096de531fbea100d8e0f5b30e47ce17e" | ||
} |
Sorry, the diff of this file is too big to display
209156