Skip to content

Commit 7ad608d

Browse files
committed
v1.2.0
1 parent 1ebd99f commit 7ad608d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

package-lock.json

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-gateway",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "A Node.js API Gateway for the masses!",
55
"main": "index.js",
66
"scripts": {
@@ -28,7 +28,8 @@
2828
"dependencies": {
2929
"fast-proxy": "^1.1.2",
3030
"http-cache-middleware": "^1.0.0",
31-
"restana": "^3.1.1"
31+
"restana": "^3.1.1",
32+
"stream-to-array": "^2.3.0"
3233
},
3334
"devDependencies": {
3435
"chai": "^4.2.0",

0 commit comments

Comments
 (0)