Comparing version 4.1.0-beta5 to 4.1.0-beta6
@@ -95,3 +95,3 @@ 'use strict' | ||
hiiproxy.checkConfig = function (tmp) { | ||
hiiproxy.prototype.checkConfig = function (tmp) { | ||
@@ -98,0 +98,0 @@ if (typeof tmp !== 'object' || (tmp instanceof Array) ) { |
{ | ||
"name": "gohttp", | ||
"version": "4.1.0-beta5", | ||
"version": "4.1.0-beta6", | ||
"description": "http & https client for HTTP/1.1 and HTTP/2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
82161