@rea-jet/rea-xml2js
Advanced tools
Comparing version 3.2.0-rc0 to 3.2.0-rc1
@@ -83,3 +83,3 @@ var fastXmlParser = require('@rea-jet/fast-xml-parser'); | ||
const xml = parser.parse(json); | ||
return res(opts.xmldesc ? `${XML_HEADER}$xml}` : xml); | ||
return res(opts.xmldesc ? `${XML_HEADER}${xml}` : xml); | ||
}); | ||
@@ -86,0 +86,0 @@ } |
{ | ||
"name": "@rea-jet/rea-xml2js", | ||
"version": "3.2.0-rc0", | ||
"version": "3.2.0-rc1", | ||
"description": "REA bidirectional XML to JSON converter", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18694