dromo-uploader-js 2.10.4 → 2.11.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.
@@ -598,6 +598,7 @@ export type IDeveloperSettings = {
598
598
  allowRemovingRows?: boolean;
599
599
  highlightAutoFixes?: boolean;
600
600
  autoCreateUnmappedColumns?: boolean;
601
+ enableNavigatingErrors?: boolean;
601
602
  };
602
603
  autoMapHeaders?: boolean;
603
604
  delimiter?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.10.4",
3
+ "version": "2.11.0",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",
@@ -16,6 +16,7 @@
16
16
  "penpal": "^5.3.0"
17
17
  },
18
18
  "overrides": {
19
+ "fast-uri": "^3.1.2",
19
20
  "@babel/traverse": "^7.23.2",
20
21
  "loader-utils": "^1.4.2",
21
22
  "is-svg": "^4.3.2",