@fibery/views 13.0.1 → 13.0.2

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 +3 -3
  2. package/package.json +2 -2
package/lib/views.js CHANGED
@@ -1358,9 +1358,9 @@ const visitView = (view, visitor) => immutableUpdate__default["default"](view, {
1358
1358
  })).filter(colorCoding => colorCoding.expression !== null);
1359
1359
  }
1360
1360
  },
1361
- dependenciesExpressions: {
1362
- $apply: expressions => {
1363
- return expressions == null ? void 0 : expressions.map(expression => visitor.visitExpression(fromType, expression));
1361
+ dependencyExpression: {
1362
+ $apply: expression => {
1363
+ return expression && visitor.visitExpression(fromType, expression);
1364
1364
  }
1365
1365
  }
1366
1366
  }) : item;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fibery/views",
3
- "version": "13.0.1",
3
+ "version": "13.0.2",
4
4
  "description": "Operations on view objects",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Fibery",
@@ -19,8 +19,8 @@
19
19
  "lodash": "4.17.21",
20
20
  "microbundle": "0.15.1",
21
21
  "@fibery/babel-preset": "7.4.0",
22
- "@fibery/schema": "10.2.3",
23
22
  "@fibery/eslint-config": "8.6.0",
23
+ "@fibery/schema": "10.2.3",
24
24
  "@fibery/expression-utils": "9.1.2"
25
25
  },
26
26
  "peerDependencies": {