@artstesh/maps 9.2.0 → 9.2.1

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/dist/index.d.ts CHANGED
@@ -1502,7 +1502,7 @@ declare class FilterFeaturesInAreaExecutor extends PostboyExecutor<Feature<Geome
1502
1502
  *
1503
1503
  * @return {number} - the spherical area (in square meters)
1504
1504
  */
1505
- declare class CalculateAreaExecutor extends PostboyExecutor<Feature<Geometry>[]> {
1505
+ declare class CalculateAreaExecutor extends PostboyExecutor<number> {
1506
1506
  polygon: PolygonModel;
1507
1507
  static readonly ID = "82347b8c-7635-45ec-85ef-75aaf43bc34c";
1508
1508
  constructor(polygon: PolygonModel);
@@ -1502,7 +1502,7 @@ declare class FilterFeaturesInAreaExecutor extends PostboyExecutor<Feature<Geome
1502
1502
  *
1503
1503
  * @return {number} - the spherical area (in square meters)
1504
1504
  */
1505
- declare class CalculateAreaExecutor extends PostboyExecutor<Feature<Geometry>[]> {
1505
+ declare class CalculateAreaExecutor extends PostboyExecutor<number> {
1506
1506
  polygon: PolygonModel;
1507
1507
  static readonly ID = "82347b8c-7635-45ec-85ef-75aaf43bc34c";
1508
1508
  constructor(polygon: PolygonModel);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artstesh/maps",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "author": "artstesh",
5
5
  "license": "MIT",
6
6
  "description": "Let's draw a map ;)",