Skip to content

Commit

Permalink
v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed May 1, 2021
1 parent db2de9d commit 68f72e5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restana",
"version": "4.8.1",
"version": "4.9.0",
"description": "Super fast and minimalist web framework for building REST micro-services.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -38,20 +38,21 @@
],
"homepage": "https://github.com/jkyberneees/restana#readme",
"dependencies": {
"0http": "^3.0.0"
"0http": "^3.1.0"
},
"devDependencies": {
"@hapi/hapi": "^20.1.0",
"@hapi/hapi": "^20.1.2",
"benchmark": "^2.1.4",
"chai": "^4.3.0",
"body-parser": "^1.19.0",
"chai": "^4.3.4",
"express": "^4.17.1",
"express-jwt": "^5.3.3",
"fastify": "^2.15.3",
"http-cache-middleware": "^1.3.6",
"koa": "^2.13.1",
"koa-router": "^8.0.8",
"microtime": "^3.0.0",
"mocha": "^8.3.0",
"mocha": "^8.3.2",
"morgan": "^1.10.0",
"muneem": "^2.4.5",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 68f72e5

Please sign in to comment.