@fibery/views 1.1.13 → 1.1.14

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.
Files changed (2) hide show
  1. package/lib/views.js +2 -2
  2. package/package.json +2 -4
package/lib/views.js CHANGED
@@ -796,7 +796,7 @@ const replaceIdsWithNamesInGroupByExpression = (schema, groupByExpression, fromT
796
796
  };
797
797
  }
798
798
 
799
- return null;
799
+ return groupByExpression;
800
800
  };
801
801
  const replaceNamesWithIdsInGroupByExpression = (schema, groupByExpression, fromType) => {
802
802
  if (!groupByExpression) {
@@ -816,7 +816,7 @@ const replaceNamesWithIdsInGroupByExpression = (schema, groupByExpression, fromT
816
816
  };
817
817
  }
818
818
 
819
- return null;
819
+ return groupByExpression;
820
820
  };
821
821
  const replaceNamesWithIdsInSmartFolder = (schema, smartFolder) => visitSmartFolder(smartFolder, {
822
822
  visitQueryExpression: query => replaceNamesWithIdsInQueryExpression(schema, query),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fibery/views",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "Operations on view objects",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Fibery",
@@ -14,9 +14,7 @@
14
14
  "devDependencies": {
15
15
  "@babel/core": "7.15.0",
16
16
  "@fibery/babel-preset": "7.2.0",
17
- "@fibery/eslint-config": "8.1.0",
18
- "babel-jest": "27.5.1",
19
- "babel-loader": "8.2.5",
17
+ "@fibery/eslint-config": "8.2.0",
20
18
  "jest": "27.5.1",
21
19
  "jest-junit": "13.0.0",
22
20
  "microbundle": "0.15.0"