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