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 d97e648 commit cb3f3d1Copy full SHA for cb3f3d1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-gateway",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "A Node.js API Gateway for the masses!",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -28,7 +28,7 @@
28
"homepage": "https://github.com/jkyberneees/fast-gateway#readme",
29
"dependencies": {
30
"@polka/send-type": "^0.5.2",
31
- "fast-proxy-lite": "^1.0.1",
+ "fast-proxy-lite": "^1.0.2",
32
"http-cache-middleware": "^1.3.8",
33
"restana": "^4.9.2",
34
"stream-to-array": "^2.3.0"
0 commit comments