@softwear/latestcollectioncore 1.0.98 → 1.0.99

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.
@@ -1,3 +1,4 @@
1
+ import { compileExpression } from 'filtrex';
1
2
  import { TransactionI, RaGI, HrTimeframeI, TimeGranularityE, SkuI } from './types';
2
3
  /**
3
4
  * The propFunction for FiltreX needs some data that can't be passed as parameters. That's why the 'globalsRelations' variable is needed.
@@ -28,6 +29,7 @@ declare const _default: {
28
29
  postAgg: typeof postAgg;
29
30
  runQuery: typeof runQuery;
30
31
  whichShardsToProcess: typeof whichShardsToProcess;
32
+ compileExpression: typeof compileExpression;
31
33
  AMOUNT_CHANGE: number;
32
34
  AMOUNT_CONSIGNMENT: number;
33
35
  AMOUNT_END_SHELF_STOCK: number;
@@ -383,6 +383,7 @@ exports.default = {
383
383
  postAgg,
384
384
  runQuery,
385
385
  whichShardsToProcess,
386
+ compileExpression: filtrex_1.compileExpression,
386
387
  AMOUNT_CHANGE,
387
388
  AMOUNT_CONSIGNMENT,
388
389
  AMOUNT_END_SHELF_STOCK,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softwear/latestcollectioncore",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
4
4
  "description": "Core functions for LatestCollections applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,6 +29,6 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "date-fns": "^2.29.3",
32
- "filtrex": "^3.0.0"
32
+ "filtrex": "^3.1.0"
33
33
  }
34
34
  }
@@ -455,6 +455,7 @@ export default {
455
455
  postAgg,
456
456
  runQuery,
457
457
  whichShardsToProcess,
458
+ compileExpression,
458
459
  AMOUNT_CHANGE,
459
460
  AMOUNT_CONSIGNMENT,
460
461
  AMOUNT_END_SHELF_STOCK,