jmapcloud-ng-core-types 1.0.5 → 1.0.6

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
@@ -512,6 +512,7 @@ export interface JMapState {
512
512
  modificationType: JMAP_MODIFICATION_TYPES
513
513
  attributions: JMapAttribution[]
514
514
  rasterOpacityByLayerId: { [id: JId]: number }
515
+ projection: JProjection
515
516
  }
516
517
 
517
518
  export interface JProjectState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-core-types",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {