@conboai/app.db.query 0.7.23 → 0.7.24

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.
@@ -117705,8 +117705,7 @@ function ZAe({ baseUrl: e = "", isImageAnalysis: t = !1 }) {
117705
117705
  }, []), In = xt((ot) => {
117706
117706
  X(ot.target.value);
117707
117707
  }, []), hr = xt(
117708
- (ot) => `https://dev.test.portsight.ai/api/image/${ot == null ? void 0 : ot.id}`,
117709
- // TODO: return the baseUrl when "test" from the URL is removed.
117708
+ (ot) => `${e}/api/image/${ot == null ? void 0 : ot.id}`,
117710
117709
  [e]
117711
117710
  ), Kn = xt(
117712
117711
  (ot) => ot == null ? void 0 : ot.captureTime,
@@ -118512,8 +118511,7 @@ function iDe({ baseUrl: e = "" }) {
118512
118511
  }, []), dn = xt((je) => {
118513
118512
  I(je.target.value);
118514
118513
  }, []), Kt = xt(
118515
- (je) => `https://dev.test.portsight.ai/api/image/${je == null ? void 0 : je.id}`,
118516
- // TODO: return the baseUrl when "test" from the URL is removed.
118514
+ (je) => `${e}/api/image/${je == null ? void 0 : je.id}`,
118517
118515
  [e]
118518
118516
  ), on = xt(
118519
118517
  (je) => je == null ? void 0 : je.captureTime,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.7.23",
3
+ "version": "0.7.24",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",