@feathersjs/express
Advanced tools
Comparing version 5.0.20 to 5.0.21
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) | ||
**Note:** Version bump only for package @feathersjs/express | ||
## [5.0.20](https://github.com/feathersjs/feathers/compare/v5.0.19...v5.0.20) (2024-01-24) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "5.0.20", | ||
"version": "5.0.21", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,7 +55,7 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.20", | ||
"@feathersjs/commons": "^5.0.20", | ||
"@feathersjs/errors": "^5.0.20", | ||
"@feathersjs/feathers": "^5.0.20", | ||
"@feathersjs/transport-commons": "^5.0.20", | ||
"@feathersjs/authentication": "^5.0.21", | ||
"@feathersjs/commons": "^5.0.21", | ||
"@feathersjs/errors": "^5.0.21", | ||
"@feathersjs/feathers": "^5.0.21", | ||
"@feathersjs/transport-commons": "^5.0.21", | ||
"@types/compression": "^1.7.5", | ||
@@ -70,8 +70,8 @@ "@types/cors": "^2.8.17", | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.20", | ||
"@feathersjs/tests": "^5.0.20", | ||
"@feathersjs/authentication-local": "^5.0.21", | ||
"@feathersjs/tests": "^5.0.21", | ||
"@types/lodash": "^4.14.202", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.6", | ||
"axios": "^1.6.5", | ||
"axios": "^1.6.6", | ||
"lodash": "^4.17.21", | ||
@@ -83,3 +83,3 @@ "mocha": "^10.2.0", | ||
}, | ||
"gitHead": "af185f068b64e8ca8e382c29b8429b414313d9c0" | ||
"gitHead": "89b51f14aa09159b6c3d67d9e342e84ec6cfc5a0" | ||
} |
128001