saucelabs
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -288,5 +288,3 @@ var https = require('https'); | ||
} | ||
console.log(datetime_string); | ||
} | ||
console.log(self.options.username + ':' + self.options.password + (datetime_string ? ':' + datetime_string : '')); | ||
var hash = crypto.createHmac('md5', self.options.username + ':' + self.options.password + (datetime_string ? ':' + datetime_string : '')).update(id).digest('hex'); | ||
@@ -293,0 +291,0 @@ url += '?auth=' + hash; |
@@ -5,3 +5,3 @@ { | ||
"description": "A wrapper around Saucelabs REST API", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"homepage": "https://github.com/holidayextras/node-saucelabs", | ||
@@ -8,0 +8,0 @@ "repository": { |
14995
305