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