@feathersjs/authentication
Advanced tools
Comparing version 5.0.13 to 5.0.14
{ | ||
"name": "@feathersjs/authentication", | ||
"description": "Add Authentication to your FeathersJS app.", | ||
"version": "5.0.13", | ||
"version": "5.0.14", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,8 +56,8 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.13", | ||
"@feathersjs/errors": "^5.0.13", | ||
"@feathersjs/feathers": "^5.0.13", | ||
"@feathersjs/commons": "^5.0.14", | ||
"@feathersjs/errors": "^5.0.14", | ||
"@feathersjs/feathers": "^5.0.14", | ||
"@feathersjs/hooks": "^0.8.1", | ||
"@feathersjs/schema": "^5.0.13", | ||
"@feathersjs/transport-commons": "^5.0.13", | ||
"@feathersjs/schema": "^5.0.14", | ||
"@feathersjs/transport-commons": "^5.0.14", | ||
"@types/jsonwebtoken": "^9.0.5", | ||
@@ -70,6 +70,6 @@ "jsonwebtoken": "^9.0.2", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.13", | ||
"@feathersjs/memory": "^5.0.14", | ||
"@types/lodash": "^4.14.202", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.5", | ||
"@types/node": "^20.10.6", | ||
"@types/uuid": "^9.0.7", | ||
@@ -81,3 +81,3 @@ "mocha": "^10.2.0", | ||
}, | ||
"gitHead": "486f4e781015f05944f3200da277a9e50759f513" | ||
"gitHead": "43e752653271566e8a397a8b82cd6e45fcbc6768" | ||
} |
Sorry, the diff of this file is too big to display
207875