@feathersjs/koa
Advanced tools
Comparing version 5.0.0-pre.36 to 5.0.0-pre.37
@@ -6,2 +6,6 @@ # Change Log | ||
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09) | ||
**Note:** Version bump only for package @feathersjs/koa | ||
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/koa", | ||
"description": "Feathers KoaJS framework bindings and REST provider", | ||
"version": "5.0.0-pre.36", | ||
"version": "5.0.0-pre.37", | ||
"homepage": "https://feathersjs.com", | ||
@@ -52,6 +52,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.36", | ||
"@feathersjs/commons": "^5.0.0-pre.36", | ||
"@feathersjs/errors": "^5.0.0-pre.36", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.36", | ||
"@feathersjs/authentication": "^5.0.0-pre.37", | ||
"@feathersjs/commons": "^5.0.0-pre.37", | ||
"@feathersjs/errors": "^5.0.0-pre.37", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.37", | ||
"@koa/cors": "^4.0.0", | ||
@@ -70,16 +70,16 @@ "@types/koa": "^2.13.5", | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.0-pre.36", | ||
"@feathersjs/feathers": "^5.0.0-pre.36", | ||
"@feathersjs/memory": "^5.0.0-pre.36", | ||
"@feathersjs/tests": "^5.0.0-pre.36", | ||
"@feathersjs/authentication-local": "^5.0.0-pre.37", | ||
"@feathersjs/feathers": "^5.0.0-pre.37", | ||
"@feathersjs/memory": "^5.0.0-pre.37", | ||
"@feathersjs/tests": "^5.0.0-pre.37", | ||
"@types/koa-compose": "^3.2.5", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.18", | ||
"axios": "^1.2.6", | ||
"axios": "^1.3.0", | ||
"mocha": "^10.2.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4" | ||
"typescript": "^4.9.5" | ||
}, | ||
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a" | ||
"gitHead": "17a8b3b2614876772472d3cab3d96d45c01db6ed" | ||
} |
44434