xml-toolkit 1.0.55 → 1.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,7 +111,7 @@ const XMLMarshaller = class {
111
111
 
112
112
  if (data [XSI_TYPE]) {
113
113
  let d = {}; for (let k in data) d [k] = data [k]
114
- this.appendElementBody (this.schema.get (data [XSI_TYPE]), d)
114
+ this.appendContent (this.schema.getType (data [XSI_TYPE]), d)
115
115
  }
116
116
 
117
117
  if (type) return this.appendContent (this.xs.getType (type), data)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xml-toolkit",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "XML parser, marshaller, SOAP adapter",
5
5
  "main": "index.js",
6
6
  "files": [