@builttocreate/engine-utils 2.8.0-beta.13 → 2.8.0-beta.14

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.
@@ -200,7 +200,6 @@ var removeOrphanedFieldsFromJoydoc = exports.removeOrphanedFieldsFromJoydoc = fu
200
200
  if (associatedFieldIdLookup[field._id]) validFields.push(field);else deletedFields.push(field);
201
201
  });
202
202
  nextDoc.fields = validFields;
203
- nextDoc.deletedFields = deletedFields;
204
203
  return {
205
204
  doc: nextDoc,
206
205
  deletedFields: deletedFields
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.8.0-beta.13",
3
+ "version": "2.8.0-beta.14",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [