dromo-uploader-js 2.13.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.13.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",