jmapserver-ng-core-types 2.2.0 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { Feature, FeatureCollection, LineString, MultiLineString, Point, Polygon } from "geojson"
2
- import { Map } from "maplibre-gl"
3
2
  import { Store } from "redux"
4
3
 
5
4
  export interface JCoreService extends JCoreMainService {
@@ -653,7 +652,7 @@ export interface JMapService {
653
652
  Selection: JMapSelectionService
654
653
  Basemap: JMapBasemapService
655
654
  Attribution: JMapAttributionService
656
- getMap(): Map
655
+ getMap(): maplibregl.Map
657
656
  getMapJSLib(): any
658
657
  getDomContainerId(): string
659
658
  getAllDistanceUnits(): JMAP_DISTANCE_UNITS[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapserver-ng-core-types",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "JMap Server specific version of JMap Server NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -28,12 +28,12 @@
28
28
  },
29
29
  "homepage": "https://github.com/k2geospatial/jmapserver-ng-core-types#readme",
30
30
  "devDependencies": {
31
- "typedoc": "^0.24.8"
31
+ "typedoc": "^0.25.13"
32
32
  },
33
33
  "dependencies": {
34
- "@types/geojson": "^7946.0.7",
34
+ "@types/geojson": "^7946.0.14",
35
35
  "geojson": "^0.5.0",
36
- "maplibre-gl": "^3.2.1",
37
- "redux": "^4.0.0"
36
+ "maplibre-gl": "^4.3.0",
37
+ "redux": "^5.0.1"
38
38
  }
39
39
  }