Skip to content

Commit a466492

Browse files
committed
v1.3.0 -> improving caching support
1 parent 71bac63 commit a466492

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

package-lock.json

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-gateway",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"description": "A Node.js API Gateway for the masses!",
55
"main": "index.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/jkyberneees/fast-gateway#readme",
2828
"dependencies": {
2929
"fast-proxy": "^1.1.2",
30-
"http-cache-middleware": "^1.1.1",
30+
"http-cache-middleware": "^1.2.0",
3131
"restana": "^3.2.2",
3232
"stream-to-array": "^2.3.0"
3333
},

0 commit comments

Comments
 (0)