@conboai/app.db.query 0.3.16 → 0.3.17

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.
@@ -84359,7 +84359,7 @@ function eme({ siteId: t, UserProfile: e, onHomeClick: n }) {
84359
84359
  Qr.extend(Km);
84360
84360
  Qr.extend(Zm);
84361
84361
  const Lfe = (t, e, n) => [
84362
- { headerName: "Id", field: "id" },
84362
+ { headerName: "ID", field: "id" },
84363
84363
  {
84364
84364
  headerName: "Start",
84365
84365
  field: "startDate",
@@ -84953,7 +84953,7 @@ const Ufe = (t, e) => [
84953
84953
  },
84954
84954
  {
84955
84955
  key: "assigned_feed_id",
84956
- label: "Feed ID",
84956
+ label: "Feed Name",
84957
84957
  renderCell: (n) => {
84958
84958
  var r;
84959
84959
  return (r = e.find((o) => o.id === n)) == null ? void 0 : r.name;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",