dromo-uploader-js 2.1.10 → 2.1.11

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.
@@ -235,6 +235,7 @@ export type IDateTimeField = {
235
235
  outputFormat?: string | undefined;
236
236
  locale?: string | undefined;
237
237
  withSeconds?: boolean | undefined;
238
+ autofix?: boolean | undefined;
238
239
  }
239
240
  ];
240
241
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",