@loaders.gl/wms
Advanced tools
Comparing version 3.4.4 to 3.4.5
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseCswCapabilities = require("./lib/parsers/csw/parse-csw-capabilities"); | ||
var VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
var CSWCapabilitiesLoader = { | ||
@@ -14,0 +14,0 @@ id: 'csw-capabilities', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseCswDomain = require("./lib/parsers/csw/parse-csw-domain"); | ||
var VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
var CSWDomainLoader = { | ||
@@ -14,0 +14,0 @@ id: 'csw-domain', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseCswRecords = require("./lib/parsers/csw/parse-csw-records"); | ||
var VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
var CSWRecordsLoader = { | ||
@@ -14,0 +14,0 @@ id: 'csw-records', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseGml = require("./lib/parsers/gml/parse-gml"); | ||
var VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
var GMLLoader = { | ||
@@ -14,0 +14,0 @@ name: 'GML', |
@@ -14,3 +14,3 @@ "use strict"; | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
var VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
var LERCLoader = { | ||
@@ -17,0 +17,0 @@ id: 'lerc', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseWcsCapabilities = require("./lib/wcs/parse-wcs-capabilities"); | ||
var VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
var WCSCapabilitiesLoader = { | ||
@@ -14,0 +14,0 @@ id: 'wcs-capabilities', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseWfsCapabilities = require("./lib/wfs/parse-wfs-capabilities"); | ||
var VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
var WFSCapabilitiesLoader = { | ||
@@ -14,0 +14,0 @@ id: 'wfs-capabilities', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseWmtsCapabilities = require("./lib/wmts/parse-wmts-capabilities"); | ||
var VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
var WMTSCapabilitiesLoader = { | ||
@@ -14,0 +14,0 @@ id: 'wmts-capabilities', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _parseWmsCapabilities = require("./lib/parsers/wms/parse-wms-capabilities"); | ||
var VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
var WMSCapabilitiesLoader = { | ||
@@ -14,0 +14,0 @@ id: 'wms-capabilities', |
@@ -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 "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
var VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
var WMSErrorLoader = { | ||
@@ -17,0 +17,0 @@ id: 'wms-error', |
import { parseCSWCapabilities } from './lib/parsers/csw/parse-csw-capabilities'; | ||
const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
export const CSWCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'csw-capabilities', |
import { parseCSWDomain } from './lib/parsers/csw/parse-csw-domain'; | ||
const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
export const CSWDomainLoader = { | ||
@@ -4,0 +4,0 @@ id: 'csw-domain', |
import { parseCSWRecords } from './lib/parsers/csw/parse-csw-records'; | ||
const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
export const CSWRecordsLoader = { | ||
@@ -4,0 +4,0 @@ id: 'csw-records', |
import { parseGML } from './lib/parsers/gml/parse-gml'; | ||
const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
export const GMLLoader = { | ||
@@ -4,0 +4,0 @@ name: 'GML', |
import * as Lerc from 'lerc'; | ||
const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
export const LERCLoader = { | ||
@@ -4,0 +4,0 @@ id: 'lerc', |
import { parseWCSCapabilities } from './lib/wcs/parse-wcs-capabilities'; | ||
const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
export const WCSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wcs-capabilities', |
import { parseWFSCapabilities } from './lib/wfs/parse-wfs-capabilities'; | ||
const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
export const WFSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wfs-capabilities', |
import { parseWMTSCapabilities } from './lib/wmts/parse-wmts-capabilities'; | ||
const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
export const WMTSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wmts-capabilities', |
import { parseWMSCapabilities } from './lib/parsers/wms/parse-wms-capabilities'; | ||
const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
export const WMSCapabilitiesLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wms-capabilities', |
import { parseWMSError } from './lib/parsers/wms/parse-wms-error'; | ||
const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest'; | ||
const VERSION = typeof "3.4.5" !== 'undefined' ? "3.4.5" : 'latest'; | ||
export const WMSErrorLoader = { | ||
@@ -4,0 +4,0 @@ id: 'wms-error', |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports._typecheckWMTSCapabilitiesLoader = exports.WMTSCapabilitiesLoader = void 0; | ||
// import type {WMTSCapabilities} from './lib/wmts/parse-wmts-capabilities.js'; | ||
// import type {WMTSCapabilities} from './lib/wmts/parse-wmts-capabilities'; | ||
const parse_wmts_capabilities_1 = require("./lib/wmts/parse-wmts-capabilities"); | ||
@@ -8,0 +8,0 @@ // __VERSION__ is injected by babel-plugin-version-inline |
{ | ||
"name": "@loaders.gl/wms", | ||
"version": "3.4.4", | ||
"version": "3.4.5", | ||
"description": "Framework-independent loaders for the WMS (Web Map Service) standard", | ||
@@ -42,6 +42,6 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/images": "3.4.4", | ||
"@loaders.gl/loader-utils": "3.4.4", | ||
"@loaders.gl/schema": "3.4.4", | ||
"@loaders.gl/xml": "3.4.4", | ||
"@loaders.gl/images": "3.4.5", | ||
"@loaders.gl/loader-utils": "3.4.5", | ||
"@loaders.gl/schema": "3.4.5", | ||
"@loaders.gl/xml": "3.4.5", | ||
"@turf/rewind": "^5.1.5", | ||
@@ -54,3 +54,3 @@ "deep-strict-equal": "^0.2.0", | ||
}, | ||
"gitHead": "20f682f11c437189adac7e0ee8a4e2aca1c57d94" | ||
"gitHead": "3d2f9c2792182d8f9bc23b5137f5a69cf14f4722" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1258967
+ Added@loaders.gl/images@3.4.5(transitive)
+ Added@loaders.gl/loader-utils@3.4.5(transitive)
+ Added@loaders.gl/schema@3.4.5(transitive)
+ Added@loaders.gl/worker-utils@3.4.5(transitive)
+ Added@loaders.gl/xml@3.4.5(transitive)
- Removed@loaders.gl/images@3.4.4(transitive)
- Removed@loaders.gl/loader-utils@3.4.4(transitive)
- Removed@loaders.gl/schema@3.4.4(transitive)
- Removed@loaders.gl/worker-utils@3.4.4(transitive)
- Removed@loaders.gl/xml@3.4.4(transitive)
Updated@loaders.gl/images@3.4.5
Updated@loaders.gl/schema@3.4.5
Updated@loaders.gl/xml@3.4.5