@feathersjs/express
Advanced tools
Comparing version 4.3.7 to 4.3.10
@@ -6,2 +6,21 @@ # Change Log | ||
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) | ||
**Note:** Version bump only for package @feathersjs/express | ||
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) | ||
### Bug Fixes | ||
* Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293)) | ||
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14) | ||
@@ -8,0 +27,0 @@ |
@@ -19,2 +19,3 @@ import { Application as FeathersApplication, Params as FeathersParams, HookContext } from '@feathersjs/feathers'; | ||
formatter: express.RequestHandler; | ||
httpMethod: (verb: string, uris?: string | string[]) => <T>(method: T) => T; | ||
}; | ||
@@ -21,0 +22,0 @@ |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "4.3.7", | ||
"version": "4.3.10", | ||
"homepage": "https://feathersjs.com", | ||
@@ -40,3 +40,3 @@ "main": "lib/", | ||
"@feathersjs/commons": "^4.3.7", | ||
"@feathersjs/errors": "^4.3.7", | ||
"@feathersjs/errors": "^4.3.10", | ||
"@types/express": "^4.17.1", | ||
@@ -49,6 +49,6 @@ "debug": "^4.1.1", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^4.3.7", | ||
"@feathersjs/authentication-local": "^4.3.7", | ||
"@feathersjs/feathers": "^4.3.7", | ||
"@feathersjs/tests": "^4.3.7", | ||
"@feathersjs/authentication": "^4.3.10", | ||
"@feathersjs/authentication-local": "^4.3.10", | ||
"@feathersjs/feathers": "^4.3.10", | ||
"@feathersjs/tests": "^4.3.10", | ||
"axios": "^0.19.0", | ||
@@ -59,3 +59,3 @@ "chai": "^4.2.0", | ||
}, | ||
"gitHead": "be129c71c47ebf389e003225cd7bef4d61d883ce" | ||
"gitHead": "524da3b8eae3086eac6ecc0a06a45e825de77594" | ||
} |
325985
1493
Updated@feathersjs/errors@^4.3.10