doofinder
Advanced tools
Comparing version 4.1.18 to 4.1.19
{ | ||
"name": "doofinder", | ||
"description": "Javascript Library for Doofinder Search API", | ||
"version": "4.1.18", | ||
"version": "4.1.19", | ||
"main": "dist/doofinder.js", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -522,5 +522,5 @@ | ||
if (this.secured) { | ||
return httpsLib.request(options, this.__processResponse(callback)); | ||
return httpsLib.get(options, this.__processResponse(callback)); | ||
} else { | ||
return httpLib.request(options, this.__processResponse(callback)); | ||
return httpLib.get(options, this.__processResponse(callback)); | ||
} | ||
@@ -527,0 +527,0 @@ }; |
@@ -11,3 +11,3 @@ (function() { | ||
module.exports = { | ||
version: "4.1.18", | ||
version: "4.1.19", | ||
Client: require("./client"), | ||
@@ -14,0 +14,0 @@ Mustache: require("mustache"), |
{ | ||
"name": "doofinder", | ||
"version": "4.1.18", | ||
"version": "4.1.19", | ||
"description": "Javascript Library for Doofinder Search API", | ||
@@ -5,0 +5,0 @@ "main": "lib/doofinder.js", |
Sorry, the diff of this file is too big to display
401109
8585