dromo-uploader-js 2.1.7 → 2.1.9

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.
@@ -483,6 +483,7 @@ export type IDeveloperSettings = {
483
483
  uploadStep?: {
484
484
  helpText?: string | null;
485
485
  sheetOverride?: string | null;
486
+ sheetSelectionHelpText?: string | null;
486
487
  };
487
488
  matchingStep?: {
488
489
  helpText?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",