@feathersjs/express
Advanced tools
Comparing version 4.5.15 to 4.5.16
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) | ||
**Note:** Version bump only for package @feathersjs/express | ||
## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "4.5.15", | ||
"version": "4.5.16", | ||
"homepage": "https://feathersjs.com", | ||
@@ -52,4 +52,4 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^4.5.15", | ||
"@feathersjs/errors": "^4.5.15", | ||
"@feathersjs/commons": "^4.5.16", | ||
"@feathersjs/errors": "^4.5.16", | ||
"@types/express": "^4.17.13", | ||
@@ -62,6 +62,6 @@ "debug": "^4.3.3", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^4.5.15", | ||
"@feathersjs/authentication-local": "^4.5.15", | ||
"@feathersjs/feathers": "^4.5.15", | ||
"@feathersjs/tests": "^4.5.15", | ||
"@feathersjs/authentication": "^4.5.16", | ||
"@feathersjs/authentication-local": "^4.5.16", | ||
"@feathersjs/feathers": "^4.5.16", | ||
"@feathersjs/tests": "^4.5.16", | ||
"axios": "^0.24.0", | ||
@@ -71,3 +71,3 @@ "lodash": "^4.17.21", | ||
}, | ||
"gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c" | ||
"gitHead": "18872c070d9db0258f06cc66f08c0c6a9311b0b2" | ||
} |
74766
Updated@feathersjs/commons@^4.5.16
Updated@feathersjs/errors@^4.5.16