@conboai/app.db.query 0.8.8 → 0.8.9

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.
@@ -112280,7 +112280,7 @@ const GDe = (e, t, n) => {
112280
112280
  item: t,
112281
112281
  getLabel: n
112282
112282
  }) => {
112283
- const r = e.id ? `${t.id} ` : "", o = e.confidence ? `${t.confidence}%` : "", i = e.type ? n(t.tag_id, t.value).tagValueSubLabel : "";
112283
+ const r = e.id ? `${t.id} ` : "", o = e.confidence ? `${t.confidence}%` : "", i = e.type ? n(t.tag_id, t.value).tagValueLabel : "";
112284
112284
  return `${r}${i}${o}`;
112285
112285
  }, eK = ({
112286
112286
  data: e,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",