@builttocreate/engine-utils 2.10.0 → 2.10.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.
@@ -389,9 +389,7 @@ var getDefaultImageColumn = exports.getDefaultImageColumn = function getDefaultI
389
389
  type: _FieldTableColumnTypes["default"].image,
390
390
  title: 'Image Column',
391
391
  deleted: false,
392
- width: 200,
393
- maxImageWidth: 190,
394
- maxImageHeight: 120
392
+ width: 200
395
393
  }, defaults);
396
394
  };
397
395
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [