@softwear/latestcollectioncore 1.0.99 → 1.0.100

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