@feathersjs/express
Advanced tools
Comparing version 5.0.5 to 5.0.6
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) | ||
**Note:** Version bump only for package @feathersjs/express | ||
## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,10 +55,10 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.5", | ||
"@feathersjs/commons": "^5.0.5", | ||
"@feathersjs/errors": "^5.0.5", | ||
"@feathersjs/feathers": "^5.0.5", | ||
"@feathersjs/transport-commons": "^5.0.5", | ||
"@feathersjs/authentication": "^5.0.6", | ||
"@feathersjs/commons": "^5.0.6", | ||
"@feathersjs/errors": "^5.0.6", | ||
"@feathersjs/feathers": "^5.0.6", | ||
"@feathersjs/transport-commons": "^5.0.6", | ||
"@types/compression": "^1.7.2", | ||
"@types/express": "^4.17.17", | ||
"@types/express-serve-static-core": "^4.17.33", | ||
"@types/express-serve-static-core": "^4.17.35", | ||
"compression": "^1.7.4", | ||
@@ -69,8 +69,8 @@ "cors": "^2.8.5", | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.5", | ||
"@feathersjs/tests": "^5.0.5", | ||
"@types/lodash": "^4.14.192", | ||
"@feathersjs/authentication-local": "^5.0.6", | ||
"@feathersjs/tests": "^5.0.6", | ||
"@types/lodash": "^4.14.195", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.15.11", | ||
"axios": "^1.3.4", | ||
"@types/node": "^20.3.1", | ||
"axios": "^1.4.0", | ||
"lodash": "^4.17.21", | ||
@@ -80,5 +80,5 @@ "mocha": "^10.2.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.3" | ||
"typescript": "^5.1.3" | ||
}, | ||
"gitHead": "42bd5e40ec73b10939b9a008ae8e49c39a191009" | ||
"gitHead": "71ac655d260fbc9aa65cd5b9a6c088f0187ace4e" | ||
} |
124785