dromo-uploader-js 2.0.17 → 2.0.18

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.
@@ -326,6 +326,7 @@ export type IDeveloperSettings = {
326
326
  }[] | any[][]) | null;
327
327
  uploadStep?: {
328
328
  helpText?: string | null;
329
+ sheetOverride?: string | null;
329
330
  };
330
331
  matchingStep?: {
331
332
  helpText?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",