@feathersjs/express
Advanced tools
Comparing version 5.0.0-pre.30 to 5.0.0-pre.31
@@ -6,2 +6,6 @@ # Change Log | ||
# [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12) | ||
**Note:** Version bump only for package @feathersjs/express | ||
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "5.0.0-pre.30", | ||
"version": "5.0.0-pre.31", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,7 +55,7 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.30", | ||
"@feathersjs/commons": "^5.0.0-pre.30", | ||
"@feathersjs/errors": "^5.0.0-pre.30", | ||
"@feathersjs/feathers": "^5.0.0-pre.30", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.30", | ||
"@feathersjs/authentication": "^5.0.0-pre.31", | ||
"@feathersjs/commons": "^5.0.0-pre.31", | ||
"@feathersjs/errors": "^5.0.0-pre.31", | ||
"@feathersjs/feathers": "^5.0.0-pre.31", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.31", | ||
"@types/express": "^4.17.14", | ||
@@ -67,4 +67,4 @@ "@types/express-serve-static-core": "^4.17.31", | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.0-pre.30", | ||
"@feathersjs/tests": "^5.0.0-pre.30", | ||
"@feathersjs/authentication-local": "^5.0.0-pre.31", | ||
"@feathersjs/tests": "^5.0.0-pre.31", | ||
"@types/lodash": "^4.14.186", | ||
@@ -80,3 +80,3 @@ "@types/mocha": "^10.0.0", | ||
}, | ||
"gitHead": "b535c91197f4b997520e0a0e608793eeba791931" | ||
"gitHead": "4500dbeb8cea566678cf88b3313a88efd93a2ed9" | ||
} |
121200