Skip to content

Commit

Permalink
v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Apr 24, 2020
1 parent 78b4f22 commit f8d24c9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restana",
"version": "4.3.2",
"version": "4.3.3",
"description": "Super fast and minimalist web framework for building REST micro-services.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -38,19 +38,18 @@
],
"homepage": "https://github.com/jkyberneees/ana#readme",
"dependencies": {
"0http": "^2.2.4"
"0http": "^2.2.5"
},
"devDependencies": {
"@hapi/hapi": "^18.4.1",
"anumargak": "^2.2.0",
"@hapi/hapi": "^19.1.1",
"chai": "^4.2.0",
"connect-query": "^1.0.0",
"express": "^4.17.1",
"express-jwt": "^5.3.3",
"fastify": "^2.13.1",
"http-cache-middleware": "^1.3.1",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"koa-router": "^8.0.8",
"mocha": "^7.1.1",
"morgan": "^1.10.0",
"muneem": "^2.4.5",
Expand All @@ -63,8 +62,8 @@
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"standard": "^14.3.3",
"supertest": "^3.4.2",
"supertest": "^4.0.2",
"swagger-tools": "^0.10.4",
"winston": "^2.4.4"
"winston": "^3.2.1"
}
}

0 comments on commit f8d24c9

Please sign in to comment.