@loaders.gl/wms
Advanced tools
Comparing version 4.0.0-beta.2 to 4.0.0-beta.3
@@ -46,3 +46,3 @@ import type { DataSourceProps } from '@loaders.gl/loader-utils'; | ||
export declare class CSWService extends DataSource<CSWServiceProps> { | ||
static type: 'csw'; | ||
static readonly type = "csw"; | ||
static testURL: (url: string) => boolean; | ||
@@ -49,0 +49,0 @@ capabilities: CSWCapabilities | null; |
{ | ||
"name": "@loaders.gl/wms", | ||
"version": "4.0.0-beta.2", | ||
"version": "4.0.0-beta.3", | ||
"description": "Framework-independent loaders for the WMS (Web Map Service) standard", | ||
"license": "MIT", | ||
"type": "module", | ||
"publishConfig": { | ||
@@ -28,4 +29,11 @@ "access": "public" | ||
"types": "dist/index.d.ts", | ||
"main": "dist/es5/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -38,11 +46,11 @@ "files": [ | ||
"scripts": { | ||
"pre-build": "npm run build-bundle", | ||
"build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js" | ||
"pre-build": "npm run build-bundle && npm run build-bundle -- --env=dev", | ||
"build-bundle": "ocular-bundle ./src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/images": "4.0.0-beta.2", | ||
"@loaders.gl/loader-utils": "4.0.0-beta.2", | ||
"@loaders.gl/schema": "4.0.0-beta.2", | ||
"@loaders.gl/xml": "4.0.0-beta.2", | ||
"@loaders.gl/images": "4.0.0-beta.3", | ||
"@loaders.gl/loader-utils": "4.0.0-beta.3", | ||
"@loaders.gl/schema": "4.0.0-beta.3", | ||
"@loaders.gl/xml": "4.0.0-beta.3", | ||
"@turf/rewind": "^5.1.5", | ||
@@ -52,3 +60,3 @@ "deep-strict-equal": "^0.2.0", | ||
}, | ||
"gitHead": "79c2033f755e88e11bc30a04428e3666b177b8fc" | ||
"gitHead": "7ba9621cc51c7a26c407086ac86171f35b8712af" | ||
} |
@@ -66,3 +66,3 @@ // loaders.gl, MIT license | ||
export class CSWService extends DataSource<CSWServiceProps> { | ||
static type: 'csw' = 'csw'; | ||
static readonly type = 'csw'; | ||
static testURL = (url: string): boolean => url.toLowerCase().includes('csw'); | ||
@@ -69,0 +69,0 @@ |
@@ -366,2 +366,3 @@ // loaders.gl, MIT license | ||
): string { | ||
wmsParameters = this._getWMS130Parameters(wmsParameters); | ||
const options: Required<WMSGetFeatureInfoParameters> = { | ||
@@ -368,0 +369,0 @@ version: this.wmsParameters.version, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
9
Yes
737162
204
12342
+ Added@loaders.gl/images@4.0.0-beta.3(transitive)
+ Added@loaders.gl/loader-utils@4.0.0-beta.3(transitive)
+ Added@loaders.gl/schema@4.0.0-beta.3(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-beta.3(transitive)
+ Added@loaders.gl/xml@4.0.0-beta.3(transitive)
- Removed@loaders.gl/images@4.0.0-beta.2(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-beta.2(transitive)
- Removed@loaders.gl/schema@4.0.0-beta.2(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-beta.2(transitive)
- Removed@loaders.gl/xml@4.0.0-beta.2(transitive)
Updated@loaders.gl/xml@4.0.0-beta.3