@rowengine/common 1.0.26 → 1.0.28

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.
@@ -8,7 +8,6 @@ export interface PrepareTimes {
8
8
  redimg: number;
9
9
  vegid: number;
10
10
  mask: number;
11
- geojsons: number;
12
11
  }
13
12
  /**
14
13
  * Store the processing time for each executable/stage in seconds.
@@ -18,7 +17,6 @@ export interface ExportablesTimes {
18
17
  multrline: number;
19
18
  gaps: number;
20
19
  irp: number;
21
- geojsons: number;
22
20
  }
23
21
  /**
24
22
  * Store the processing time for each executable/stage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rowengine/common",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "exports": {