Comparing version 1.0.5 to 1.0.6
@@ -70,3 +70,3 @@ var xml2js = require('xml2js'); | ||
if (obj.resourceType == 'feed') { | ||
delete obj.resourceType; | ||
obj.resourceType = 'Bundle'; | ||
obj = xmlParser.PopulateBundle(obj, result[i]); | ||
@@ -73,0 +73,0 @@ } else { |
{ | ||
"name": "fhir", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Node.JS library for serializing/deserializing FHIR resources between JS/JSON and XML using various node.js XML libraries", | ||
@@ -5,0 +5,0 @@ "readme": "README.md", |
3864943