@hestia-earth/schema-convert 32.1.2 → 32.2.0

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/json.js +0 -1
  2. package/package.json +1 -1
package/json.js CHANGED
@@ -573,7 +573,6 @@ var formatNode = function (schemas, type, data, params) {
573
573
  if (params === void 0) { params = {}; }
574
574
  var schema = type in schemas && exports.acceptedNodeTypes.includes(type) ? schemas[type] : schemaNotFoundError(type);
575
575
  var content = mapContent(schemas, schema, params)(data);
576
- var id = isEmptyCell(data.id) ? undefined : data.id;
577
576
  return (0, utils_1.reduceUndefinedValues)(extendDataFromSchema(content, schema, type, params), true);
578
577
  };
579
578
  exports.formatNode = formatNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/schema-convert",
3
- "version": "32.1.2",
3
+ "version": "32.2.0",
4
4
  "description": "HESTIA Schema Converters",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",