@hestia-earth/schema-convert 7.6.3 → 7.6.4

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 +1 -1
  2. package/package.json +1 -1
package/json.js CHANGED
@@ -280,7 +280,7 @@ var extendDataFromSchema = function (_a, schema, type, ignoreInternal, top) {
280
280
  var isEmptyValue = function (value) {
281
281
  return typeof value === 'object' && (value['@type'] || value.type) === schema_1.SchemaType.Term ?
282
282
  !(value['@id'] || value.id || value.name) :
283
- utils_1.isEmpty(value);
283
+ isEmptyCell(value);
284
284
  };
285
285
  var mapContent = function (schemas, schema, ignoreInternal) { return function (json) {
286
286
  return Object.keys(json)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/schema-convert",
3
- "version": "7.6.3",
3
+ "version": "7.6.4",
4
4
  "description": "Hestia Schema Converters",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",