@feathersjs/koa
Advanced tools
Comparing version 5.0.0-pre.25 to 5.0.0-pre.26
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22) | ||
**Note:** Version bump only for package @feathersjs/koa | ||
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/koa", | ||
"description": "Feathers KoaJS framework bindings and REST provider", | ||
"version": "5.0.0-pre.25", | ||
"version": "5.0.0-pre.26", | ||
"homepage": "https://feathersjs.com", | ||
@@ -51,6 +51,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.0-pre.25", | ||
"@feathersjs/commons": "^5.0.0-pre.25", | ||
"@feathersjs/errors": "^5.0.0-pre.25", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.25", | ||
"@feathersjs/authentication": "^5.0.0-pre.26", | ||
"@feathersjs/commons": "^5.0.0-pre.26", | ||
"@feathersjs/errors": "^5.0.0-pre.26", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.26", | ||
"@types/koa": "^2.13.4", | ||
@@ -65,6 +65,6 @@ "@types/koa-bodyparser": "^4.3.7", | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.0-pre.25", | ||
"@feathersjs/feathers": "^5.0.0-pre.25", | ||
"@feathersjs/memory": "^5.0.0-pre.25", | ||
"@feathersjs/tests": "^5.0.0-pre.25", | ||
"@feathersjs/authentication-local": "^5.0.0-pre.26", | ||
"@feathersjs/feathers": "^5.0.0-pre.26", | ||
"@feathersjs/memory": "^5.0.0-pre.26", | ||
"@feathersjs/tests": "^5.0.0-pre.26", | ||
"@types/koa-compose": "^3.2.5", | ||
@@ -79,3 +79,3 @@ "@types/mocha": "^9.1.1", | ||
}, | ||
"gitHead": "c0ab3b603920dff6e9c912b2767cf168094d45c8" | ||
"gitHead": "0e7553ded9b24016d36021aaedcc2cdb19ab0157" | ||
} |
39641