dromo-uploader-js 2.1.1 → 2.1.2

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.
@@ -500,6 +500,7 @@ export type IDeveloperSettings = {
500
500
  enableUserTransformations?: boolean;
501
501
  allowAddingRows?: boolean;
502
502
  allowRemovingRows?: boolean;
503
+ highlightAutoFixes?: boolean;
503
504
  };
504
505
  autoMapHeaders?: boolean;
505
506
  delimiter?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",