@conboai/app.db.query 0.4.62 → 0.4.63

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.
@@ -113946,7 +113946,7 @@ const UOe = ({
113946
113946
  } = Cs();
113947
113947
  Oe(() => {
113948
113948
  var h;
113949
- const a = t.join(""), c = n == null ? void 0 : n.map(
113949
+ const a = Array.isArray(t) ? t == null ? void 0 : t.join("") : t, c = n == null ? void 0 : n.map(
113950
113950
  (f) => f.conbo_key
113951
113951
  ), d = (h = n[0]) == null ? void 0 : h.time;
113952
113952
  a === bl.NO_TRAIL && s(), a === bl.CURRENT_TRAIL && r({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.4.62",
3
+ "version": "0.4.63",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",