@builttocreate/engine-utils 2.3.2-beta.0.9 → 2.3.2-beta.1.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.
@@ -354,7 +354,7 @@ var isTargetOptionDeleted = function isTargetOptionDeleted(value, options) {
354
354
  var targetOption = options.find(function (option) {
355
355
  return option._id === nextValue;
356
356
  });
357
- return targetOptions ? targetOption.deleted : true;
357
+ return targetOption ? targetOption.deleted : true;
358
358
  };
359
359
 
360
360
  exports.isTargetOptionDeleted = isTargetOptionDeleted;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.3.2-beta.0.9",
3
+ "version": "2.3.2-beta.1.0",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [