dromo-uploader-js 2.7.0 → 2.8.0

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.
@@ -610,6 +610,14 @@ export type IDeveloperSettings = {
610
610
  browserExcelParsing?: boolean;
611
611
  version?: string;
612
612
  alternateDomain?: string | null;
613
+ xmlParsingOptions?: {
614
+ forceArrayTags?: string[] | undefined;
615
+ headerAlias?: {
616
+ [x: string]: string;
617
+ } | undefined;
618
+ enableAutoArrayHeuristics?: boolean;
619
+ assumeSingleRootChildIsArray?: boolean;
620
+ } | undefined;
613
621
  savePartialSession?: boolean;
614
622
  sessionId?: string | null;
615
623
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",