@conboai/app.db.query 0.9.71 → 0.9.73

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.
@@ -133509,7 +133509,7 @@ function sZe({
133509
133509
  g.current && clearTimeout(g.current), g.current = setTimeout(() => {
133510
133510
  l(R, n, s, a);
133511
133511
  }, 500);
133512
- }, [R, n, l]), Y = !!(y && C.length && !P && !A);
133512
+ }, [R, n, a, s, l]), Y = !!(y && C.length && !P && !A);
133513
133513
  Se(() => {
133514
133514
  Y && V();
133515
133515
  }, [
@@ -133545,10 +133545,9 @@ function sZe({
133545
133545
  [h, S, V, Y]
133546
133546
  ), te = () => {
133547
133547
  z(c ? "" : k), f(!c);
133548
- }, ne = lt(
133549
- () => l(R, n, s, a),
133550
- [R, n, l]
133551
- ), Z = (Q) => S("confidence", Q), ce = (Q) => U(Q), G = (Q) => {
133548
+ }, ne = lt(() => {
133549
+ l(R, n, s, a);
133550
+ }, [R, n, a, s, l]), Z = (Q) => S("confidence", Q), ce = (Q) => U(Q), G = (Q) => {
133552
133551
  z(Q), O(Q);
133553
133552
  }, oe = (Q) => {
133554
133553
  $(Q, i);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.9.71",
3
+ "version": "0.9.73",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",