jmapcloud-ng-types 2.0.10-qa.10 → 2.0.10-qa.11

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 +0 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -49,7 +49,6 @@ export interface JAppFeatureState {
49
49
  }
50
50
 
51
51
  export interface JAppProjectState {
52
- urlExist: boolean
53
52
  showProjectList: boolean
54
53
  presentationShowOnOpen: boolean
55
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-types",
3
- "version": "2.0.10-qa.10",
3
+ "version": "2.0.10-qa.11",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG types and interfaces",
5
5
  "main": "src/app.ts",
6
6
  "types": "ambient.d.ts",