jmapserver-ng-core-types 2.8.2 → 2.8.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": "jmapserver-ng-core-types",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "description": "JMap Server specific version of JMap Server NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -349,6 +349,7 @@ declare interface JLayerAttribute {
349
349
  label: string
350
350
  type: JLAYER_ATTRIBUTE_TYPES
351
351
  attributeStatistics: JLayerAttributeStatistics | null
352
+ formatPattern: string | null
352
353
  }
353
354
 
354
355
  declare interface JLayerAttributeWithStatistics extends JLayerAttribute {