Skip to content

Commit

Permalink
v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Apr 16, 2020
1 parent e8d3d0c commit 78b4f22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restana",
"version": "4.3.1",
"version": "4.3.2",
"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.2.3"
"0http": "^2.2.4"
},
"devDependencies": {
"@hapi/hapi": "^18.4.1",
"anumargak": "^2.2.0",
"chai": "^4.2.0",
"connect-query": "^1.0.0",
"express": "^4.17.1",
"express-jwt": "^5.3.1",
"fastify": "^2.13.0",
"http-cache-middleware": "^1.3.0",
"express-jwt": "^5.3.3",
"fastify": "^2.13.1",
"http-cache-middleware": "^1.3.1",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"mocha": "^7.1.1",
Expand Down

0 comments on commit 78b4f22

Please sign in to comment.