@conboai/app.db.query 0.9.67 → 0.9.68

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.
@@ -134468,14 +134468,19 @@ const qGe = ({
134468
134468
  H(pe);
134469
134469
  const ye = y[0];
134470
134470
  if (b && b.length > 0) {
134471
- const Ce = (((ge = ye == null ? void 0 : ye.areas) == null ? void 0 : ge.filter((Ne) => b.includes(Ne.id))) || []).map(
134472
- (Ne) => _0(Ne.polygon.coordinates, {
134471
+ const Ce = (((ge = ye == null ? void 0 : ye.intersections) == null ? void 0 : ge.filter(
134472
+ (Ne) => b.includes(Ne.area_id)
134473
+ )) || []).map(
134474
+ (Ne) => _0([Ne.polygon], {
134473
134475
  strokeWidth: 3,
134474
134476
  stroke: "#2465f2",
134475
134477
  fill: "none"
134476
134478
  })
134477
134479
  );
134478
- te([...pe, ...Ce]);
134480
+ te([
134481
+ ...pe,
134482
+ ...Ce
134483
+ ]);
134479
134484
  } else
134480
134485
  te(pe);
134481
134486
  if ((C == null ? void 0 : C.length) > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.9.67",
3
+ "version": "0.9.68",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",