Comparing version 1.0.4 to 1.0.5
@@ -8,9 +8,9 @@ { | ||
}, | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "./src/easysoap.js", | ||
"dependencies": { | ||
"request": "^2.65.0", | ||
"request": "^2.69.0", | ||
"underscore": "^1.8.3", | ||
"xmldoc": "^0.3.2", | ||
"wsdlrdr": "^0.3.7" | ||
"xmldoc": "^0.4.0", | ||
"wsdlrdr": "^0.3.8" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
@@ -87,3 +87,3 @@ (function() { | ||
// array value given, then create item for every value | ||
if (_.isArray(value) && !_.isObject(value)) { | ||
if (_.isArray(value)) { | ||
return _.map(value, | ||
@@ -90,0 +90,0 @@ (valueItem) => getParamAsString(valueItem, name, paramData, attributes) |
@@ -239,3 +239,2 @@ (function() { | ||
})(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33484
- Removedxmldoc@0.3.2(transitive)
Updatedrequest@^2.69.0
Updatedwsdlrdr@^0.3.8
Updatedxmldoc@^0.4.0