dromo-uploader-js 2.0.22 → 2.0.23

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.
@@ -479,6 +479,7 @@ export type IDeveloperSettings = {
479
479
  initialData?: ({
480
480
  [x: string]: any;
481
481
  }[] | any[][]) | null;
482
+ initialFile?: any | null;
482
483
  uploadStep?: {
483
484
  helpText?: string | null;
484
485
  sheetOverride?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",