@things-factory/dataset 6.0.84 → 6.0.85

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/dataset",
3
- "version": "6.0.84",
3
+ "version": "6.0.85",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -50,5 +50,5 @@
50
50
  "simple-statistics": "^7.8.3",
51
51
  "statistics": "^3.3.0"
52
52
  },
53
- "gitHead": "b858eba746efe1b59c54bb2e0f4b3b5e67ee8741"
53
+ "gitHead": "98d3d1b2cde1c9d6cb717b5c8cdb6d585a2a744a"
54
54
  }
@@ -144,7 +144,7 @@ export async function queryDataSummaryByPeriod(
144
144
  .map((item, index) => {
145
145
  return `summary.key0${index + 1}`
146
146
  })
147
- .join(' ')
147
+ .join(', ')
148
148
 
149
149
  const orderByPeriod: { sort: string; order: 'DESC' | 'ASC' }[] =
150
150
  period == 'today'