Comparing version 1.2.2 to 1.2.3
@@ -107,3 +107,3 @@ 'use strict'; | ||
bodymaker.boundary = function() { | ||
bodymaker.prototype.boundary = function() { | ||
var hash = crypto.createHash('md5'); | ||
@@ -110,0 +110,0 @@ hash.update(`${Date.now()}-${Math.random()}`); |
{ | ||
"name": "gohttp", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "http client for HTTP/1.1", | ||
@@ -5,0 +5,0 @@ "main": "httpcli.js", |
18741