@softwear/latestcollectioncore 1.0.83 → 1.0.84

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.
@@ -303,7 +303,7 @@ function runQuery(timeframe, rawAggregations, beginStock, transactions, selected
303
303
  relations: {
304
304
  sku: skus,
305
305
  wh: warehouses,
306
- customers: customers,
306
+ customer: customers,
307
307
  },
308
308
  rawAggregations: rawAggregations,
309
309
  maxRows: 100000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwear/latestcollectioncore",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "description": "Core functions for LatestCollections applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -352,7 +352,7 @@ function runQuery(
352
352
  relations: {
353
353
  sku: skus,
354
354
  wh: warehouses,
355
- customers: customers,
355
+ customer: customers,
356
356
  },
357
357
  rawAggregations: rawAggregations,
358
358
  maxRows: 100000,