From a5d88aaacc209bdceaf0799e99ff82bdce1bdc10 Mon Sep 17 00:00:00 2001 From: indexzero Date: Wed, 13 Apr 2011 17:24:22 -0400 Subject: [PATCH] [dist] Version bump. 0.4.2. Remove `eyes` dependency. --- docs/node-http-proxy.html | 3 +-- lib/node-http-proxy.js | 5 ++--- package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/node-http-proxy.html b/docs/node-http-proxy.html index 6817cf0..2bbe638 100644 --- a/docs/node-http-proxy.html +++ b/docs/node-http-proxy.html @@ -25,12 +25,11 @@ */ var util = require('util'), - eyes = require('eyes'), http = require('http'), events = require('events'), winston = require('winston'), ProxyTable = require('./proxy-table').ProxyTable, - maxSockets = 100;

Version 0.4.1

exports.version = [0, 4, 1];

function _getAgent (host, port)

+ maxSockets = 100;

Version 0.4.2

exports.version = [0, 4, 2];

function _getAgent (host, port)

@host {string} Host of the agent to get

diff --git a/lib/node-http-proxy.js b/lib/node-http-proxy.js index 29f185a..001f181 100644 --- a/lib/node-http-proxy.js +++ b/lib/node-http-proxy.js @@ -25,7 +25,6 @@ */ var util = require('util'), - eyes = require('eyes'), http = require('http'), events = require('events'), winston = require('winston'), @@ -33,9 +32,9 @@ var util = require('util'), maxSockets = 100; // -// ### Version 0.4.1 +// ### Version 0.4.2 // -exports.version = [0, 4, 1]; +exports.version = [0, 4, 2]; // // ### function _getAgent (host, port) diff --git a/package.json b/package.json index 27f08ea..22e59c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "http-proxy", "description": "A full-featured http reverse proxy for node.js", - "version": "0.4.1", + "version": "0.4.2", "author": "Charlie Robbins ", "contributors": [ { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },