@loaders.gl/xml
Advanced tools
Comparing version 4.0.0-alpha.12 to 4.0.0-alpha.13
@@ -14,3 +14,3 @@ "use strict"; | ||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } | ||
var VERSION = typeof "4.0.0-alpha.12" !== 'undefined' ? "4.0.0-alpha.12" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.13" !== 'undefined' ? "4.0.0-alpha.13" : 'latest'; | ||
var XMLLoader = { | ||
@@ -17,0 +17,0 @@ name: 'XML', |
import { parseXMLSync } from './lib/parsers/parse-xml'; | ||
const VERSION = typeof "4.0.0-alpha.12" !== 'undefined' ? "4.0.0-alpha.12" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.13" !== 'undefined' ? "4.0.0-alpha.13" : 'latest'; | ||
export const XMLLoader = { | ||
@@ -4,0 +4,0 @@ name: 'XML', |
@@ -1439,3 +1439,3 @@ "use strict"; | ||
} | ||
exports.SAXParser = SAXParser; | ||
SAXParser.ENTITIES = exports.ENTITIES; | ||
exports.SAXParser = SAXParser; |
{ | ||
"name": "@loaders.gl/xml", | ||
"version": "4.0.0-alpha.12", | ||
"version": "4.0.0-alpha.13", | ||
"description": "Framework-independent loaders for the XML (eXtensible Markup Language) format", | ||
@@ -36,5 +36,5 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.12", | ||
"@loaders.gl/schema": "4.0.0-alpha.12", | ||
"fast-xml-parser": "^4.1.3" | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.13", | ||
"@loaders.gl/schema": "4.0.0-alpha.13", | ||
"fast-xml-parser": "^4.2.5" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "42dfc47a41e3e6089eec22a1e1d4f3387e0cb6e9" | ||
"gitHead": "32421ea66db35040f1026be734a7ec9f905ecab7" | ||
} |
Sorry, the diff of this file is too big to display
594034
10256
+ Added@loaders.gl/loader-utils@4.0.0-alpha.13(transitive)
+ Added@loaders.gl/schema@4.0.0-alpha.13(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.13(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.12(transitive)
- Removed@loaders.gl/schema@4.0.0-alpha.12(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.12(transitive)
Updatedfast-xml-parser@^4.2.5