@feathersjs/koa
Advanced tools
Comparing version 5.0.7 to 5.0.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.8](https://github.com/feathersjs/feathers/compare/v5.0.7...v5.0.8) (2023-07-19) | ||
**Note:** Version bump only for package @feathersjs/koa | ||
## [5.0.7](https://github.com/feathersjs/feathers/compare/v5.0.6...v5.0.7) (2023-07-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/koa", | ||
"description": "Feathers KoaJS framework bindings and REST provider", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"homepage": "https://feathersjs.com", | ||
@@ -52,7 +52,7 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.7", | ||
"@feathersjs/commons": "^5.0.7", | ||
"@feathersjs/errors": "^5.0.7", | ||
"@feathersjs/feathers": "^5.0.7", | ||
"@feathersjs/transport-commons": "^5.0.7", | ||
"@feathersjs/authentication": "^5.0.8", | ||
"@feathersjs/commons": "^5.0.8", | ||
"@feathersjs/errors": "^5.0.8", | ||
"@feathersjs/feathers": "^5.0.8", | ||
"@feathersjs/transport-commons": "^5.0.8", | ||
"@koa/cors": "^4.0.0", | ||
@@ -70,5 +70,5 @@ "@types/koa": "^2.13.6", | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.7", | ||
"@feathersjs/memory": "^5.0.7", | ||
"@feathersjs/tests": "^5.0.7", | ||
"@feathersjs/authentication-local": "^5.0.8", | ||
"@feathersjs/memory": "^5.0.8", | ||
"@feathersjs/tests": "^5.0.8", | ||
"@types/koa-compose": "^3.2.5", | ||
@@ -83,3 +83,3 @@ "@types/mocha": "^10.0.1", | ||
}, | ||
"gitHead": "1ab855487d2dfacb114339c634621357bce3a56a" | ||
"gitHead": "414336a047a556f1986b4bb253416d5b8a973d9f" | ||
} |
47606