cde-gateway
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -497,4 +497,11 @@ var request = require('request'); | ||
for (var i = 0; i < arrayLength; i++) { | ||
credentialJSON.result.hosts[i].host = ip; | ||
var hostsObj = credentialJSON.result.hosts[i]; | ||
var originalIp = JSON.parse(JSON.stringify(hostsObj.host)); | ||
if (!hostsObj._host) { | ||
hostsObj._host = originalIp; | ||
} | ||
hostsObj.host = ip; | ||
} | ||
return JSON.stringify(credentialJSON); | ||
@@ -501,0 +508,0 @@ }; |
{ | ||
"name": "cde-gateway", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "CDE Gateway", | ||
@@ -23,4 +23,3 @@ "contributors": [ | ||
"moment": "2.10.3", | ||
"node-dir": "0.1.8", | ||
"terminator": "0.0.1" | ||
"node-dir": "0.1.8" | ||
}, | ||
@@ -27,0 +26,0 @@ "license": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
10
184479
- Removedterminator@0.0.1
- Removedterminator@0.0.1(transitive)