@loaders.gl/xml
Advanced tools
Comparing version 4.0.0-alpha.22 to 4.0.0-alpha.23
@@ -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.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest'; | ||
var XMLLoader = { | ||
@@ -17,0 +17,0 @@ name: 'XML', |
import { parseXMLSync } from './lib/parsers/parse-xml'; | ||
const VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest'; | ||
export const XMLLoader = { | ||
@@ -4,0 +4,0 @@ name: 'XML', |
@@ -10,3 +10,3 @@ import type { LoaderWithParser } from '@loaders.gl/loader-utils'; | ||
*/ | ||
export declare const HTMLLoader: LoaderWithParser; | ||
export declare const HTMLLoader: LoaderWithParser<any, never, HTMLLoaderOptions>; | ||
//# sourceMappingURL=html-loader.d.ts.map |
{ | ||
"name": "@loaders.gl/xml", | ||
"version": "4.0.0-alpha.22", | ||
"version": "4.0.0-alpha.23", | ||
"description": "Framework-independent loaders for the XML (eXtensible Markup Language) format", | ||
@@ -36,7 +36,7 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.22", | ||
"@loaders.gl/schema": "4.0.0-alpha.22", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.23", | ||
"@loaders.gl/schema": "4.0.0-alpha.23", | ||
"fast-xml-parser": "^4.2.5" | ||
}, | ||
"gitHead": "0da838c506d1275383f2fd3d244d9c72b25397d2" | ||
"gitHead": "e212f2a0c0e342f7cb65ce84fa2ff39f64b7d94b" | ||
} |
@@ -15,3 +15,3 @@ // loaders.gl, MIT license | ||
*/ | ||
export const HTMLLoader: LoaderWithParser = { | ||
export const HTMLLoader: LoaderWithParser<any, never, HTMLLoaderOptions> = { | ||
...XMLLoader, | ||
@@ -18,0 +18,0 @@ name: 'HTML', |
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
594146
+ Added@loaders.gl/loader-utils@4.0.0-alpha.23(transitive)
+ Added@loaders.gl/schema@4.0.0-alpha.23(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.23(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.22(transitive)
- Removed@loaders.gl/schema@4.0.0-alpha.22(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.22(transitive)