@conboai/app.db.query 0.9.64 → 0.9.65

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.
@@ -131895,7 +131895,7 @@ const Si = cl((e) => ({
131895
131895
  assigned_feed_id: String(t)
131896
131896
  });
131897
131897
  return await na({
131898
- url: `${r}/api/detections_pixels/frame-info?${i.toString()}`,
131898
+ url: `${r}/api/position/positioning/frame-info?${i.toString()}`,
131899
131899
  options: { signal: o },
131900
131900
  errorMessage: "The request has been canceled"
131901
131901
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.9.64",
3
+ "version": "0.9.65",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",