fastify-vhost
Advanced tools
Comparing version
{ | ||
"name": "fastify-vhost", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Proxy subdomain http requests to another server", | ||
@@ -13,12 +13,12 @@ "main": "./lib", | ||
"dependencies": { | ||
"fastify": "^3.17.0", | ||
"fastify-plugin": "^3.0.0", | ||
"fastify": "^3.29.4", | ||
"fastify-plugin": "^3.0.1", | ||
"http-proxy": "^1.18.1" | ||
}, | ||
"devDependencies": { | ||
"fastify-multipart": "^5.3.0", | ||
"fastify-multipart": "^5.4.0", | ||
"pump": "^3.0.0", | ||
"request": "^2.88.2", | ||
"request-promise-native": "^1.0.9", | ||
"tap": "^16.0.1" | ||
"tap": "^16.3.2" | ||
}, | ||
@@ -25,0 +25,0 @@ "repository": { |
Updated
Updated