@loaders.gl/xml
Advanced tools
Comparing version 4.1.0-alpha.8 to 4.1.0-alpha.9
import { parseXMLSync } from "./lib/parsers/parse-xml.js"; | ||
const VERSION = typeof "4.1.0-alpha.8" !== 'undefined' ? "4.1.0-alpha.8" : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.9" !== 'undefined' ? "4.1.0-alpha.9" : 'latest'; | ||
export const XMLLoader = { | ||
@@ -4,0 +4,0 @@ name: 'XML', |
{ | ||
"name": "@loaders.gl/xml", | ||
"version": "4.1.0-alpha.8", | ||
"version": "4.1.0-alpha.9", | ||
"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.8", | ||
"@loaders.gl/schema": "4.1.0-alpha.8", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.9", | ||
"@loaders.gl/schema": "4.1.0-alpha.9", | ||
"fast-xml-parser": "^4.2.5" | ||
}, | ||
"gitHead": "144bb2f0788b5495541d1b5f7276b02ee70bf6d5" | ||
"gitHead": "0291d4d78d71202385d0368942f84778d6aafa82" | ||
} |
Sorry, the diff of this file is too big to display
+ Added@loaders.gl/loader-utils@4.1.0-alpha.9(transitive)
+ Added@loaders.gl/schema@4.1.0-alpha.9(transitive)
+ Added@loaders.gl/worker-utils@4.1.0-alpha.9(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.8(transitive)
- Removed@loaders.gl/schema@4.1.0-alpha.8(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.8(transitive)