@loaders.gl/xml
Advanced tools
Comparing version 4.1.0-alpha.5 to 4.1.0-alpha.6
import { parseXMLSync } from "./lib/parsers/parse-xml.js"; | ||
const VERSION = typeof "4.1.0-alpha.5" !== 'undefined' ? "4.1.0-alpha.5" : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.6" !== 'undefined' ? "4.1.0-alpha.6" : 'latest'; | ||
export const XMLLoader = { | ||
@@ -4,0 +4,0 @@ name: 'XML', |
{ | ||
"name": "@loaders.gl/xml", | ||
"version": "4.1.0-alpha.5", | ||
"version": "4.1.0-alpha.6", | ||
"description": "Framework-independent loaders for the XML (eXtensible Markup Language) format", | ||
@@ -44,7 +44,7 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.5", | ||
"@loaders.gl/schema": "4.1.0-alpha.5", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.6", | ||
"@loaders.gl/schema": "4.1.0-alpha.6", | ||
"fast-xml-parser": "^4.2.5" | ||
}, | ||
"gitHead": "3250842d8cc0fc8b76a575168c1fd57e5a66b6ba" | ||
"gitHead": "fd58d91e05ebfd89ab8998a87157bf07c43997a5" | ||
} |
Sorry, the diff of this file is too big to display
+ Added@loaders.gl/loader-utils@4.1.0-alpha.6(transitive)
+ Added@loaders.gl/schema@4.1.0-alpha.6(transitive)
+ Added@loaders.gl/worker-utils@4.1.0-alpha.6(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.5(transitive)
- Removed@loaders.gl/schema@4.1.0-alpha.5(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.5(transitive)