@feathersjs/koa
Advanced tools
Comparing version 5.0.0-pre.18 to 5.0.0-pre.19
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01) | ||
**Note:** Version bump only for package @feathersjs/koa | ||
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/koa", | ||
"description": "Feathers KoaJS framework bindings and REST provider", | ||
"version": "5.0.0-pre.18", | ||
"version": "5.0.0-pre.19", | ||
"homepage": "https://feathersjs.com", | ||
@@ -51,6 +51,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.18", | ||
"@feathersjs/commons": "^5.0.0-pre.18", | ||
"@feathersjs/errors": "^5.0.0-pre.18", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.18", | ||
"@feathersjs/authentication": "^5.0.0-pre.19", | ||
"@feathersjs/commons": "^5.0.0-pre.19", | ||
"@feathersjs/errors": "^5.0.0-pre.19", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.19", | ||
"@types/koa": "^2.13.4", | ||
@@ -65,16 +65,16 @@ "@types/koa-bodyparser": "^4.3.7", | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.0-pre.18", | ||
"@feathersjs/feathers": "^5.0.0-pre.18", | ||
"@feathersjs/memory": "^5.0.0-pre.18", | ||
"@feathersjs/tests": "^5.0.0-pre.18", | ||
"@feathersjs/authentication-local": "^5.0.0-pre.19", | ||
"@feathersjs/feathers": "^5.0.0-pre.19", | ||
"@feathersjs/memory": "^5.0.0-pre.19", | ||
"@feathersjs/tests": "^5.0.0-pre.19", | ||
"@types/koa-compose": "^3.2.5", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.23", | ||
"axios": "^0.26.1", | ||
"mocha": "^9.2.2", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^17.0.31", | ||
"axios": "^0.27.2", | ||
"mocha": "^10.0.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.3" | ||
"typescript": "^4.6.4" | ||
}, | ||
"gitHead": "c0b7b67d872dcd6b6d94e4587f21332c8a519b50" | ||
"gitHead": "57f3e18bb62735e1869ffafee90286498738fdfa" | ||
} |
37955