@conboai/app.db.query 0.9.70 → 0.9.72

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.
@@ -133561,7 +133561,7 @@ function sZe({
133561
133561
  g.current && clearTimeout(g.current), g.current = setTimeout(() => {
133562
133562
  l(R, n, s, a);
133563
133563
  }, 500);
133564
- }, [R, n, l]), Y = !!(y && C.length && !P && !A);
133564
+ }, [R, n, a, s, l]), Y = !!(y && C.length && !P && !A);
133565
133565
  Se(() => {
133566
133566
  Y && V();
133567
133567
  }, [
@@ -133597,10 +133597,9 @@ function sZe({
133597
133597
  [h, S, V, Y]
133598
133598
  ), te = () => {
133599
133599
  z(c ? "" : k), f(!c);
133600
- }, ne = lt(
133601
- () => l(R, n, s, a),
133602
- [R, n, l]
133603
- ), Z = (Q) => S("confidence", Q), ce = (Q) => U(Q), G = (Q) => {
133600
+ }, ne = lt(() => {
133601
+ l(R, n, s, a);
133602
+ }, [R, n, a, s, l]), Z = (Q) => S("confidence", Q), ce = (Q) => U(Q), G = (Q) => {
133604
133603
  z(Q), O(Q);
133605
133604
  }, oe = (Q) => {
133606
133605
  $(Q, i);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.9.70",
3
+ "version": "0.9.72",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",