jmapcloud-ng-types 1.1.10 → 1.1.14

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/package.json +1 -1
  2. package/public/app.d.ts +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-types",
3
- "version": "1.1.10",
3
+ "version": "1.1.14",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG types and interfaces",
5
5
  "main": "src/app.ts",
6
6
  "scripts": {
package/public/app.d.ts CHANGED
@@ -1,4 +1,7 @@
1
- declare namespace JMap {
1
+ export {}
2
+
3
+ declare global {
4
+ namespace JMap {
2
5
  /**
3
6
  * **JMap.Application**
4
7
  *
@@ -3484,3 +3487,5 @@ declare namespace JMap {
3484
3487
  }
3485
3488
  }
3486
3489
  }
3490
+
3491
+ }