We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15a0a6 commit 444c89aCopy full SHA for 444c89a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-gateway",
3
- "version": "2.5.1",
+ "version": "2.5.2",
4
"description": "A Node.js API Gateway for the masses!",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -30,7 +30,7 @@
30
"@polka/send-type": "^0.5.2",
31
"fast-proxy": "^1.7.0",
32
"http-cache-middleware": "^1.3.5",
33
- "restana": "^4.7.4",
+ "restana": "^4.8.0",
34
"stream-to-array": "^2.3.0"
35
},
36
"files": [
@@ -41,7 +41,8 @@
41
"LICENSE"
42
],
43
"devDependencies": {
44
- "aws-sdk": "^2.758.0",
+ "@types/express": "^4.17.8",
45
+ "aws-sdk": "^2.771.0",
46
"chai": "^4.2.0",
47
"cors": "^2.8.5",
48
"express": "^4.17.1",
0 commit comments