Comparing version 0.0.6 to 0.0.7
exports.ServiceSync = require('./service.gen.sync'); | ||
exports.Api = require('./service.api'); | ||
exports.version = '0.0.6'; | ||
exports.version = '0.0.7'; |
@@ -106,2 +106,7 @@ /*jshint loopfunc: true */ | ||
break; | ||
case "HEAD": | ||
call[services[sKey][m]] = function(options) { | ||
return self.httpRequest(this, "HEAD", options); | ||
}; | ||
break; | ||
case "PATCH": | ||
@@ -108,0 +113,0 @@ call[services[sKey][m]] = function(options) { |
{ | ||
"name": "bluecat", | ||
"version": "0.0.6", | ||
"description": "REST API test framework in nodejs", | ||
"version": "0.0.7", | ||
"description": "REST API test framework in Nodejs", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type" : "git", |
14404
368