dromo-uploader-js 2.12.0 → 2.14.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.
@@ -592,6 +592,7 @@ export type IDeveloperSettings = {
592
592
  fuzzyMatchHeaders?: boolean;
593
593
  matchToSchema?: boolean;
594
594
  suggestCustomFirst?: boolean;
595
+ skipIfAllFieldsMatched?: boolean;
595
596
  };
596
597
  matchValuesStep?: {
597
598
  helpText?: string | null;
@@ -629,6 +630,7 @@ export type IDeveloperSettings = {
629
630
  } | undefined;
630
631
  savePartialSession?: boolean;
631
632
  sessionId?: string | null;
633
+ hydrationId?: string | null;
632
634
  };
633
635
  export type IUser = {
634
636
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.12.0",
3
+ "version": "2.14.0",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",