@feathersjs/koa
Advanced tools
Comparing version 5.0.8 to 5.0.9
@@ -6,21 +6,16 @@ # Change Log | ||
## [5.0.8](https://github.com/feathersjs/feathers/compare/v5.0.7...v5.0.8) (2023-07-19) | ||
## [5.0.9](https://github.com/feathersjs/feathers/compare/v5.0.8...v5.0.9) (2023-09-27) | ||
**Note:** Version bump only for package @feathersjs/koa | ||
## [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) | ||
### Bug Fixes | ||
* **koa:** Ensure .teardown works without a server ([#3234](https://github.com/feathersjs/feathers/issues/3234)) ([818572d](https://github.com/feathersjs/feathers/commit/818572df98456bc3e1a300e879329aa8f849be64)) | ||
- **koa:** Ensure .teardown works without a server ([#3234](https://github.com/feathersjs/feathers/issues/3234)) ([818572d](https://github.com/feathersjs/feathers/commit/818572df98456bc3e1a300e879329aa8f849be64)) | ||
## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) | ||
@@ -27,0 +22,0 @@ |
{ | ||
"name": "@feathersjs/koa", | ||
"description": "Feathers KoaJS framework bindings and REST provider", | ||
"version": "5.0.8", | ||
"version": "5.0.9", | ||
"homepage": "https://feathersjs.com", | ||
@@ -52,12 +52,12 @@ "main": "lib/", | ||
"dependencies": { | ||
"@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", | ||
"@feathersjs/authentication": "^5.0.9", | ||
"@feathersjs/commons": "^5.0.9", | ||
"@feathersjs/errors": "^5.0.9", | ||
"@feathersjs/feathers": "^5.0.9", | ||
"@feathersjs/transport-commons": "^5.0.9", | ||
"@koa/cors": "^4.0.0", | ||
"@types/koa": "^2.13.6", | ||
"@types/koa-qs": "^2.0.0", | ||
"@types/koa": "^2.13.9", | ||
"@types/koa-qs": "^2.0.1", | ||
"@types/koa-static": "^4.0.2", | ||
"@types/koa__cors": "^4.0.0", | ||
"@types/koa__cors": "^4.0.1", | ||
"koa": "^2.14.2", | ||
@@ -70,15 +70,15 @@ "koa-body": "^6.0.1", | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.8", | ||
"@feathersjs/memory": "^5.0.8", | ||
"@feathersjs/tests": "^5.0.8", | ||
"@types/koa-compose": "^3.2.5", | ||
"@feathersjs/authentication-local": "^5.0.9", | ||
"@feathersjs/memory": "^5.0.9", | ||
"@feathersjs/tests": "^5.0.9", | ||
"@types/koa-compose": "^3.2.6", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.4.2", | ||
"axios": "^1.4.0", | ||
"@types/node": "^20.7.0", | ||
"axios": "^1.5.0", | ||
"mocha": "^10.2.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.2.2" | ||
}, | ||
"gitHead": "414336a047a556f1986b4bb253416d5b8a973d9f" | ||
"gitHead": "64ee98dadf02dac34f31e3cb7b6b10e1f7405bfa" | ||
} |
47743
Updated@feathersjs/commons@^5.0.9
Updated@feathersjs/errors@^5.0.9
Updated@feathersjs/feathers@^5.0.9
Updated@types/koa@^2.13.9
Updated@types/koa-qs@^2.0.1
Updated@types/koa__cors@^4.0.1