@loaders.gl/xml
Advanced tools
Comparing version 3.4.0-alpha.3 to 3.4.0-alpha.4
@@ -15,3 +15,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 "3.4.0-alpha.3" !== 'undefined' ? "3.4.0-alpha.3" : 'latest'; | ||
var VERSION = typeof "3.4.0-alpha.4" !== 'undefined' ? "3.4.0-alpha.4" : 'latest'; | ||
var XMLLoader = { | ||
@@ -18,0 +18,0 @@ name: 'XML', |
import { fastParseXML } from './lib/parsers/parse-xml'; | ||
import { uncapitalizeKeys } from './lib/xml-utils/uncapitalize'; | ||
const VERSION = typeof "3.4.0-alpha.3" !== 'undefined' ? "3.4.0-alpha.3" : 'latest'; | ||
const VERSION = typeof "3.4.0-alpha.4" !== 'undefined' ? "3.4.0-alpha.4" : 'latest'; | ||
export const XMLLoader = { | ||
@@ -5,0 +5,0 @@ name: 'XML', |
{ | ||
"name": "@loaders.gl/xml", | ||
"version": "3.4.0-alpha.3", | ||
"version": "3.4.0-alpha.4", | ||
"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.4.0-alpha.3", | ||
"@loaders.gl/schema": "3.4.0-alpha.3", | ||
"@loaders.gl/loader-utils": "3.4.0-alpha.4", | ||
"@loaders.gl/schema": "3.4.0-alpha.4", | ||
"fast-xml-parser": "^4.1.3" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "a954528dd1d78a1f128d8f6b07e4baeb7a296924" | ||
"gitHead": "f039a523df8b908a91f26c5ba8c4cfc1924b6140" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
593464
+ Added@loaders.gl/loader-utils@3.4.0-alpha.4(transitive)
+ Added@loaders.gl/schema@3.4.0-alpha.4(transitive)
+ Added@loaders.gl/worker-utils@3.4.0-alpha.4(transitive)
- Removed@loaders.gl/loader-utils@3.4.0-alpha.3(transitive)
- Removed@loaders.gl/schema@3.4.0-alpha.3(transitive)
- Removed@loaders.gl/worker-utils@3.4.0-alpha.3(transitive)