Skip to content

Commit

Permalink
v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Apr 27, 2020
1 parent 2fad1c3 commit dc67dd8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k-fastify-gateway",
"version": "2.8.2",
"version": "2.8.3",
"description": "A Node.js API Gateway that just works!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,32 +29,32 @@
"homepage": "https://github.com/jkyberneees/fastify-gateway#readme",
"dependencies": {
"cache-manager": "^3.2.1",
"fastify-reply-from": "^2.0.1",
"fastify-reply-from": "^2.1.0",
"matcher": "^2.1.0",
"ms": "^2.1.2",
"on-http-end": "^1.0.1"
"on-http-end": "^1.0.2"
},
"files": [
"src"
],
"devDependencies": {
"0http": "^2.2.3",
"0http": "^2.3.0",
"axios": "^0.19.2",
"boom": "^7.3.0",
"cache-manager-ioredis": "^1.0.1",
"chai": "^4.2.0",
"cors": "^2.8.5",
"express-jwt": "^5.3.1",
"fastify": "^2.13.0",
"express-jwt": "^5.3.3",
"fastify": "^2.13.1",
"fastify-boom": "^0.1.0",
"helmet": "^3.22.0",
"middleware-if-unless": "^1.2.4",
"mocha": "^7.1.1",
"mocha": "^7.1.2",
"morgan": "^1.10.0",
"nyc": "^15.0.1",
"pm2": "^4.2.3",
"pm2": "^4.4.0",
"response-time": "^2.3.2",
"restana": "^4.3.1",
"restana": "^4.3.4",
"standard": "^14.3.3",
"stream-to-array": "^2.3.0",
"supertest": "^4.0.2"
Expand Down

0 comments on commit dc67dd8

Please sign in to comment.