@feathersjs/express
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16) | ||
### Bug Fixes | ||
* Add info to express error handler logger type ([#1557](https://github.com/feathersjs/feathers/issues/1557)) ([3e1d26c](https://github.com/feathersjs/feathers/commit/3e1d26c)) | ||
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09) | ||
@@ -8,0 +19,0 @@ |
@@ -25,3 +25,3 @@ import { Application as FeathersApplication } from '@feathersjs/feathers'; | ||
public?: string, | ||
logger?: { error?: (msg: string) => void | null }, | ||
logger?: { error: (msg: any) => void, info: (msg: any) => void }, | ||
html?: any, | ||
@@ -28,0 +28,0 @@ json?: any |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"homepage": "https://feathersjs.com", | ||
@@ -40,3 +40,3 @@ "main": "lib/", | ||
"@feathersjs/commons": "^4.3.0", | ||
"@feathersjs/errors": "^4.3.1", | ||
"@feathersjs/errors": "^4.3.2", | ||
"@types/express": "^4.17.1", | ||
@@ -49,6 +49,6 @@ "debug": "^4.1.1", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^4.3.1", | ||
"@feathersjs/authentication-local": "^4.3.1", | ||
"@feathersjs/feathers": "^4.3.1", | ||
"@feathersjs/tests": "^4.3.1", | ||
"@feathersjs/authentication": "^4.3.2", | ||
"@feathersjs/authentication-local": "^4.3.2", | ||
"@feathersjs/feathers": "^4.3.2", | ||
"@feathersjs/tests": "^4.3.2", | ||
"axios": "^0.19.0", | ||
@@ -59,3 +59,3 @@ "chai": "^4.2.0", | ||
}, | ||
"gitHead": "64c73ba6b783c511449abb5fd7bf093fac71a462" | ||
"gitHead": "31c8e752298f725e3be9965ce1550e94e09ec871" | ||
} |
324411
Updated@feathersjs/errors@^4.3.2