jmapcloud-ng-core-types 1.0.2 → 1.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-core-types",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -368,8 +368,6 @@ declare interface JLayerThematic {
368
368
  name: string
369
369
  description: string
370
370
  type: JLAYER_THEMATIC_TYPES
371
- title: string
372
- subTitle: string
373
371
  dynamicLegend: boolean
374
372
  }
375
373