@feathersjs/express
Advanced tools
Comparing version 5.0.0-pre.10 to 5.0.0-pre.11
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06) | ||
**Note:** Version bump only for package @feathersjs/express | ||
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "5.0.0-pre.10", | ||
"version": "5.0.0-pre.11", | ||
"homepage": "https://feathersjs.com", | ||
@@ -52,5 +52,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.10", | ||
"@feathersjs/errors": "^5.0.0-pre.10", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.10", | ||
"@feathersjs/commons": "^5.0.0-pre.11", | ||
"@feathersjs/errors": "^5.0.0-pre.11", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.11", | ||
"@types/express": "^4.17.13", | ||
@@ -61,11 +61,11 @@ "express": "^4.17.1", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.10", | ||
"@feathersjs/authentication-local": "^5.0.0-pre.10", | ||
"@feathersjs/feathers": "^5.0.0-pre.10", | ||
"@feathersjs/tests": "^5.0.0-pre.10", | ||
"@feathersjs/authentication": "^5.0.0-pre.11", | ||
"@feathersjs/authentication-local": "^5.0.0-pre.11", | ||
"@feathersjs/feathers": "^5.0.0-pre.11", | ||
"@feathersjs/tests": "^5.0.0-pre.11", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.9.4", | ||
"@types/node": "^16.10.2", | ||
"axios": "^0.21.4", | ||
"lodash": "^4.17.21", | ||
"mocha": "^9.1.1", | ||
"mocha": "^9.1.2", | ||
"shx": "^0.3.3", | ||
@@ -72,0 +72,0 @@ "ts-node": "^10.2.1", |
@@ -14,4 +14,4 @@ import express, { | ||
export { | ||
_static as static, json, raw, text, urlencoded, query, | ||
errorHandler, notFound, express as original, | ||
_static as serveStatic, _static as static, json, raw, text, | ||
urlencoded, query, errorHandler, notFound, express as original, | ||
authenticate, parseAuthentication | ||
@@ -18,0 +18,0 @@ }; |
112902