@crystaldesign/diva-backoffice 24.1.2-beta.0 → 24.1.2-beta.1

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.
@@ -250,7 +250,7 @@ function aplyMapping (_ref) {
250
250
  }
251
251
  for (var _i = 0; _i < mapping.map.length; _i++) {
252
252
  var _m = mapping.map[_i];
253
- if (!meetsCondition(_m)) return;
253
+ if (!meetsCondition(_m)) continue;
254
254
  if (_m.targetField == '$ROOT' && _m.sourceField) {
255
255
  returnValue = flatMapping[_m.sourceField];
256
256
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.1.2-beta.0",
3
+ "version": "24.1.2-beta.1",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "module": "build/esm/index.js",
52
52
  "types": "./build/types/backoffice/src/index.d.ts",
53
- "gitHead": "589e36d1e59d7a208c5bdc9e2be5cb1fd20a192f"
53
+ "gitHead": "09289f40b50a4534d54559be96b8971222e96264"
54
54
  }