solr-proxy
Advanced tools
Comparing version 6.0.1 to 7.0.0
const httpProxy = require('http-proxy') | ||
const extend = require('xtend') | ||
const debug = require('debug')('solr-proxy') | ||
// To enable verbose logging, set environment variable: | ||
// | ||
// $ NODE_DEBUG=solr-proxy solr-proxy | ||
const debug = require('util').debuglog('solr-proxy') | ||
/* | ||
@@ -64,2 +68,3 @@ * Returns true if the request satisfies the following conditions: | ||
const createServer = function (options) { | ||
debug('Creating server with options: %j', options) | ||
const proxy = httpProxy.createProxyServer({ target: options.backend }) | ||
@@ -66,0 +71,0 @@ |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "6.0.1", | ||
"version": "7.0.0", | ||
"author": "Rich Trott <rtrott@gmail.com>", | ||
@@ -33,3 +33,2 @@ "bugs": { | ||
"dependencies": { | ||
"debug": "^4.1.1", | ||
"http-proxy": "^1.18.1", | ||
@@ -42,6 +41,6 @@ "minimist": "^1.2.0", | ||
"@hapi/lab": "^24.1.0", | ||
"@semantic-release/changelog": "^6.0.0", | ||
"@semantic-release/git": "^10.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"dependency-check": "^4.1.0", | ||
"semantic-release": "^18.0.0", | ||
"semantic-release": "^19.0.1", | ||
"standard": "^16.0.0" | ||
@@ -48,0 +47,0 @@ }, |
11590
3
166
- Removeddebug@^4.1.1
- Removeddebug@4.4.0(transitive)
- Removedms@2.1.3(transitive)