@sis-cc/dotstatsuite-components 13.4.0 → 13.4.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.
@@ -109,9 +109,7 @@ var parseMetadataSeries = exports.parseMetadataSeries = function parseMetadataSe
109
109
  });
110
110
 
111
111
  return makeTree(R.propOr([], '#ROOT', groupedAttrs));
112
- }, R.reject(function (attr) {
113
- return R.isNil(attr.value) && R.isEmpty(attr.children || []);
114
- }))(metaIndexes);
112
+ })(metaIndexes);
115
113
 
116
114
  return R.assoc(evolvedKey, attributes, acc);
117
115
  }, {}, R.keys(series));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sis-cc/dotstatsuite-components",
3
3
  "description": "Set components based on React.",
4
- "version": "13.4.0",
4
+ "version": "13.4.1",
5
5
  "main": "lib/index.js",
6
6
  "author": "OECD",
7
7
  "license": "MIT",
@@ -105,7 +105,6 @@ export const parseMetadataSeries = (metadataJson, options) => {
105
105
 
106
106
  return makeTree(R.propOr([], '#ROOT', groupedAttrs));
107
107
  },
108
- R.reject(attr => R.isNil(attr.value) && R.isEmpty(attr.children || []))
109
108
  )(metaIndexes);
110
109
 
111
110
  return R.assoc(evolvedKey, attributes, acc);