@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.
- package/dist/app.db.query.js +1 -1
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -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).
|
|
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,
|