@feathersjs/authentication
Advanced tools
Comparing version 5.0.3 to 5.0.4
{ | ||
"name": "@feathersjs/authentication", | ||
"description": "Add Authentication to your FeathersJS app.", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,8 +56,8 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.3", | ||
"@feathersjs/errors": "^5.0.3", | ||
"@feathersjs/feathers": "^5.0.3", | ||
"@feathersjs/commons": "^5.0.4", | ||
"@feathersjs/errors": "^5.0.4", | ||
"@feathersjs/feathers": "^5.0.4", | ||
"@feathersjs/hooks": "^0.8.1", | ||
"@feathersjs/schema": "^5.0.3", | ||
"@feathersjs/transport-commons": "^5.0.3", | ||
"@feathersjs/schema": "^5.0.4", | ||
"@feathersjs/transport-commons": "^5.0.4", | ||
"@types/jsonwebtoken": "^9.0.1", | ||
@@ -70,3 +70,3 @@ "jsonwebtoken": "^9.0.0", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.3", | ||
"@feathersjs/memory": "^5.0.4", | ||
"@types/lodash": "^4.14.192", | ||
@@ -81,3 +81,3 @@ "@types/mocha": "^10.0.1", | ||
}, | ||
"gitHead": "a6ba4dfd08f537a7d4778bed4c45091cbe3802aa" | ||
"gitHead": "376e89040991db500f1f327aa699322543315039" | ||
} |
@@ -17,3 +17,3 @@ # @feathersjs/authentication | ||
Refer to the [Feathers authentication API documentation](https://docs.feathersjs.com/api/authentication/) for more details. | ||
Refer to the [Feathers authentication API documentation](https://feathersjs.com/api/authentication/) for more details. | ||
@@ -20,0 +20,0 @@ ## License |
Sorry, the diff of this file is too big to display
205363
+ Added@types/jsonwebtoken@9.0.8(transitive)
+ Added@types/node@22.13.4(transitive)
- Removed@types/jsonwebtoken@9.0.9(transitive)
- Removed@types/node@22.13.5(transitive)
Updated@feathersjs/commons@^5.0.4
Updated@feathersjs/errors@^5.0.4
Updated@feathersjs/feathers@^5.0.4
Updated@feathersjs/schema@^5.0.4