@loaders.gl/wms
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -15,3 +15,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
var VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
var LERCLoader = { | ||
@@ -18,0 +18,0 @@ id: 'lerc', |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
var VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
var GMLLoader = { | ||
@@ -15,0 +15,0 @@ name: 'GML', |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
var VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
var WCSCapabilitiesLoader = { | ||
@@ -15,0 +15,0 @@ id: 'wcs-capabilities', |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
var VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
var WFSCapabilitiesLoader = { | ||
@@ -15,0 +15,0 @@ id: 'wfs-capabilities', |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
var VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
var WMTSCapabilitiesLoader = { | ||
@@ -15,0 +15,0 @@ id: 'wmts-capabilities', |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
var VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
var WMSCapabilitiesLoader = { | ||
@@ -15,0 +15,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.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
var VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
var WMSErrorLoader = { | ||
@@ -17,0 +17,0 @@ id: 'wms-error', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
const VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
export const LERCLoader = { | ||
@@ -8,0 +8,0 @@ id: 'lerc', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
const VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
export const GMLLoader = { | ||
@@ -8,0 +8,0 @@ name: 'GML', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
const VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
export const WCSCapabilitiesLoader = { | ||
@@ -8,0 +8,0 @@ id: 'wcs-capabilities', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
const VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
export const WFSCapabilitiesLoader = { | ||
@@ -8,0 +8,0 @@ id: 'wfs-capabilities', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
const VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
export const WMTSCapabilitiesLoader = { | ||
@@ -8,0 +8,0 @@ id: 'wmts-capabilities', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
const VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
export const WMSCapabilitiesLoader = { | ||
@@ -8,0 +8,0 @@ id: 'wms-capabilities', |
@@ -5,3 +5,3 @@ | ||
const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest'; | ||
const VERSION = typeof "3.3.2" !== 'undefined' ? "3.3.2" : 'latest'; | ||
export const WMSErrorLoader = { | ||
@@ -8,0 +8,0 @@ id: 'wms-error', |
{ | ||
"name": "@loaders.gl/wms", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"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.3.1", | ||
"@loaders.gl/loader-utils": "3.3.1", | ||
"@loaders.gl/schema": "3.3.1", | ||
"@loaders.gl/xml": "3.3.1", | ||
"@loaders.gl/images": "3.3.2", | ||
"@loaders.gl/loader-utils": "3.3.2", | ||
"@loaders.gl/schema": "3.3.2", | ||
"@loaders.gl/xml": "3.3.2", | ||
"@turf/rewind": "^5.1.5", | ||
@@ -54,3 +54,3 @@ "deep-strict-equal": "^0.2.0", | ||
}, | ||
"gitHead": "51632b5948e496a4b75e970030ad7579650c129d" | ||
"gitHead": "a37b0af509ca05468aec6e5667d6a427b9c15d29" | ||
} |
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
43
+ Added@loaders.gl/images@3.3.2(transitive)
+ Added@loaders.gl/loader-utils@3.3.2(transitive)
+ Added@loaders.gl/schema@3.3.2(transitive)
+ Added@loaders.gl/worker-utils@3.3.2(transitive)
+ Added@loaders.gl/xml@3.3.2(transitive)
- Removed@loaders.gl/images@3.3.1(transitive)
- Removed@loaders.gl/loader-utils@3.3.1(transitive)
- Removed@loaders.gl/schema@3.3.1(transitive)
- Removed@loaders.gl/worker-utils@3.3.1(transitive)
- Removed@loaders.gl/xml@3.3.1(transitive)
Updated@loaders.gl/images@3.3.2
Updated@loaders.gl/schema@3.3.2
Updated@loaders.gl/xml@3.3.2