jmapcloud-ng-core-types 1.1.33 → 1.1.34

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/ambient.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ // This file is generated, do not edit it.
1
2
  /// <reference path="./public/global-aliases.d.ts" />
2
3
  /// <reference path="./index.d.ts" />
3
4
 
package/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference path="./public/global-aliases.d.ts" />
2
1
  import { Feature, FeatureCollection, LineString, MultiLineString, Point, Polygon } from "geojson"
3
2
  import { JForm as JFormJMC } from "jmapcloud-types"
4
3
  import { Store } from "redux"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-core-types",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "types": "ambient.d.ts",