Skip to content

Commit

Permalink
v4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed May 19, 2020
1 parent bd143b3 commit e6d1d2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restana",
"version": "4.3.4",
"version": "4.3.5",
"description": "Super fast and minimalist web framework for building REST micro-services.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -38,17 +38,17 @@
],
"homepage": "https://github.com/jkyberneees/ana#readme",
"dependencies": {
"0http": "^2.3.0"
"0http": "^2.4.0"
},
"devDependencies": {
"@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.2",
"koa": "^2.11.0",
"fastify": "^2.14.1",
"http-cache-middleware": "^1.3.5",
"koa": "^2.12.0",
"koa-router": "^8.0.8",
"mocha": "^7.1.2",
"morgan": "^1.10.0",
Expand All @@ -61,7 +61,7 @@
"serve-static": "^1.14.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"standard": "^14.3.3",
"standard": "^14.3.4",
"supertest": "^4.0.2",
"swagger-tools": "^0.10.4",
"winston": "^3.2.1"
Expand Down

0 comments on commit e6d1d2a

Please sign in to comment.