@feathersjs/express
Advanced tools
Comparing version 4.0.0-pre.5 to 4.3.0-pre.1
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11) | ||
**Note:** Version bump only for package @feathersjs/express | ||
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "4.0.0-pre.5", | ||
"version": "4.3.0-pre.1", | ||
"homepage": "https://feathersjs.com", | ||
@@ -39,4 +39,4 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^4.0.0-pre.5", | ||
"@feathersjs/errors": "^4.0.0-pre.5", | ||
"@feathersjs/commons": "^4.3.0-pre.1", | ||
"@feathersjs/errors": "^4.3.0-pre.1", | ||
"@types/express": "^4.17.0", | ||
@@ -48,6 +48,6 @@ "debug": "^4.1.1", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^4.0.0-pre.5", | ||
"@feathersjs/authentication-local": "^4.0.0-pre.5", | ||
"@feathersjs/feathers": "^4.0.0-pre.5", | ||
"@feathersjs/tests": "^4.0.0-pre.5", | ||
"@feathersjs/authentication": "^4.3.0-pre.1", | ||
"@feathersjs/authentication-local": "^4.3.0-pre.1", | ||
"@feathersjs/feathers": "^4.3.0-pre.1", | ||
"@feathersjs/tests": "^4.3.0-pre.1", | ||
"axios": "^0.19.0", | ||
@@ -58,3 +58,3 @@ "chai": "^4.2.0", | ||
}, | ||
"gitHead": "1de7b81fcae0effc397e548cf9b96d79c2942237" | ||
"gitHead": "e0b7e978ae31d55a168d8257195134e461c4c6fb" | ||
} |
323776