Skip to content

Commit

Permalink
v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Apr 27, 2020
1 parent f8d24c9 commit d03a0a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restana",
"version": "4.3.3",
"version": "4.3.4",
"description": "Super fast and minimalist web framework for building REST micro-services.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"homepage": "https://github.com/jkyberneees/ana#readme",
"dependencies": {
"0http": "^2.2.5"
"0http": "^2.3.0"
},
"devDependencies": {
"@hapi/hapi": "^19.1.1",
Expand All @@ -47,10 +47,10 @@
"express": "^4.17.1",
"express-jwt": "^5.3.3",
"fastify": "^2.13.1",
"http-cache-middleware": "^1.3.1",
"http-cache-middleware": "^1.3.2",
"koa": "^2.11.0",
"koa-router": "^8.0.8",
"mocha": "^7.1.1",
"mocha": "^7.1.2",
"morgan": "^1.10.0",
"muneem": "^2.4.5",
"nyc": "^15.0.1",
Expand Down

0 comments on commit d03a0a4

Please sign in to comment.