jmapserver-ng-core-types 2.0.2 → 2.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.
Files changed (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -484,6 +484,7 @@ export interface JMapState {
484
484
  modificationType: JMAP_MODIFICATION_TYPES
485
485
  attributions: JMapAttribution[]
486
486
  rasterOpacityByLayerId: { [id: JId]: number }
487
+ projection: JProjection
487
488
  }
488
489
 
489
490
  export interface JProjectState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapserver-ng-core-types",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "JMap Server specific version of JMap Server NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {