@loaders.gl/xml
Advanced tools
Comparing version 3.3.0-alpha.10 to 3.3.0-alpha.11
@@ -18,3 +18,3 @@ "use strict"; | ||
attributeNamePrefix: '' | ||
}, options)); | ||
}, options === null || options === void 0 ? void 0 : options.xml)); | ||
var parsedXML = parser.parse(text); | ||
@@ -21,0 +21,0 @@ return parsedXML; |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseXml = require("./lib/parse-xml"); | ||
var VERSION = typeof "3.3.0-alpha.10" !== 'undefined' ? "3.3.0-alpha.10" : 'latest'; | ||
var VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest'; | ||
var XMLLoader = { | ||
@@ -14,0 +14,0 @@ name: 'XML', |
@@ -9,3 +9,3 @@ | ||
attributeNamePrefix: '', | ||
...options | ||
...(options === null || options === void 0 ? void 0 : options.xml) | ||
}); | ||
@@ -12,0 +12,0 @@ const parsedXML = parser.parse(text); |
import { parseXML } from './lib/parse-xml'; | ||
const VERSION = typeof "3.3.0-alpha.10" !== 'undefined' ? "3.3.0-alpha.10" : 'latest'; | ||
const VERSION = typeof "3.3.0-alpha.11" !== 'undefined' ? "3.3.0-alpha.11" : 'latest'; | ||
export const XMLLoader = { | ||
@@ -5,0 +5,0 @@ name: 'XML', |
{ | ||
"name": "@loaders.gl/xml", | ||
"version": "3.3.0-alpha.10", | ||
"version": "3.3.0-alpha.11", | ||
"description": "Framework-independent loaders for the XML (eXtensible Markup Language) format", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "3.3.0-alpha.10", | ||
"@loaders.gl/schema": "3.3.0-alpha.10", | ||
"@loaders.gl/loader-utils": "3.3.0-alpha.11", | ||
"@loaders.gl/schema": "3.3.0-alpha.11", | ||
"fast-xml-parser": "^4.0.11" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "53bc8d3f18fbc3445a00f8509038479119895c78" | ||
"gitHead": "1863a8875f63d578c0fdf5bdb3b7d6827f799db9" | ||
} |
@@ -11,3 +11,3 @@ // loaders.gl, MIT license | ||
// parseAttributeValue: true, | ||
...options | ||
...options?.xml | ||
}); | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
457196
+ Added@loaders.gl/loader-utils@3.3.0-alpha.11(transitive)
+ Added@loaders.gl/schema@3.3.0-alpha.11(transitive)
+ Added@loaders.gl/worker-utils@3.3.0-alpha.11(transitive)
- Removed@loaders.gl/loader-utils@3.3.0-alpha.10(transitive)
- Removed@loaders.gl/schema@3.3.0-alpha.10(transitive)
- Removed@loaders.gl/worker-utils@3.3.0-alpha.10(transitive)