Comparing version 1.0.4 to 1.0.5
@@ -130,3 +130,3 @@ var child_process = require('child_process'); | ||
Node.prototype.parsePort = function (message) { | ||
var matches = message.match(/publish_address\s*\{[a-zA-Z\[]*\/(\d+\.\d+\.\d+\.\d+):(\d+)\]?\}/); | ||
var matches = message.match(/publish_address\s*\{[^\}]*?(\d+\.\d+\.\d+\.\d+):(\d+)[^\}]*\}/i); | ||
if (matches) { | ||
@@ -133,0 +133,0 @@ this.address = matches[1]; |
{ | ||
"name": "libesvm", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "libesvm is a library for managning an Elasticsearch process for development and testing.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
50251