@rowengine/common 1.0.124 → 1.0.125

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.
@@ -13,8 +13,8 @@ export declare enum WeedsStatus {
13
13
  PROCESSING = "PROCESSING",
14
14
  /** User processed using MergeClas (generated lines and png) */
15
15
  MERGECLAS_PROCESSED = "MERGECLAS_PROCESSED",
16
- /** User running MergeClas to create the final polygons. */
17
- GENERATING_POLYGONS = "GENERATING_POLYGONS",
16
+ /** User generated polygons using MergeClas, and now can edit them. */
17
+ POLYGONS_GENERATED = "POLYGONS_GENERATED",
18
18
  /** User edited, confirmed and generated the weed polygons. */
19
19
  READY = "READY",
20
20
  /** Error on the process. */
@@ -18,8 +18,8 @@ var WeedsStatus;
18
18
  WeedsStatus["PROCESSING"] = "PROCESSING";
19
19
  /** User processed using MergeClas (generated lines and png) */
20
20
  WeedsStatus["MERGECLAS_PROCESSED"] = "MERGECLAS_PROCESSED";
21
- /** User running MergeClas to create the final polygons. */
22
- WeedsStatus["GENERATING_POLYGONS"] = "GENERATING_POLYGONS";
21
+ /** User generated polygons using MergeClas, and now can edit them. */
22
+ WeedsStatus["POLYGONS_GENERATED"] = "POLYGONS_GENERATED";
23
23
  /** User edited, confirmed and generated the weed polygons. */
24
24
  WeedsStatus["READY"] = "READY";
25
25
  /** Error on the process. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rowengine/common",
3
- "version": "1.0.124",
3
+ "version": "1.0.125",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "exports": {